F1 license--Turn On/Off particular service from a plan

Iron Contributor

Hi Experts

I am using Exchange Hybrid Environment.

I want to migrate one of our exchange onprem user to Cloud and assign Office 365 F1 license.
I want to check features of Office365 F1 license like the way we can check for E3 license in office365 portal and disable particalar services for office F1 plan. Will the below syntax work for me. What should be <AccountSKuId> for F1 license and how can i check the services so that i can disable what is not required.

$LO = New-MsolLicenseOptions -AccountSkuId <AccountSkuId> -DisabledPlans "<UndesirableService1>", "<UndesirableService2>"

1 Reply
Hi, DESKLESSPACK is the SkuID for F1.

The services included are:

BPOS_S_TODO_FIRSTLINE
DESKLESS
EXCHANGE_S_DESKLESS
FLOW_O365_S1
FORMS_PLAN_K
MCOIMP
OFFICEMOBILE_SUBSCRIPTION
POWERAPPS_O365_S1
SHAREPOINTDESKLESS
SHAREPOINTWAC
STREAM_O365_K
SWAY
TEAMS1
YAMMER_ENTERPRISE

https://docs.microsoft.com/en-us/azure/active-directory/users-groups-roles/licensing-service-plan-re...

Regards,

Viktor