Within Azure PIM, when I export assignment via the Azure PIM blade, using the export functionality I noticed that it is missing some roles and doesn't give the full picture, I am wondering if its possible to write a powershell script that will export out ALL assignments within PIM, eligible, permanent assignments, groups etc.
I tried to make a start by doing some research, came across
$role = Get-AzureADMSPrivilegedRoleDefinition -ProviderId aadRoles -ResourceId "<tenant-id>"
In the end, only returned a bunch of ID's, whereas what I am after is an extract showing
Rolename
principalName
creationDate
DirectoryScope
AssignmentType
AssignmentVia
MemberType
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745115941a4612126.html
评论列表(0条)