text
stringlengths
0
4.23k
Syntax
bitsadmin /getcustomheaders <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To get the custom headers for the job named myDownloadJob:
bitsadmin /getcustomheaders myDownloadJob
bitsadmin getdescription
Retrieves the description of the specified job.
Syntax
bitsadmin /getdescription <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the description for the job named myDownloadJob:
bitsadmin /getdescription myDownloadJob
bitsadmin getdisplayname
Retrieves the display name of the specified job.
Syntax
bitsadmin /getdisplayname <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the display name for the job named myDownloadJob:
bitsadmin /getdisplayname myDownloadJob
bitsadmin geterror
Retrieves detailed error information for the specified job.
Syntax
bitsadmin /geterror <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the error information for the job named myDownloadJob:
bitsadmin /geterror myDownloadJob
bitsadmin geterrorcount
Retrieves a count of the number of times the specified job generated a transient error.
Syntax
bitsadmin /geterrorcount <job>
Parameters
Parameter
Description
job