Link to home
Start Free TrialLog in
Avatar of Anthony K O365
Anthony K O365Flag for United States of America

asked on

Find MsolAccountSKU Service Plans for users

I am looking for a PS Script that will get the license service plan assign to a user. I have some user where certain plans are disabled i.e. I can run this command Get-MsolAccountSku | Select-Object -ExpandProperty ServiceStatus  which will show the service plans we have for our Tenant license. However, I need to the plans that enabled or disabled for each user perhaps presented in a csv file.

thank you
Avatar of Anthony K O365
Anthony K O365
Flag of United States of America image

ASKER

I am looking for a PS Script that will get the license service plan assign to a user. I have some users where certain services are disabled.  I can run this command Get-MsolAccountSku | Select-Object -ExpandProperty ServiceStatus  which will show the services we have for our Tenant license. However, I need to see the services that enabled or disabled for each user perhaps presented in a csv file.
ASKER CERTIFIED SOLUTION
Avatar of Vasil Michev (MVP)
Vasil Michev (MVP)
Flag of Bulgaria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial