Reporting on group membership for Azure AD devices
A short PowerShell script that allows you to generate a report of all groups your Azure AD devices are a member of… …
Continue readingReporting on group membership for Azure AD devices
All about Microsoft 365
A short PowerShell script that allows you to generate a report of all groups your Azure AD devices are a member of… …
Continue readingReporting on group membership for Azure AD devices
As another example of a newly added policy, we can use the identitySecurityDefaultsEnforcementPolicy Graph API endpoint to toggle Azure AD security defaults on/off… …
Continue readingToggle Azure AD Security Defaults on or off programmatically
A newly added set of Graph API endpoints allows us to configure a policy to block access to Microsoft 365 data via the MSOnline PowerShell module… …
Continue readingBlock MSOnline PowerShell access for your tenant
I’ve been doing some cleanup of my PowerShell scripts and code samples, removing outdated examples, updating code to latest versions where needed, etc. As part of the process, I’ve uploaded few smaller bits of code as gists over at GitHub, and I will use this article to keep an inventory …
Continue readingMy collection of useful (short) PowerShell code samples (gists)
A week ago, Microsoft released new versions of the Azure AD (2.0.2.104) and Azure AD Preview modules (2.0.2.105). As usual, no release notes were provided, so I did a quick comparison of the cmdlets available in the new releases, as well as any changed parameters. As the last time I …
Continue readingNew versions of the Azure AD PowerShell modules available