Skip to content

Instantly share code, notes, and snippets.

@vhusker
Created January 4, 2016 00:00
Show Gist options
  • Save vhusker/a8c7125836f64f033fbf to your computer and use it in GitHub Desktop.
Save vhusker/a8c7125836f64f033fbf to your computer and use it in GitHub Desktop.
$Users = Get-MsolUser -TenantId <MyTenantID> | Where-Object {$_.IsLicensed -eq $True}
$Users | Get-Member
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment