Still wondering why Azure Powershell is not consistently working.
I tried pulling all azure vault via powershell using following command line but none of result coming from this command :
Add-azurermaccount
Login-AzureRmAccount
Select-AzureRmSubscription -SubscriptionId "XXXXX-b8ee-4533-a2c2-3ee6b4f01a8d"
Get-AzureRmBackupVault
Same problem with many other powershell command like Get-AzureRmResourceGroup where otherside Get-AzureRmVM working fine.
Add-AzureRmAccount
is no longer a thing. – TheMadTechnicianadd-azurermaccount
? its working on the latest version of Azure PowerShell @TheMadTechnician; to the OP, delete all the Azure PowerShell modules and install latest versions – 4c74356b41