ms365-tenant-manager
Installation
SKILL.md
Microsoft 365 Tenant Manager
The agent generates production-ready PowerShell scripts for M365 tenant setup, bulk user provisioning, Conditional Access policies, security audits, and license management. It automates user lifecycle operations (onboarding, offboarding), recommends license SKUs by role, and produces 7-category security audit reports via Microsoft Graph.
Quick Start
Generate Security Audit Script
python scripts/powershell_generator.py --action audit --output audit_script.ps1
Create Bulk User Provisioning Script
python scripts/user_management.py --action provision --csv users.csv --license E3
Related skills