Azure Cmdlet Reference

The Azure Cmdlet Reference provides information about Windows PowerShell modules that help you to automate your Microsoft Azure tasks. This reference includes information about the Windows PowerShell modules for Azure, including system requirements, download links, and configurations tasks. It also includes cmdlet help for the cmdlets and functions in Windows PowerShell modules for Azure.

Windows PowerShell Modules for Azure

To learn about the cmdlets in the Azure modules, see these topics:

Windows PowerShell modules for Azure are not included in Windows. Before you can use the cmdlets in the modules, you need to download the modules you want to use and set up your environment so you can connect to Azure from Windows PowerShell. For instructions, see the page for each module.

Azure modules are updated frequently. If you notice that the online cmdlet help includes cmdlets or parameters that are not in your module, download and install the latest version of the module. To find the version of your module, type: (Get-Module <ModuleName>).Version

For sample scripts that can help you automate some of the common tasks in Azure, see the Windows Azure Script Center.

For general information about installing, learning, using, and customizing Windows PowerShell, see Scripting with Windows PowerShell.

Azure PowerShell Modules

Several of the Azure modules for Windows PowerShell are included in a single installation package known as Azure PowerShell. For information about installing Azure PowerShell, see How to install and configure Windows Azure PowerShell.

Beginning in version 0.8.0, the Azure PowerShell installation includes three Windows PowerShell modules:

  • Azure: Includes the traditional cmdlets for managing individual resources, such as storage accounts, websites, databases, virtual machines, and media services. For information about the cmdlets in the Azure module, see Azure Service Management Cmdlets.

  • AzureResourceManager: Includes cmdlets for creating, managing, and deploying the Azure resources for a complex service as a logical unit. Use this module to create resource groups that support web portals, photo galleries, blogs, wikis and more. For information about the cmdlets in the AzureResourceManager module, see Azure Resource Manage Cmdlets.

  • AzureProfile: Includes cmdlets common to both modules, such as Add-AzureAccount, Get-AzureSubscription, and Switch-AzureMode. For information about the cmdlets in the AzureProfile module, see Azure Profile Cmdlets.

Note

The Azure Resource Manager module is currently in preview. It might not provide the same management capabilities as the Azure module.

The Azure and Azure Resource Management modules are not designed to be used in the same Windows PowerShell session. To make it easy to switch between them, we have added a new cmdlet, Switch-AzureMode.

When you use Azure PowerShell, the cmdlets in the Azure module are imported by default. To switch to the AzureResourceManager module, use the Switch-AzureMode cmdlet. It removes the Azure module from your session and imports the Azure Resource Manager and Azure Profile modules.

PS C:\> Switch-AzureMode -Name AzureResourceManager

To switch to the Azure module, use the Switch-AzureMode cmdlet again.

PS C:\> Switch-AzureMode -Name AzureServiceManagement

For help with the Switch-AzureMode cmdlet, type: Get-Help Switch-AzureMode or see Switch-AzureModule.

See Also

Other Resources

Windows PowerShell SDK
Windows Azure Downloads