Skip to content

Instantly share code, notes, and snippets.

@iHaveBecomeDeath
Created May 22, 2023 06:37
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 iHaveBecomeDeath/10bf4a7e494f694364968cff2897b5ba to your computer and use it in GitHub Desktop.
Save iHaveBecomeDeath/10bf4a7e494f694364968cff2897b5ba to your computer and use it in GitHub Desktop.
Get Azure Access Token to clipboard in PowerShell
Az login
Get-AzAccessToken | Select-Object -ExpandProperty Token | Set-Clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment