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.
Table of Contents
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.
Bitsadmin getbytestransferred command
Syntax
bitsadmin / GetBytesTransferred
Parameters
ParameterDescriptionJob Display name of the task or GUIDFor 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 GUIDFor example
The following example retrieves the time that the task named myDownloadJob has completed the data transfer.
C:> bitsadmin / GetCompletionTime myDownloadJob
See more:
- Bitsadmin addfile command in Windows
- Bitsadmin create command in Windows
- Bitsadmin complete command in Windows
Was this article helpful?
Your feedback helps us improve.
Reader Comments 0
Sign in with email or Google to join the discussion.