Generate Viva Engage communities and members overview with MS Graph

Generate Viva Engage communities and members overview with MS Graph
The code below will allow you to generate and export all the Viva Engage communities and members in 3 CSV files. Code # How to Export Viva Engage Community, Ownership, and Membership Details to CSV using Microsoft Graph API and PowerShell # This script connects to Microsoft Graph using certificate-based…

Entra ID inactive guest account cleanup with exclusion groups script

Entra ID inactive guest account cleanup with exclusion groups script
The script below will help you to automate your inactive guest account cleanups in Entra ID (Azure AD). The script handles nested groups in your main YOURGROUPNAMEHERE group, it will exclude any user or group it finds. The reason why adding your users to groups is to work with Entra…