NAME Add-BitsFile SYNOPSIS Adds one or more files to an existing Background Intelligent Transfer Service (BITS) transfer job. SYNTAX Add-BitsFile [-BitsJob] [-Source] [[-Destination] ] [-Confirm] [-WhatIf] [] 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). RELATED LINKS Online version: http://go.microsoft.com/fwlink/?LinkId=141425 Complete-BitsTransfer Get-BitsTransfer Remove-BitsTransfer Resume-BitsTransfer Set-BitsTransfer Start-BitsTransfer Suspend-BitsTransfer REMARKS To see the examples, type: "get-help Add-BitsFile -examples". For more information, type: "get-help Add-BitsFile -detailed". For technical information, type: "get-help Add-BitsFile -full".