Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 4.0 » Add-BitsFile

Add-BitsFile - Powershell 4.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 »

Add-BitsFile

Short description
Adds one or more files to an existing Background Intelligent Transfer Service (BITS) transfer job.

Syntax


Description
The Add-BitsFile cmdlet adds files to a BITS transfer job. You can specify the files to add to the BITS transfer job 
by name at the command prompt or in a comma-separated value (CSV) file.


Important: An upload job can contain only one file. To upload more than one file, use the Import-CSV cmdlet, and pipe 
the output to the Add-BitsFile cmdlet. For more information, see example 3 in this Help topic. Or, use a cabinet file 
(.cab) or a compressed file (.zip).