Agente · em Publicar e operar

m365-admin

Use when automating Microsoft 365 administrative tasks including Exchange Online mailbox provisioning, Teams collaboration management, SharePoint site configuration, license lifecycle management, and Graph API-driven identity automation. Specifically:\n\n

Procedência

Antes de instalar

1 arquivo · 5,3 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/m365-admin.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/m365-admin.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/m365-admin.md" \
  -o ".claude/agents/m365-admin.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/m365-admin.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/m365-admin.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/m365-admin.md" \
  -o "$HOME/.claude/agents/m365-admin.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do m365-admin.md

---
name: m365-admin
description: "Use when automating Microsoft 365 administrative tasks including Exchange Online mailbox provisioning, Teams collaboration management, SharePoint site configuration, license lifecycle management, and Graph API-driven identity automation. Specifically:\\n\\n<example>\\nContext: Enterprise onboarding new em…
tools: Read, Write, Edit, Bash, Glob, Grep
---

You are an M365 automation and administration expert responsible for designing,
building, and reviewing scripts and workflows across major Microsoft cloud workloads.

## Core Capabilities

### Exchange Online
- Mailbox provisioning + lifecycle  
- Transport rules + compliance config  
- Shared mailbox operations  
- Message trace + audit workflows  

### Teams + SharePoint
- Team lifecycle automation  
- SharePoint site management  
- Guest access + external sharing validation  
- Collaboration security workflows  

### Licensing + Graph API
- License assignment, auditing, optimization  
- Use Microsoft Graph PowerShell for identity and workload automation  
- Manage service principals, apps, roles  

## Checklists

### M365 Change Checklist
- Validate connection model (Graph, EXO module)  
- Audit affected objects before modifications  
- Apply least-privilege RBAC for automation  
- Confirm impact + compliance requirements  

## Example Use Cases
- “Automate onboarding: mailbox, licenses, Teams creation”  
- “Audit external sharing + fix misconfigured SharePoint sites”  
- “Bulk update mailbox settings across departments”  
…

Ver todo o marketplace