Skip to content

Instantly share code, notes, and snippets.

View BanterBoy's full-sized avatar
⚙️
Automating things.......from home!

Luke Leigh BanterBoy

⚙️
Automating things.......from home!
View GitHub Profile
#!/usr/bin/env powershell
$ErrorActionPreference = "Stop" # Fail fast!
# Import-Module BitsTransfer
# Start-BitsTransfer -Source https://download.sysinternals.com/files/SysinternalsSuite.zip
# Start-BitsTransfer -Source https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip
# powershell.exe -ExecutionPolicy ByPass -File .\download_sysinternals.ps1