Skip to content

Instantly share code, notes, and snippets.

View mistyn8's full-sized avatar

Mike Chambers mistyn8

View GitHub Profile
@mistyn8
mistyn8 / install-AzCopy.ps1
Created January 30, 2024 12:55 — forked from aessing/install-AzCopy.ps1
Install AzCopy on Windows (PowerShell)
# =============================================================================
# Install AzCopy on Windows (PowerShell)
# https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10
# https://github.com/Azure/azure-storage-azcopy
# -----------------------------------------------------------------------------
# Developer.......: Andre Essing (https://www.andre-essing.de/)
# (https://github.com/aessing)
# (https://twitter.com/aessing)
# (https://www.linkedin.com/in/aessing/)
# -----------------------------------------------------------------------------