Share via

Request for Sku Ids For service plan for all licenses in office 365 for work or school

Anonymous
2017-03-13T07:36:54+00:00

I wish to get the sku ids and the corresponding names of all the list  of sku ids you are providing for o365 exchange business , work or school

For Example "EXCHANGE_S_ENTERPRISE" = "Exchange Online Plan 2"

Microsoft 365 and Office | Subscription, account, billing | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2017-03-13T10:25:36+00:00

Hi Vineeth,

To know the licensing plans in your Office 365 tenant, you can run the following command via PowerShell.

Here are steps:

  1. Install the Microsoft online services sign-in assistant for it professionals rtw from the Microsoft download center.
  2. Install the azure active directory module for windows powershell (64-bit version), and click run to run the installer package.

Commands:

1. Open the PowerShell and run the following command to connect to Office 365 services.(Input your global admin account to connect it)

Connect-Msolservice

  1. Run the following command to get the SKU ID.(ENTERPRISEPACK is Enterprise E3)

Get-MsolAccountSku | Where-Object {$_.SkuPartNumber -eq "ENTERPRISEPACK"} | ForEach-Object {$_.ServiceStatus}

“EXCHANGE_S_ENTERPRISE" = "Exchange Online Plan 2"

“Sway”= “Sway”

“INTUNE_O365” = “Mobile Device Management for Office 365”

“YAMMER_ENTERPRISE” = “Yammer”

“RMS_S_ENTERPRISE” = “Azure Rights Management(RMS)”

“OFFICESUBSCRIPTION” = “Office Professional Plus”

“MCOSTANDARD” = “Skype for Business Online”

“SHAREPOINTWAC” = “Office Online”

“SHAREPOINTENTERPRISE” = “SharePoint Online”

“Deskless” = “Mircrosoft StaffHub”

“FLOW_O365_P2” = “Flow for Office 365”

“TEAMS1” = “Microsoft Teams”

“PROJECTWORKMANAGEMENT” = “Microsoft Planner”

“POWERAPPS_O365_P2” = “Power Apps for Office 365”

The Above information is for Office 365 E3 Plan.

Here is an article for your reference: view licenses and services with office 365 powershell

Best Regards,

Rodney

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2017-09-12T02:47:38+00:00

    Hi Peter,

    The following articles are for your reference. If you need further assistance, you may start a new thread in our forum. So, we can discuss further in the new thread.

    View account license and service details with Office 365 PowerShell

    PowerShell Licensing SKU's in Office 365

    Manage Office 365 licenses with PowerShell

    Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology.​

    Best regards,

    Tim

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2017-09-11T21:13:01+00:00

    That just provides the list of SKU's for products you have subscriptions for.  What's being asked for is the canonical list of all SKUs available, nice to have would be the services plans contained in each of the SKUs.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2017-03-15T09:31:19+00:00

    Hi Vineeth,

    Does my relpy answer your question? Do you still need assistance?

    Best Regards,

    Rodney

    Was this answer helpful?

    0 comments No comments