Created
October 1, 2014 20:43
-
-
Save ebruning/17e56b07661e5d1bf9cf to your computer and use it in GitHub Desktop.
Download vhd from azure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add-AzureAccount | |
select-azuresubscription "Visual Studio Premium with MSDN" | |
Save-AzureVhd -Source $sourceVHD -LocalFilePath $destinationVHD -NumberOfThreads 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment