User Tools

Site Tools


computing:windows:bits_transfer

Windows Download in Background

BITS Powershell

Import-Module BitsTransfer

get-command *-BITS*

Start-BitsTransfer -source https://www.releases.ubuntu.com/22.04/ubuntu-22.04.1-live-server-amd64.iso -destination c:\temp -asynchronous -Priority low

Get-BitsTransfer

Get-BitsTransfer -JobId c01600fc-123a-4c62-af67-8db79f5ab8af

Get-BitsTransfer | Resume-BitsTransfer
computing/windows/bits_transfer.txt · Last modified: 2023/02/13 09:59 by gcooper