Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Last active April 17, 2017 06:30
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/058455310cdff17b8bdba6ba6db74f6c to your computer and use it in GitHub Desktop.
Save PlagueHO/058455310cdff17b8bdba6ba6db74f6c to your computer and use it in GitHub Desktop.
Remove List and Get policy from a user in Azure Key Vault
Remove-AzureRmKeyVaultAccessPolicy -VaultName $keyVaultName -ResourceGroupName $resourceGroupName `
-UserPrincipalName 'Joe.Boggs@contoso.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment