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.
- Download files using Delivery Optimization with familiar Invoke-WebRequest syntax
- List existing downloads, including properties that aren't available with
Get-DeliveryOptimizationStatus
Install-Module PSDODownloaderPrerelease 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) -PrereleaseSee Invoke-DORequest and Get-DORequests.