Skip to content

gngrninja/psNinjaDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psNinjaDownloader

Modular PowerShell File Downloading Utility

See this blog post for details on how to use it!

http://www.gngrninja.com/script-ninja/2017/3/10/powershell-ninjadownloader-modular-file-download-utility

You can also use the following command to get started: Get-Help .\download.ps1 -Full

Examples

Example 1

PS .\download.ps1 -DownloadName all -OutputType all

  1. All scripts in %scriptDir%\scripts executed
  2. Files downloaded to %scriptDir%\downloads
  3. Results exported to %scriptDir%\output as HTML, XML, and CSV

Example 2

PS .\download.ps1 -DownloadName all -OutputType all -DownloadFolder C:\temp\downloads

  1. All scripts in %scriptDir%\scripts executed
  2. Files downloaded to C:\temp\downloads (created if it does not exist)
  3. Results exported to %scriptDir%\output as HTML, XML, and CSV

Example 3

PS .\download.ps1 -DownloadName Chrome -OutputType html

  1. Script %scriptDir%\scripts\Chrome.ps1 executed
  2. File downloaded to %scriptDir%\downloads
  3. Results exported to %scriptDir%\output as HTML

About

Modular PowerShell File Download Utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published