-
Notifications
You must be signed in to change notification settings - Fork 7
Backup‐PIMEntraRolePolicy
Loïc MICHEL edited this page Mar 5, 2024
·
2 revisions
Export PIM settings of all roles to a csv file.
Use the path
parameter to specify the csv file, if not specified default filename will be %appdata%\powershell\EasyPIM\Exports\BACKUP_EntraRole_<date>.csv
🔷 Export configuration of all roles to c:\temp\Role.csv
Backup-PIMEntraRolePolicy -TenantID $tenantID -path c:\temp\Role.csv
Parameter | description |
---|---|
$TenantID |
Entra ID TenantID |
$Path |
Path to csv file |