Add-AzureKeyVaultManagedStorageAccount cmdlet not found in AzureRM KeyVault v. 3.1.0

According to Powershell Gallery, version 3.1.0 AzureRM.KeyVault contains cmdlets that support Azure Storage accounts whose keys are managed by KeyVault. I installed and Get-Module shows version 3.1.0, but I don't see (in ExportedCommands) the various commands to support the store.

+3


source to share


1 answer


Here are the steps I would take.



  • Shutting down all powershell processes or restarting
  • Go to c: \ program files \ windowspowershell \ modules folder and delete the folder AzureRM.keyvault

    named
  • Run powershell and install the module Install-Module -Name AzureRM.KeyVault

+2


source







All Articles