Ms365 Tenant Manager

🌐Community
by alirezarezvani · vlatest · Repository

Manages Microsoft 365 tenants – adding/removing users, groups & licenses – streamlining administration and ensuring optimal licensing for your organization.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ms365-tenant-manager npx -- -y @trustedskills/ms365-tenant-manager
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ms365-tenant-manager": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ms365-tenant-manager"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows you to manage your Microsoft 365 tenant. It can retrieve information about users, groups, and licenses within the tenant, enabling tasks like identifying inactive user accounts or checking license assignments. The tool interacts with the Microsoft Graph API to perform these actions.

When to use it

  • Auditing User Accounts: Determine which user accounts are active and have logged in recently.
  • License Management: Check which licenses are assigned to users and identify potential cost savings by reassigning unused licenses.
  • Group Membership Verification: Confirm the members of a specific Microsoft 365 group for compliance or access control purposes.
  • Troubleshooting Access Issues: Investigate why a user might be unable to access certain resources within the tenant.

Key capabilities

  • Retrieves user account details (status, last login time).
  • Lists assigned licenses for users.
  • Provides information about group members.
  • Interacts with Microsoft Graph API.

Example prompts

  • "List all inactive user accounts in my Microsoft 365 tenant."
  • "What licenses are currently assigned to user '[email protected]'?"
  • "Show me the members of the 'Marketing Team' group."

Tips & gotchas

  • Requires appropriate permissions within your Microsoft 365 tenant to access and retrieve data via the Microsoft Graph API. Ensure the AI agent has been granted these permissions.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
alirezarezvani
Installs
0

🌐 Community

Passed automated security scans.