Forum Discussion

Jeff_Lamb's avatar
Jeff_Lamb
Brass Contributor
Jun 29, 2020

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 ...
  • VasilMichev's avatar
    Jun 30, 2020

    It's either that, or querying the Graph API directly.

Resources