Backup‐PIMEntraRolePolicy - kayasax/EasyPIM GitHub Wiki
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 |