Copy‐PIMEntraRolePolicy - kayasax/EasyPIM GitHub Wiki
Description:
Copy PIM settings from an existing Entra Role
Samples:
🔷 Copy settings from templaterole to "Global Reader" and "Directory Reader" roles
Copy-PIMEntraRolePolicy -TenantID $tenantID -rolename "Global Reader","Directory Reader" -copyfrom "templaterole"
Parameters:
Parameter | description |
---|---|
$TenantID |
Entra ID TenantID |
$rolename |
Name of the role to configure |
$copyfrom |
Copy settings from this role name |