Skip to content

Instantly share code, notes, and snippets.

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 PlagueHO/12b88cde2f6c67cefd2c1a17710b4936 to your computer and use it in GitHub Desktop.
Save PlagueHO/12b88cde2f6c67cefd2c1a17710b4936 to your computer and use it in GitHub Desktop.
Get the value of a specific verson of a secret in Azure Key Vault
$secretText = (Get-AzureKeyVaultSecret -VaultName $keyVaultName -Name 'MyAdminPassword' -Version '02218af0521749b084bb08bd13184efb')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment