Forum Discussion
Jeff_Lamb
Jun 29, 2020Brass Contributor
Get all license groups
I am looking for a way to get all AzureAD groups that assign licenses using the AzureAD Powershell module. "Get-AzureADGroup" lacks the licensing detail. I know that "Get-MsolGroup -All | Where ...
- Jun 30, 2020
It's either that, or querying the Graph API directly.
VasilMichev
MVP
It's either that, or querying the Graph API directly.
Jeff_Lamb
Jun 30, 2020Brass Contributor
VasilMichev - Thanks for the reply. That's what I was afraid of. We want to authenticate with a service principal, which the MSOL module doesn't seem to support. I will pursue a graph query.