Skip to content

Export‐PIMEntraRolePolicy

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

Description:

Export the rules of rolename to a csv file

Samples:

🔷 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"        

Parameters:

Parameter description
$TenantID Entra ID TenantID
$rolename Name of the role to export
$path Path to csv file

📝 Documentation

Clone this wiki locally