Monthly Archives: July 2024
How can I automate the revocation of privileged roles in Azure AD
Here are the key steps to automate the revocation of privileged roles in Azure AD: Use Azure AD Privileged Identity Management (PIM): PIM provides the ability to create access reviews for Azure AD roles. This allows you … Continue reading
Posted in Entra ID (Azure)
Leave a comment
How can I automate the reporting of Azure AD role assignments
Here are a few ways to automate the reporting of Azure AD role assignments: Use PowerShell scripts: The Get-AzRoleAssignmentReport.ps1 script fetches role assignments and compiles them into a comprehensive report sent via email. It requires the managed … Continue reading
Posted in Entra ID (Azure)
Leave a comment