Am working on Azure key vault concept and fetching all keys in key vault by using PowerShell command :
Get-AzureKeyVaultKey -VaultName 'vaultname'
But here, am getting all keys including Disabled state keys also. I want to fetch only the keys which are in Enabled status with latest version. Can you please give me suggestions for this issue?