Skip to content

Instantly share code, notes, and snippets.

@ebruning
Created October 1, 2014 20:43
Show Gist options
  • Save ebruning/17e56b07661e5d1bf9cf to your computer and use it in GitHub Desktop.
Save ebruning/17e56b07661e5d1bf9cf to your computer and use it in GitHub Desktop.
Download vhd from azure
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