Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.91 KB

pim-powershell-migration.md

File metadata and controls

33 lines (26 loc) · 1.91 KB
title description author manager ms.service ms.subservice ms.topic ms.date ms.author ms.reviewer ms.custom
PIM PowerShell for Azure Resources Migration Guidance
The following documentation provides guidance for Privileged Identity Management (PIM) PowerShell migration.
billmath
amycolannino
entra-id-governance
privileged-identity-management
how-to
07/11/2023
billmath
shaunliu
pim, devx-track-azurepowershell

PIM PowerShell for Azure Resources Migration Guidance

The following table provides guidance on using the new PowerShell cmdlts in the newer Azure PowerShell module.

New cmdlts in the Azure PowerShell module

Old AzureADPreview cmd New Az cmd equivalent Description
Get-AzureADMSPrivilegedResource Get-AzResource Get resources
Get-AzureADMSPrivilegedRoleDefinition Get-AzRoleDefinition Get role definitions
Get-AzureADMSPrivilegedRoleSetting Get-AzRoleManagementPolicy Get the specified role management policy for a resource scope
Set-AzureADMSPrivilegedRoleSetting Update-AzRoleManagementPolicy Update a rule defined for a role management policy
Open-AzureADMSPrivilegedRoleAssignmentRequest New-AzRoleAssignmentScheduleRequest Used for Assignment Requests
Create role assignment schedule request
Open-AzureADMSPrivilegedRoleAssignmentRequest New-AzRoleEligibilityScheduleRequest Used for Eligibility Requests
Create role eligibility schedule request

Next steps