text
stringlengths
0
4.23k
job
The job's display name or GUID.
Examples
To retrieve the size of the job named myDownloadJob:
bitsadmin /getbytestotal myDownloadJob
bitsadmin getbytestransferred
Retrieves the number of bytes transferred for the specified job.
Syntax
bitsadmin /getbytestransferred <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the number of bytes transferred for the job named myDownloadJob:
bitsadmin /getbytestransferred myDownloadJob
bitsadmin getclientcertificate
Retrieves the client certificate from the job.
Syntax
bitsadmin /getclientcertificate <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the client certificate for the job named myDownloadJob:
bitsadmin /getclientcertificate myDownloadJob
bitsadmin getcompletiontime
Retrieves the time that the job finished transferring data.
Syntax
bitsadmin /getcompletiontime <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the time that the job named myDownloadJob finished transferring data:
bitsadmin /getcompletiontime myDownloadJob
bitsadmin getcreationtime
Retrieves the creation time for the specified job.
Syntax
bitsadmin /getcreationtime <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the creation time for the job named myDownloadJob:
bitsadmin /getcreationtime myDownloadJob
bitsadmin getcustomheaders
Retrieves the custom HTTP headers from the job.