Created
February 15, 2022 16:56
-
-
Save scotgabriel/d4148e079cbcb337c239411db3c796ec to your computer and use it in GitHub Desktop.
Azure AD User - Get licenses assigned
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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