Top "Azure-powershell" questions

The Azure Module for Powershell allows administrators to accomplish many Windows Azure AD tenant-based administrative tasks such as user management, domain management and for configuring single sign-on

Install-Module : The term 'Install-Module' is not recognized as the name of a cmdlet

I was trying to install Azure using Install-Module Azure in PowerShell. I got the following error: PS C:\Windows\system32&…

powershell azure azure-virtual-machine azure-powershell
How do I find the Azure PowerShell version?

I need to find the installed Azure PowerShell version through cmdlets code. How do I find the Azure PowerShell version? …

powershell azure version cmdlets azure-powershell
Change Azure virtual machine name in Azure portal

Can we change the name of an Azure Virtual Machine in the Azure portal? I am sure we cannot change …

azure azure-powershell azureportal
Is there an API to list all Azure Regions?

I would like to list all Azure locations via some API (I need to generate some config files for every …

azure azure-powershell
How to clean up bad Azure PowerShell uninstall?

Background: I had installed Azure-PowerShell 1.x via the MSI, and subsequently added some Azure Resource Management modules via the command …

azure-powershell
No default subscription has been designated. Use Select-AzureSubscription -Default <subscriptionName> to set the default subscription

I’m keep getting the above error when trying to execute Start-AzureService. Following information prompted when executing Get-AzureAccount: Id Type …

azure azure-powershell
How to find the current Azure RM Subscription

In Azure Classic / Service Management, Get-AzureSubscription would give a list of subscriptions in the Tenant with an indicator of which …

azure azure-powershell
Adding an App Settings to existing Azure Web Application using Azure Power Shell

I want to write a script that run using azure power shell to automate adding the Web Application configuration Azure &…

powershell azure azure-powershell
How to update Azure PowerShell?

I have Azure PowerShell 1.0.3 installed via the Gallery (per the instructions here in the Installing Azure PowerShell From The Gallery …

azure azure-powershell
Azure Powershell Select-AzureSubscription with subscription id

I am using Powershell Azure cmdlets to do some operation on each subscription I have. However, all my subscriptions have …

powershell azure azure-powershell