Download and Install Windows Management Framework:
https://www.microsoft.com/en-us/download/details.aspx?id=48729
Ref: https://msdn.microsoft.com/en-us/library/mt125356.aspx
Start –> All Programs –> Accessories –> Windows Powershell
Right-click Windows Powershell ISE and select “Run as Administrator”
Execute the following in the PowerShell window:
Install-Module AzureRM #Install the Azure RM modules
Install-AzureRM #Download and install each module of Azure RM
Install-Module Azure #Install the ASM module
Import-Module AzureRM #Load ARM cmdlets
Import-Module Azure #Load ASM cmdlets