Forum Discussion
Robert Crane
Sep 28, 2018MVP
Reference list for all Office 365 SKUs in PowerShell?
When you run the Powershell command get-msolaccountsku you get back a list of SKU's licensed to the tenant.
For example ENTERPRISEPACK refers to E3. Is there a definitive list from MS anywhere...
- Sep 28, 2018
Sadly, no. As we need the list for our products, I periodically probe different MS folks about it, and I'm almost certain that there are like 2 people in the whole organization that have the full list, and they try to keep this information as secret as possible :)
The closes you can get is here: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-licensing-product-and-service-plan-reference
Which is also far from complete and is getting outdated...
VasilMichev
Sep 28, 2018MVP
Sadly, no. As we need the list for our products, I periodically probe different MS folks about it, and I'm almost certain that there are like 2 people in the whole organization that have the full list, and they try to keep this information as secret as possible :)
The closes you can get is here: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-licensing-product-and-service-plan-reference
Which is also far from complete and is getting outdated...
Robert Crane
Sep 28, 2018MVP
That's a great start, many thanks for that.
I have placed what I can find in my GitHub repo:
https://github.com/directorcia/Office365/blob/master/o365-skus.ps1
based on the fact that I couldn't find much else. I'll try and keep that up to date over the time. Hopefully, that makes it a bit easier for folks.