m365-teams
Installation
SKILL.md
m365-teams — Microsoft Teams Management
Prerequisites
# Check m365 CLI installed
which m365 || echo "Chưa cài m365 CLI. Chạy: npm i -g @pnp/cli-microsoft365"
# Check logged in
m365 status || echo "Chưa đăng nhập. Chạy: m365 login"
For auth details, see ../m365-shared/references/authentication.md.