Managing Azure AD Recommendations via the Graph API
Enumerate and manage Azure AD Recommendations and their corresponding set of impacted resources via the Graph API. …
Continue readingManaging Azure AD Recommendations via the Graph API
All about Microsoft 365
Enumerate and manage Azure AD Recommendations and their corresponding set of impacted resources via the Graph API. …
Continue readingManaging Azure AD Recommendations via the Graph API
A sample script to generate a PowerShell report of all forms of mailbox forwarding configured within your organization, including inbox and transport rules… …
Continue readingReport on Microsoft 365 mailbox forwarding (all methods) via PowerShell
Microsoft 365 Groups membership and ownership are governed by some simple rules, yet even in 2023 the various administrative endpoints fail to provide consistent experience. Whereas on Exchange Online side, an owner must also be a member of the Group, the Graph API ignores this requirement. More importantly, the Azure AD UI fails to enforce the requirement for Groups to have at least one owner, due to the use of Graph API batching. …
Continue readingMicrosoft 365 Groups membership and ownership quirks persist even in 2023
A sample PowerShell script to generate a report of all Group owners within your Microsoft 365 tenant, by leveraging the Graph SDK for PowerShell and Exchange Online cmdlets. …
Continue readingScript to generate a report of all group owners in Microsoft 365
A PowerShell script to remove a given user, or a set of users, from all groups they are a member of. Remove user from Microsoft 365 Groups, distribution groups and Azure AD Security groups. …
Continue readingRemove user from all Microsoft 365 Groups (updated 2023 version of the script)