Skip to content

Backup‐PIMEntraRolePolicy

Loïc MICHEL edited this page Mar 5, 2024 · 2 revisions

Description:

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

Samples:

🔷 Export configuration of all roles to c:\temp\Role.csv

Backup-PIMEntraRolePolicy -TenantID $tenantID -path c:\temp\Role.csv

Parameters:

Parameter description
$TenantID Entra ID TenantID
$Path Path to csv file

📝 Documentation

Clone this wiki locally