Import‐PIMAzureResourcePolicy - kayasax/EasyPIM GitHub Wiki
Import the rules from a csv file
🔷 Import settings from c:\temp\pim.csv
Import-PIMAzureResourcePolicy -TenantID <tenantID> -SubscriptionId <subscriptionID> -path "c:\temp\pim.csv"
Parameter | description |
---|---|
$TenantID |
Entra ID TenantID |
$SubscriptionId |
Subscription ID |
$SubscriptionId |
If you want to manage the role at other scope than subscription |
$path |
Path to csv file |