Forum Discussion
Azhar_pasha
Mar 10, 2021Copper Contributor
Please help me to Get the list of user license status with real product name rather then cryptic SKU
Hello All, I have a script to get the list of user license status its giving me "cryptic SKU", Please help me to get the real product names instead of cryptic SKU ID strings like “SPE_E3” (which ...
VasilMichev
Mar 10, 2021MVP
You cannot get the "real product names" directly via PowerShell, though you can "translate" them using the information from this article: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-licensing-product-and-service-plan-reference
- Azhar_pashaMar 10, 2021Copper ContributorHi Vasil,
A script or command to do that in powershell would be more helpful.