Jump to content

Recommended Posts

Posted

I am trying to get a list of users that are assigned to a license using powershell. This is the command I am running...

 

Get-MsolUser -All | Where { $_.Licenses -match "STANDARDWOFFPACK_STUDENT" }

 

It seems simple enough but it will not display any results. I can substitute $_.Licenses with other properties and it works.

 

Any one got any suggestions.

 

Thanks

James

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...