Skip to content

Instantly share code, notes, and snippets.

@yooakim
Created March 13, 2021 11:14
Show Gist options
  • Save yooakim/e4f3890e18cdcdfc2b5ae0953781faf3 to your computer and use it in GitHub Desktop.
Save yooakim/e4f3890e18cdcdfc2b5ae0953781faf3 to your computer and use it in GitHub Desktop.
Update AzCopy
Invoke-WebRequest -Uri https://aka.ms/downloadazcopy-v10-windows -OutFile ~\Downloads\azcopy.zip
Unblock-File ~\Downloads\azcopy.zip
Expand-Archive ~\Downloads\azcopy.zip
Copy-Item ~\Downloads\azcopy\*\azcopy.exe C:\apps\tools -Force
Remove-Item ~\Downloads\azcopy -Recurse -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment