Office365 Services on an E3

SOLVED: List of Office365 Service Names

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 […]