text
stringlengths
0
4.23k
Unknown
The job has an unknown type.
Examples
To retrieve the job type for the job named myDownloadJob:
bitsadmin /gettype myDownloadJob
bitsadmin getvalidationstate
Reports the content validation state of the given file within the job.
Syntax
bitsadmin /getvalidationstate <job> <file_index>
Parameters
Parameter
Description
job
The job's display name or GUID.
file_index
Starts from 0.
Examples
To retrieve the content validation state of file 2 within the job named myDownloadJob:
bitsadmin /getvalidationstate myDownloadJob 1
bitsadmin help
Applies to: Windows Server (All supported versions)
The bitsadmin help command displays help-related information about the bitsadmin command-line parameters and options.
Syntax
bitsadmin /help | /?
Examples
To retrieve the command-line help.
bitsadmin /help
bitsadmin info
Displays summary information about the specified job.
Syntax
bitsadmin /info <job> [/verbose]
Parameters
Parameter
Description
job
The job's display name or GUID.
/verbose
Optional. Provides detailed information about each job.
Examples
To retrieve information about the job named myDownloadJob:
bitsadmin /info myDownloadJob
bitsadmin list
Lists the transfer jobs owned by the current user.
Syntax
bitsadmin /list [/allusers][/verbose]
Parameters
Parameter
Description
/allusers
Optional. Lists jobs for all users. You must have administrator privileges to use this parameter.
/verbose
Optional. Provides detailed information about each job.
Examples
To retrieve information about jobs owned by the current user.
bitsadmin /list
bitsadmin listfiles
Lists the files in the specified job.