MrFrostmaul Posted April 30, 2016 Posted April 30, 2016 Hi, Trying to disable Office 365 Planner Preview Licence, but cannot find it's SKU. Does anyone know the SKU for Office 365 Planner Preview? It is located under Office 365 Education for Students & Staff (as shown in picture), don't want any of the other licence settings changed, just this sub licence. Thanks
sjatkn Posted April 30, 2016 Posted April 30, 2016 If you don't mind PowerShell then this page may be what you need. https://technet.microsoft.com/en-us/library/dn771771.aspx
MrFrostmaul Posted May 2, 2016 Author Posted May 2, 2016 I have tried that, but it is not bringing the sub licence name within the Education for Students licence.
xlandhenry Posted May 3, 2016 Posted May 3, 2016 Planner preview license is PROJECTWORKMANAGEMENT You can view the name of any sub-plans in O365Edu for students by using (Get-MsolAccountSku | Where-Object { $_.AccountSkuId -eq "tenantname:STANDARDWOFFPACK_STUDENT"}).ServiceStatus Substitute tenantname:STANDARDWOFFPACK_STUDENT with the actual Sku id
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now