-
-
Recent Posts
RSS Feed
Recent Comments
- Vasil Michev on Script to remove user(s) from all groups in Office 365
- Vasil Michev on Connecting to Exchange Online PowerShell by passing an access token
- Vasil Michev on Manage directory synchronization settings via the Graph API
- Matthew Prentice on Manage directory synchronization settings via the Graph API
- Hugo Gerryts on Script to remove user(s) from all groups in Office 365
Categories
Category Archives: Graph API
Azure AD Cross-tenant cloud sync available in preview
For many organizations, centralized identity management has been a “must have” feature to even begin considering the move to the cloud. The idea is simple – have a central location to manage identities from and leverage it to provision access … Continue reading
Posted in Azure AD, Graph API, Microsoft 365, Office 365
Leave a comment
Controlling the option for end users to leave Guest tenants
Learn how to control the option to prevent end users from leaving a guest Azure AD tenant. The allowExternalIdentitiesToLeave setting can be toggled either via the Azure AD UI or the Graph API. We will also cover the end user experience with or without the setting. Continue reading
Posted in Azure AD, Graph API, Microsoft 365, Office 365
Leave a comment
Report on Azure AD group members via the Graph API
A Graph API based PowerShell script to list members of all (or some) groups within your Microsoft 365 tenant. Continue reading
Posted in Azure AD, Graph API, Microsoft 365, Office 365, PowerShell
Leave a comment
Manage directory synchronization settings via the Graph API
After years of unsuccessful attempts to deprecate the good old MSOnline PowerShell module and subsequent postponements for its end of life, Microsoft seems to finally be making steps in the right direction and providing actual replacements for missing functionalities. In … Continue reading
Posted in Azure AD, Graph API, Microsoft 365, Office 365, PowerShell
2 Comments
Reporting on user’s Group membership in Azure AD
In another article of the “give me a list of all objects a given user is a member of” series, let’s see how we can leverage the Graph API to enumerate all groups a given user is direct, or indirect … Continue reading
Posted in Azure AD, Graph API, Microsoft 365, Office 365, PowerShell
Leave a comment