Skip to content

Instantly share code, notes, and snippets.

@yooakim
Created March 13, 2021 09:54
Show Gist options
  • Save yooakim/62d879ed61a88363566ffc5c9fe306d1 to your computer and use it in GitHub Desktop.
Save yooakim/62d879ed61a88363566ffc5c9fe306d1 to your computer and use it in GitHub Desktop.
Update SysinternalsSuite
Invoke-WebRequest -Uri https://download.sysinternals.com/files/SysinternalsSuite.zip -OutFile ~\Downloads\SysinternalsSuite.zip
Unblock-File ~\Downloads\SysinternalsSuite.zip
Expand-Archive ~\Downloads\SysinternalsSuite.zip -DestinationPath ~\OneDrive\Util -Force
Remove-Item ~\Downloads\SysinternalsSuite.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment