Modular PowerShell File Downloading Utility
See this blog post for details on how to use it!
You can also use the following command to get started: Get-Help .\download.ps1 -Full
PS .\download.ps1 -DownloadName all -OutputType all
- All scripts in %scriptDir%\scripts executed
- Files downloaded to %scriptDir%\downloads
- Results exported to %scriptDir%\output as HTML, XML, and CSV
PS .\download.ps1 -DownloadName all -OutputType all -DownloadFolder C:\temp\downloads
- All scripts in %scriptDir%\scripts executed
- Files downloaded to C:\temp\downloads (created if it does not exist)
- Results exported to %scriptDir%\output as HTML, XML, and CSV
PS .\download.ps1 -DownloadName Chrome -OutputType html
- Script %scriptDir%\scripts\Chrome.ps1 executed
- File downloaded to %scriptDir%\downloads
- Results exported to %scriptDir%\output as HTML