Skip to content

Instantly share code, notes, and snippets.

@manualbashing
Created April 6, 2020 10:06
Show Gist options
  • Save manualbashing/4791ab097e5f512da8c07e3732882ca2 to your computer and use it in GitHub Desktop.
Save manualbashing/4791ab097e5f512da8c07e3732882ca2 to your computer and use it in GitHub Desktop.
Get all secrets of a given vault
Get-AzKeyVaultSecret -VaultName vault20200406104150 | % { Get-AzKeyVaultSecret -VaultName $_.VaultName -SecretName $_.Name } | Select Name,SecretValueText
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment