Hey dudes and ladies! Malaysia Movement Control Order has announce extend till 12th May but with relax conditions. Before the announcement, there was a decrease in number of reported cases and we had hope that there won’t be another extend announcement. However, the reported cases increases. Anyway, hope you guys are doing good at home, to those are infected by Covid-19, hope rapid recovery and to those are getting racism attack or getting criticism from past infection, hope you don’t hurt yourself which is not your fault.
Have you ever have customers that wanting to disable certain service plans in subscription or license? Are you going to manually click person by person to disable? Of course not! Things like these is best to use PowerShell, you could even generate/export a report.
Note:
- Don’t call Microsoft Support to identify your service plans because they have no idea and they most likely don’t take your case. Trust me I been there.
There are 2 type of command library you could use to extract these information either Azure AD PowerShell or MSOnline PowerShell. Play around with the service get to know which is the service that it belongs to and which service has dependency.
Below the list of service plans for Office 365 Enterprise E3 and E5;
- I grab the below information using MSOnline PowerShell, this was during the year 2017. I will post up a new update.
Office 365 Enterprise E3 ------------------------- Deskless FLOW_O365_P3 POWERAPPS_O365_P3 TEAMS1 ADALLOM_S_O365 EQUIVIO_ANALYTICS LOCKBOX_ENTERPRISE EXCHANGE_ANALYTICS SWAY ATP_ENTERPRISE MCOEV MCOMEETADV BI_AZURE_P2 INTUNE_O365 PROJECTWORKMANAGEMENT RMS_S_ENTERPRISE YAMMER_ENTERPRISE OFFICESUBSCRIPTION MCOSTANDARD EXCHANGE_S_ENTERPRISE SHAREPOINTENTERPRISE SHAREPOINTWAC Office 365 Enterprise E5 ------------------------- Deskless (StaffHub) FLOW_O365_P2 (Flow) POWERAPPS_O365_P2 (PowerAPPS) TEAMS1 (MsTeams) PROJECTWORKMANAGEMENT (Planner) SWAY (Sway) INTUNE_O365 (Mobile Device) YAMMER_ENTERPRISE (Yammer) RMS_S_ENTERPRISE (Azure Right management) OFFICESUBSCRIPTION (O365ProPlus) MCOSTANDARD (Skype For Business) SHAREPOINTWAC (Office Online) SHAREPOINTENTERPRISE (SharePoint Online) EXCHANGE_S_ENTERPRISE (Exchange Online)
Below Microsoft 365 Enterprise E5 using Azure PowerShell;
*the list is too long so I’m just going to show partial only.
This below is using the MSOnline Powershell;
References:
- https://docs.microsoft.com/en-us/office365/enterprise/powershell/view-account-license-and-service-details-with-office-365-powershell
- https://docs.microsoft.com/en-us/powershell/module/msonline/get-msolaccountsku?view=azureadps-1.0