Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Microsoft 365 ====== === List all members of all admin roles === <code powershell> Get-MsolRole | where {$_.Name -like "*admin*"} | foreach {Get-MsolRoleMember -RoleObjectId $_.objectId} </code> microsoft/qnd/microsoft_365.txt Last modified: 2022/06/14 18:46by mgupton