Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kayasax authored Jan 26, 2024
1 parent ced66d2 commit a7c2c2a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# EasyPIM V1.0.2
Powershell module to manage PIM Azure Resource Role settings with simplicity in mind.

Easily manage settings at the subscription level : enter a tenant ID, a subscription ID, a role name
Easily manage PIM Azure Resource settings (at the subscription level by default) : enter a tenant ID, a subscription ID, a role name
then the options you want to set, for example require justification on activation.
If you want to manage the role at another level (Management Group, Resource Group or Resource) please use the `scope` parameter instead of the `subscriptionID`.

With the export function you can edit your PIM settings in Excel then import your changes :wink:
With the export function you can now edit your PIM settings in Excel then import back your changes :wink:

## Key features
:boom: Support editing multiple roles at once
Expand All @@ -21,8 +22,9 @@ This module is available in the PowerShell gallery: [https://www.powershellgalle
Install-Module -Name EasyPIM -Scope CurrentUser
```


## Sample usage
[Get-PIMAzureResourcePolicy](/wiki/Documentation)

:large_blue_diamond: Get configuration of the role "Webmaster"
```pwsh
Get-PIMAzureResourcePolicy -TenantID <tenantID> -SubscriptionId <subscriptionID> -rolename "webmaster"
Expand Down

0 comments on commit a7c2c2a

Please sign in to comment.