Backup‐PIMEntraRolePolicy - kayasax/EasyPIM GitHub Wiki

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
⚠️ **GitHub.com Fallback** ⚠️