The bitsadmin geterrorcount command and bitsadmin getfilestotal in Windows
The bitadmin geterrorcount command retrieves the number of times the specified task has generated a temporary error. The bitsadmin getfilestotal command retrieves the number of files in the specified task.
Table of Contents
The bitadmin geterrorcount command retrieves the number of times the specified task has generated a temporary error. The bitsadmin getfilestotal command retrieves the number of files in the specified task.
Bitsadmin geterrorcount command
Syntax
bitsadmin / GetErrorCount
Parameters
ParameterDescriptionJob Display name of the task or GUID.For example
The following example retrieves the error number information for the task named myDownloadJob.
C:> bitsadmin / GetErrorCount myDownloadJob
Bitsadmin getfilestotal command
Syntax
bitsadmin / GetFilesTotal
Parameters
ParameterDescriptionJob Display name of the task or GUID.For example
The following example retrieves the number of files included in the task named myDownloadJob.
C:> bitsadmin / GetFilesTotal myDownloadJob
See more:
- Command bitsadmin addfileset in Windows
- Bitsadmin addfile command in Windows
- The bcdedit 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.