Office 365 Script: Get Office 365 Account Sku ID’s and Service Plan Names

Preparing to assign Office 365 licenses to users, but want to disable certain plans associated with the license sku id? Well, before you can do that, you need to know the names of the service plans. Use the following script to get the account sku id’s for a tenant and the corresponding service plan names. 

Read the help information for details on how to execute the script.

Get-help .\GetAccountSkuIdsAndServicePlanNames.ps1 -full

 A copy of the script can be downloaded by clicking on the link below.

 

GetMsolAccountSkuIdsAndServicePlanNames.ps1