This recipe shows two ways to view all privileged users in Azure AD.
Viewing all privileged users in Azure AD
Getting ready
To complete this recipe, you'll need to sign into the Azure AD tenant with an account that has the Global administrator role assigned to it.
When using the PowerShell method, install the AzureAD Windows PowerShell module first. Use the following line of PowerShell on a Windows or Windows Server system that runs Windows PowerShell 5.0 or higher in an elevated Windows PowerShell window:
Install-Module AzureAD
Press Yes twice.
To update the AzureAD Windows PowerShell Module, run the preceding line of PowerShell again.