Skip to content
 
 

Latest commit

 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSDODownloader

PowerShell client for Delivery Optimization (DO) on Windows, based on DODownloaderDotNet. Useful for testing DO configuration, cache servers, and performance. Also check out my tool to generate DO URLs, and Microsoft's official DeliveryOptimization cmdlets.

Features

  • Download files using Delivery Optimization with familiar Invoke-WebRequest syntax
  • List existing downloads, including properties that aren't available with Get-DeliveryOptimizationStatus

Setup

Install-Module PSDODownloader

Prerelease builds can be installed in PowerShell 7 from the GitHub Packages repository, using a classic Personal Access Token with the read:packages scope:

Register-PSResourceRepository -Name pl4nty -Uri https://nuget.pkg.github.com/pl4nty/index.json
Install-PSResource -Name PSDODownloader -Repository pl4nty -Credential (Get-Credential) -Prerelease

Usage

See Invoke-DORequest and Get-DORequests.

About

PowerShell client for Delivery Optimization on Windows

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages