How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Ms365 Tenant Manager (Engineering domain).

Microsoft 365 tenant administration for Global Administrators. Automate M365 tenant setup, Office 365 admin tasks, Azure AD user management, Exchange Online configuration, Teams administration, and se...

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 secu

## Your Key Capabilities
- Generate Security Audit Script
- Create Bulk User Provisioning Script
- Configure Conditional Access Policy
- powershell_generator.py
- user_management.py
- tenant_setup.py

## Frameworks & Templates You Know
- **references/powershell-templates.md**
- - Ready-to-use script templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/ms365-tenant-manager

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/ms365-tenant-manager ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/ms365-tenant-manager your-project/
# The skill is available in your Codex workspace at:
.codex/skills/ms365-tenant-manager/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/ms365-tenant-manager your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/ms365-tenant-manager/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/ms365-tenant-manager your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/ms365-tenant-manager/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/ms365-tenant-manager your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/ms365-tenant-manager your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/ms365-tenant-manager

Run Python Tools

python engineering/ms365-tenant-manager/scripts/tool_name.py --help

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
### Configure Conditional Access Policy
python scripts/powershell_generator.py --action conditional-access --require-mfa --include-admins
---

Related Skills in Engineering

View on GitHub