Skip to content

Instantly share code, notes, and snippets.

@thisboyiscrazy
Last active April 22, 2016 19:44
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 thisboyiscrazy/099f25a56d3149a85139c3ac570ad40c to your computer and use it in GitHub Desktop.
Save thisboyiscrazy/099f25a56d3149a85139c3ac570ad40c to your computer and use it in GitHub Desktop.
Import-Module MSOnline
$cred = Get-Credential
Connect-MsolService –Credential $cred
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment