Resume-BitsTransfer - Powershell 3.0 CmdLet
ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »
Resume-BitsTransfer
Short description Resumes a Background Intelligent Transfer Service (BITS) transfer job. Syntax Description The Resume-BitsTransfer cmdlet resumes one or more suspended BITS transfer jobs. If the BITS transfer is already in pro cess, the cmdlet does nothing. You can view the current state of a transfer job by using the Get-BitsTransfer cmdlet. Important: By default, the Resume-BitsTransfer cmdlet restarts the transfer job synchronously even if the original job was specified as an asynchronous transfer job. You could use this behavior to convert an asynchronous transfer job into a synchronous transfer job. You could do this if either of the following conditions is true: - The asynchronous transfer job was created outside cmdlets. - The asynchronous transfer job was created by using the Start-BitsTransfer cmdlet. If you want to restart the transfer job as an asynchronous transfer, use the Asynchronous parameter.