Generate-EntraAdminRolesReport
0.1
This PowerShell script generates a comprehensive HTML report of Microsoft Entra ID administrative role assignments. It connects to Microsoft Graph API using multiple authentication methods (Interactive, ClientSecret, or Certificate) and retrieves all role assignments in the tenant, including permanent and eligible (PIM) assignments. The script categorizes assignments
This PowerShell script generates a comprehensive HTML report of Microsoft Entra ID administrative role assignments. It connects to Microsoft Graph API using multiple authentication methods (Interactive, ClientSecret, or Certificate) and retrieves all role assignments in the tenant, including permanent and eligible (PIM) assignments. The script categorizes assignments by principal type (users, groups, service principals), collects group membership details, and supports filtering by various criteria.
Show more
Installation Options
Owners
Package Details
Author(s)
- Roy Klooster
Tags
RKSolutions Microsoft365 MicrosoftEntraID MicrosoftGraph
Functions
New-AdminRoleHTMLReport Invoke-GraphRequestWithPaging Install-Requirements Connect-ToMgGraph Get-SecurityGroups
Dependencies
This script has no dependencies.
Release Notes
0.1 - Initial version of the script, providing basic functionality to connect to Microsoft Graph and retrieve role assignments.
FileList
- Generate-EntraAdminRolesReport.nuspec
- Generate-EntraAdminRolesReport.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.2 | 161 | 5/2/2025 |
0.1 (current version) | 321 | 4/25/2025 |