If you are trying to make changes to Office365 using PowerShell you are likely to need the list of services. As of November 15, 2019 the Office365 services list from an E3 and the PowerShell command to generate it is:
PS C:\Windows\system32> (Get-MsolUser -UserPrincipalName "<upn - likely the email address>").Licenses.ServiceStatus.serviceplan|select servicename,servicetype
ServiceName | ServiceType |
———– | ———– |
DYN365BC_MS_INVOICING | DynamicsNAV |
MICROSOFTBOOKINGS | Exchange |
KAIZALA_O365_P3 | MicrosoftKaizala |
MICROSOFT_SEARCH | Bing |
WHITEBOARD_PLAN2 | WhiteboardServices |
MIP_S_CLP1 | Exchange |
MYANALYTICS_P2 | Exchange |
BPOS_S_TODO_2 | To-Do |
FORMS_PLAN_E3 | OfficeForms |
STREAM_O365_E3 | Microsoftstream |
Deskless (aka Staffhub) | Deskless |
FLOW_O365_P2 | ProcessSimple |
POWERAPPS_O365_P2 | PowerAppsService |
TEAMS1 | TeamspaceAPI |
PROJECTWORKMANAGEMENT | ProjectWorkManagement |
SWAY | Sway |
INTUNE_O365 | SCO |
YAMMER_ENTERPRISE | YammerEnterprise |
RMS_S_ENTERPRISE | RMSOnline |
OFFICESUBSCRIPTION | MicrosoftOffice |
MCOSTANDARD | MicrosoftCommunicationsOnline |
SHAREPOINTWAC | SharePoint |
SHAREPOINTENTERPRISE | SharePoint |
EXCHANGE_S_ENTERPRISE | Exchange |
0 Comments