NAME Get-BitsTransfer SYNOPSIS Retrieves the associated BitsJob object for an existing Background Intelligent Transfer Service (BITS) transfer job. SYNTAX Get-BitsTransfer [[-Name] ] [[-AllUsers]] [] Get-BitsTransfer [-JobId] [] DESCRIPTION The Get-BitsTransfer cmdlet retrieves a set of BITS transfer jobs. By default, the cmdlet returns the jobs that are owned by the current user. However, if you have administrative credentials, you can specify the AllUsers parameter so that the command returns jobs that are owned by all users. The returned jobs can be filtered by name or ID. The jobs are represented by BitsJob objects. RELATED LINKS Online version: http://go.microsoft.com/fwlink/?LinkId=141429 Add-BitsFile Complete-BitsTransfer Remove-BitsTransfer Resume-BitsTransfer Set-BitsTransfer Start-BitsTransfer Suspend-BitsTransfer REMARKS To see the examples, type: "get-help Get-BitsTransfer -examples". For more information, type: "get-help Get-BitsTransfer -detailed". For technical information, type: "get-help Get-BitsTransfer -full".