Oct 27 2020
10:49 AM
- last edited on
May 24 2021
02:37 PM
by
TechCommunityAP
Oct 27 2020
10:49 AM
- last edited on
May 24 2021
02:37 PM
by
TechCommunityAP
My plan is to export and import settings for AAD Roles in bulk with PowerShell.
I'm trying to set "Role assignment alert" with PowerShell for aadRoles in PIM but the command Set-AzureADMSPrivilegedRoleSetting does not have options for alerts.
How can I configure the alert settings of privileged roles using PowerShell or Graph?
The reference here gives me an error:
The current endpoints of AAD roles have been disabled for the tenant for migration purpose. Please use the new Azure AD RBAC roles. Please refer to https://aka.ms/PIMFeatureUpdateDoc for new PIM features; https://aka.ms/PIMAPIUpdateDoc for API and PowerShell changes because of migration.",
https://docs.microsoft.com/en-us/graph/api/resources/privilegedoperationevent?view=graph-rest-beta
Jan 29 2021 12:34 AM
Hi @canix1 ,
I'm hitting the same problem ... You can export or create with PS all role-settings, except everything under the "notifications" section of the role-settings ...
Did you manage to solve this?
thanks!
Raf
Jan 29 2021 12:39 AM
Nov 21 2022 01:56 AM
Hi @canix1
Not sure if you managed to resolve this. Is it possible to update notification setting using Set-AzureADMSPrivilegedRoleSetting? Thank you.