Identify the co-administrators in with a powershell cmdlet
Need a way to view the administrators and co-administrators within a subscription

Will see whether there is an API for PowerShell to do this.
1 comment
-
Brian E. Tower commented
You can do this easily...
Get-AzureRmRoleAssignment -IncludeClassicAdministrators | Where-Object RoleDefinitionName -eq CoAdministrator