Skip to content

Instantly share code, notes, and snippets.

@tostka
Created July 17, 2019 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tostka/6d6656e1ba658887c56d495c74a79577 to your computer and use it in GitHub Desktop.
Save tostka/6d6656e1ba658887c56d495c74a79577 to your computer and use it in GitHub Desktop.
Confirm MSol Licensing & status
Connect-MsolService ;
$msolu = Get-MsolUser -userp $rmbx.userprincipalname ;
$msolu | select userprin*, *Error*, *status*, softdel*, lic*, islic* ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment