Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Update Azure PowerShell the easy way.
December 9, 2015
Q. How can I get the latest version of the Azure 1.0 PowerShell?
A. To update the Azure modules from 1 and above run the following two commands:
Update-Module AzureRMUpdate-AzureRM
You May Also Like