-
Notifications
You must be signed in to change notification settings - Fork 6
Export‐PIMEntraRolePolicy
Loïc MICHEL edited this page Mar 5, 2024
·
2 revisions
Export the rules of rolename to a csv file
🔷 Export settings of "Global Reader" and "Directory Writers" roles to file c:\temp\role.csv
Export-PIMEntraRolePolicy -tenantID $tenantID -rolename "Global Reader","Directory Writers" -path "c:\temp\role.csv"
Parameter | description |
---|---|
$TenantID |
Entra ID TenantID |
$rolename |
Name of the role to export |
$path |
Path to csv file |