Forum Discussion
Carlos Gomez
May 22, 2017Brass Contributor
creating license option powershell - why "SHAREPOINTENTERPRISE" can't be disabled?
Hi,
I'm assigning O365 licenses for some users with powershell, originally for the disabledplans parameter I had:
-DisabledPlans "Deskless", "FLOW_O365_P2", "POWERAPPS_O365_P2", "TEAMS1", "PROJECTWORKMANAGEMENT", "YAMMER_ENTERPRISE", "MCOSTANDARD", "SHAREPOINTENTERPRISE"
but, it was giving me an error, but after removing "SHAREPOINTENTERPRISE" i was able to assign the licenses. so my question is, why can be this disabled? is a requerement for the E3 plan? or is due something else?
Regards.
- "SHAREPOINTENTERPRISE" depends on "SHAREPOINTWAC". So include "SHAREPOINTWAC" in the disabled plans list and check.
- Carlos GomezBrass Contributor
Hi,
Do you konw if there is any Microsoft documentation for this? It makes sense to me and I'll test it if as son as I get a chance since "SHAREPOINTWAC" stands for the office onlice access and this is something that we want to provide to our users. By the moment I keep removed "SHAREPOINTENTERPRISE" from the disabled plans.
Regards.
- The disable options should work as explained here https://technet.microsoft.com/es-es/library/dn771769.aspx and it does not depend on the Office 365 Plan you have
- Carlos GomezBrass Contributor
Hola Juan Carlos,
I used the same link as guidance, but for some reason only by removing "sharepointenterprise" I was able to assign the license.
Regards.