From a7c2c2a40a0533032e7ec6d0f5c25ddd3c10028e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20MICHEL?= Date: Fri, 26 Jan 2024 15:40:44 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54d91ac..8005382 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 -SubscriptionId -rolename "webmaster"