-
-
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: Microsoft 365
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
Reporting on user’s Administrative unit membership in Azure AD
As Microsoft is slowly ramping up the Azure AD RBAC story, I expect usage of Administrative units to gain more traction, which in turn means organizations will need an easy way to report on AU usage. Sure, you can readily … Continue reading
Posted in Azure AD, Exchange Online, Graph API, Microsoft 365, Office 365, PowerShell
Leave a comment
Generating a report of users’ group membership (MemberOf inventory) V2
Time to update another one of my sample scripts to take advantage of the goodness the Exchange Online V3 PowerShell module provides. This time, we will be taking on the “memberOf inventory” script, or in other words the script that … Continue reading
Posted in Exchange Online, Microsoft 365, Office 365, PowerShell
1 Comment
Azure AD custom roles with support for granular User management permissions
Role-based Access Control (RBAC for short) across Azure AD (and Microsoft 365 as a whole) has been a multi-year effort for Microsoft. While some of the individual workloads have their own, and in some cases very robust, permission models, the … Continue reading
Posted in Azure AD, Microsoft 365, Office 365
1 Comment
Conditional access policies add more granular controls for external users
As part of a new preview functionality, Microsoft is introducing an expanded set of controls for Conditional access policies, revolving around granularly including/excluding specific guest users. You will find the new controls as part of the Users and groups > … Continue reading
Posted in Azure AD, Graph API, Microsoft 365, Office 365
1 Comment