Skip to content

Instantly share code, notes, and snippets.

View aquiladev's full-sized avatar
🛩️
Flying

Sergii Bomko aquiladev

🛩️
Flying
View GitHub Profile
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
choco install visualstudiocode
choco install linqpad
choco install fiddler4
choco install resharper
choco install appfabric.caching
choco install github
choco install 7zip
choco install skype
@aquiladev
aquiladev / vhd_copy_between_subscriptions.ps1
Last active November 21, 2015 14:52
Windows Azure : Copy VHD between subscriptions
# NOTES: -Source storage should be "Public Container"
# -Doesn't matter which subscription selected
### This assumes you have already imported the azure publishsettings file and the subscriptions are known on your machine.
Select-AzureSubscription -SubscriptionId "2fcd3fbe-9046-4dd3-8916-329df55b6d64"
### Defines the location of the VHD we want to copy
$sourceVhdUri = "https://storage1.blob.core.windows.net/vhds/x1.vhd"
### Defines the source Storage Account