Sep 28 2018 03:48 AM - edited Sep 28 2018 04:05 AM
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 that details ALL the Service Plans you can potentially see using PowerShell? My searching has located 100+ so far but I can't see a definitive list from MS that shows what all the licenses are in PowerShell.
Sep 28 2018 04:25 PM
SolutionSadly, 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-servi...
Which is also far from complete and is getting outdated...
Sep 28 2018 04:53 PM
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.
Sep 04 2020 02:37 PM
Does this help?
I've been looking for an API that provides this information but I haven't found anything yet.
Sep 04 2020 03:03 PM
@Ben Tight I started my own - https://github.com/directorcia/Office365/blob/master/o365-skus.ps1
Oct 26 2022 06:28 AM
@Robert Crane adding this in case anyone else is looking : Product names and service plan identifiers for licensing - Azure AD - Microsoft Entra | Microsoft Le...