The bitsadmin getbytestransferred and bitsadmin commands getcompletiontime in Windows

The bitsadmin getbytestransferred command retrieves the number of bytes transferred for the specified task. The bitadmin command getcompletiontime retrieves the time that the specified task has completed the data transfer.

The bitsadmin getbytestransferred command retrieves the number of bytes transferred for the specified task. The bitadmin command getcompletiontime retrieves the time that the specified task has completed the data transfer.

The bitsadmin getbytestransferred and bitsadmin commands getcompletiontime in Windows

  1. Bitsadmin getbytestransferred command
    1. Syntax
    2. Parameters
    3. For example
  2. The bitsadmin command getcompletiontime
    1. Syntax
    2. Parameters
    3. For example

Bitsadmin getbytestransferred command

Syntax

 bitsadmin / GetBytesTransferred 

Parameters

ParameterDescriptionJob Display name of the task or GUID

For example

The following example retrieves the number of bytes transferred for the task named myDownloadJob.

 C:> bitsadmin / GetBytesTransferred myDownloadJob 

The bitsadmin command getcompletiontime

Syntax

 bitsadmin / GetCompletionTime 

Parameters

ParameterDescriptionJob Display name of the task or GUID

For example

The following example retrieves the time that the task named myDownloadJob has completed the data transfer.

 C:> bitsadmin / GetCompletionTime myDownloadJob 

See more:

  1. Bitsadmin addfile command in Windows
  2. Bitsadmin create command in Windows
  3. Bitsadmin complete command in Windows
5 ★ | 1 Vote