find-contact
Resolve a 3CX contact or extension by email, extension, or name
Audit MFA enrollment across all M365 users, highlighting accounts with no MFA
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/check-mfa-statusContext preview
What this command does when you run it.
Audit MFA enrollment across all M365 users, highlighting accounts with no MFA
description: Audit MFA enrollment across all M365 users, highlighting accounts with no MFA argument-hint: "[filter] [export]" arguments: [filter, export]
Audit Microsoft 365 MFA enrollment for all users, producing a prioritized list of accounts that need attention.
1. **Pull registration details report** (most efficient — single call)
GET /v1.0/reports/authenticationMethods/userRegistrationDetails?$select=userPrincipalName,isMfaRegistered,isMfaCapable,methodsRegistered,isAdmin
2. **Categorize users**
3. **Apply filter if specified**
4. **Sort output**: no-MFA users first, then by last sign-in (most active risks first)
M365 MFA Audit — contoso.com Scanned: 47 users | ❌ No MFA: 8 | ⚠️ SMS only: 5 | ✅ Strong MFA: 34 CRITICAL — No MFA Registered (8 users) ───────────────────────────────────────────────────── ❌ bob.jones@contoso.com Last login: 2 hours ago [ACTIVE RISK] ❌ mary.admin@contoso.com Last login: yesterday [ADMIN - URGENT] ❌ sales1@contoso.com Last login: 3 days ago ❌ contractor1@contoso.com Last login: 14 days ago ❌ legacy.user@contoso.com Never logged in ... WARNING — SMS/Phone Only (5 users) ───────────────────────────────────────────────────── ⚠️ sarah.m@contoso.com SMS — recommend upgrade to Authenticator app ⚠️ tim.c@contoso.com SMS — recommend upgrade to Authenticator app ✅ Strong MFA — 34 users enrolled with Authenticator, FIDO2, or WHfB Recommendations: 1. 🔴 Enforce MFA immediately for active users with no enrollment 2. 🟡 Upgrade SMS users to Microsoft Authenticator (phishing-resistant) 3. Enable Conditional Access "Require MFA for all users" policy to enforce going forward
/check-mfa-status --filter admin-only Global Administrators (3): ✅ it.admin@contoso.com FIDO2 + Authenticator ❌ ceo@contoso.com ❌ NO MFA — CRITICAL for privileged account ✅ svc.account@contoso.com Authenticator ⚠️ 1 of 3 admins has no MFA — remediate immediately
Error: AuditLog.Read.All permission required for full MFA audit. Alternative: Use individual user lookup for specific accounts: /get-user user@contoso.com
Processing 1,247 users... (may take 30-60 seconds due to Graph pagination)
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
Resolve a 3CX contact or extension by email, extension, or name
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Triage recent email threats detected by Abnormal Security by severity and attack type