Forum Discussion
Vasim Vebster
Jan 24, 2018Copper Contributor
Assign "Phone Sytem"/MCOEV only to multiple users in O365.
Hello, I have many users which have E5 licenses assigned to them, the only service which is turned off in the E5 pack is "Phone System" I want to enable the "Phone System" for all the users but ...
VasilMichev
Jan 24, 2018MVP
The example you are trying to use DISABLES all the other services. If you simply want to "enable" a particular service that is disabled, while all others are enabled, just use a "blank" $options variable:
$options = New-MsolLicenseOptions -AccountSkuId "XXXXXXX:ENTERPRISEPREMIUM"
More details and examples in this recent thread: https://techcommunity.microsoft.com/t5/Microsoft-Teams/How-to-enable-MT-license-under-E3-enterprise-using-powershell/td-p/137014