Posted: March 12, 2026 | | Tags: Active Directory, Automation, Azure AD, Entra ID, Microsoft Graph, PowerShell
Introduction Managing groups in Entra ID (formerly Azure Active Directory) through the Azure Portal works fine for a handful of changes, but quickly becomes tedious at scale. Whether you’re onboarding a batch of new employees, restructuring departments, or... Posted: March 12, 2026 | | Tags: Automation, CI/CD, Entra ID, GitHub Actions, Microsoft Graph, PowerShell, Reporting
Introduction Most IT teams generate the same reports week after week — license usage, stale accounts, patch compliance, group membership changes. Done manually, these are tedious and easy to forget. Done with PowerShell and GitHub Actions, they run themselves on a... Posted: March 11, 2026 | | Tags: Agents, AI, Claude, MCP, Microsoft Graph, Python
What if Claude could query your CMDB, pull a ServiceNow ticket, check a server’s CPU, and look up a user’s Azure AD groups — all in a single conversation? The Model Context Protocol (MCP) makes this possible. It is an open standard from Anthropic that lets... Updated: March 12, 2026 | | Tags: Defender, Microsoft Graph, PowerShell, Security
Onboarding devices to Microsoft Defender for Endpoint individually through the Security Center is time-consuming and difficult to track at scale. Using PowerShell and the Microsoft Graph Security API, you can automate onboarding, verify sensor health, and generate... Updated: March 12, 2026 | | Tags: Automation, Microsoft Graph, Microsoft Teams, PowerShell
Provisioning Microsoft Teams channels manually is fine for a handful of teams, but it quickly becomes unsustainable when onboarding projects at scale. Using the Microsoft Graph API through PowerShell, you can create teams, add channels, and assign members... Updated: March 12, 2026 | | Tags: Conditional Access, Entra ID, Microsoft Graph, Security
Conditional Access is the cornerstone of Zero Trust security in Microsoft Entra ID. Rather than managing dozens of policies by hand through the Azure portal, you can use PowerShell and the Microsoft Graph API to define, deploy, and version-control your policies with... Updated: March 12, 2026 | | Tags: Compliance, Intune, Microsoft Graph, PowerShell
Manually configuring Microsoft Intune compliance policies across hundreds of devices is tedious and error-prone. By leveraging the Microsoft Graph API through PowerShell, you can define, deploy, and audit compliance policies programmatically — making your...