invoke-webrequest download progress code example
Example: powershell download file with progress
Import-Module BitsTransfer
# Download The File Using Progress Bar
Start-BitsTransfer https://www.example.com/file C:/Local/Path/file
Import-Module BitsTransfer
# Download The File Using Progress Bar
Start-BitsTransfer https://www.example.com/file C:/Local/Path/file