Skip to content

Instantly share code, notes, and snippets.

@scotgabriel
Created February 15, 2022 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scotgabriel/d4148e079cbcb337c239411db3c796ec to your computer and use it in GitHub Desktop.
Save scotgabriel/d4148e079cbcb337c239411db3c796ec to your computer and use it in GitHub Desktop.
Azure AD User - Get licenses assigned
et-azureaduser -SearchString $UserDisplayName | Get-AzureADUserLicenseDetail | Select-Object SkuId, SkuPartNumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment