You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also an option to activate Privileged Identity Management using PowerShell. You may find more details as documented in the article [PowerShell for Azure AD roles PIM](powershell-for-azure-ad-roles.md).
166
+
167
+
The following is a sample script for how to activate Azure resource roles using PowerShell.
168
+
169
+
```powershell
170
+
$managementgroupID = "<management group ID" # Tenant Root Group
0 commit comments