Skip to content

Instantly share code, notes, and snippets.

@comitieutu
Created June 17, 2020 04:29
Show Gist options
  • Save comitieutu/4c7a5b94c52cafedcf311aa5fa478d5e to your computer and use it in GitHub Desktop.
Save comitieutu/4c7a5b94c52cafedcf311aa5fa478d5e to your computer and use it in GitHub Desktop.
Connect-AzureAD
# Install module
Install-Module -Name AzureAD -AllowClobber
# Sign in. Connect to Azure with a browser sign in token
Connect-AzureAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment