Forum Discussion

Deleted's avatar
Deleted
May 25, 2018
Solved

How to activate Skype for business for all users on Office 365?

Hi,

 

I'm trying to activate Skype for business for all users in Office 365. I have a command line it is rather unactivating the non required options.

 

$LO = New-MsolLicenseOptions -AccountSkuId avocarbon:STANDARDPACK -DisabledPlans "SHAREPOINTWAC", "YAMMER_ENTERPRISE" , "SWAY" , "STREAM_O365_E1" , "FLOW_O365_P1" , "POWERAPPS_O365_P1" , "PROJECTWORKMANAGEMENT" , "FORMS_PLAN_E1" , "SHAREPOINTSTANDARD" , "BPOS_S_TODO_1" , "Deskless"

Import-csv .\nom_fichier.csv |%{Set-MsolUserLicense -UserPrincipalName $_.Userprincipalname -LicenseOptions $LO}


Is there a command to only activate one precise option?

 

Thanks

 

Resources