___
# Tags
#script
#powershell
#homelab
# Helpful Docs
- [A few variations on the code snip below](https://www.itprotoday.com/powershell/3-ways-download-file-powershell)
# Notes
```powershell
Invoke-WebRequest -URI Link-to-the-file -OutFile C:\Path\to\the\file\NewFileName
```