Here are the steps:
- Open PowerShell with Admin access
- Type following:
- Install-Module AzureAD
- Import-Module AzureAD
- Connect-AzureAD
- Install-Module MSOnline
- Connect-MsolService
- Get-MsolUser | ? {$_.Licenses.ServiceStatus | ? {$_.ServicePlan.ServiceName -eq "SERVICE NAME" -and $_.ProvisioningStatus -eq "Success"}}
- Just replace the service name with the service you want.
Comments
0 comments
Please sign in to leave a comment.