Created
April 6, 2020 10:06
-
-
Save manualbashing/4791ab097e5f512da8c07e3732882ca2 to your computer and use it in GitHub Desktop.
Get all secrets of a given vault
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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