text
stringlengths
0
4.23k
job
The job's display name or GUID.
Examples
To retrieve the SID of a BITS transfer job named myDownloadJob:
bitsadmin /gethelpertokensid myDownloadJob
bitsadmin gethttpmethod
Gets the HTTP verb to use with the job.
Syntax
bitsadmin /gethttpmethod <Job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the HTTP verb to use with the job named myDownloadJob:
bitsadmin /gethttpmethod myDownloadJob
bitsadmin getmaxdownloadtime
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Retrieves the download timeout in seconds.
Syntax
bitsadmin /getmaxdownloadtime <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To get the maximum download time for the job named myDownloadJob in seconds:
bitsadmin /getmaxdownloadtime myDownloadJob
bitsadmin getminretrydelay
Retrieves the length of time, in seconds, that the service will wait after encountering a transient error before trying to transfer the file.
Syntax
bitsadmin /getminretrydelay <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the minimum retry delay for the job named myDownloadJob:
bitsadmin /getminretrydelay myDownloadJob
bitsadmin getmodificationtime
Retrieves the last time the job was modified or data was successfully transferred.
Syntax
bitsadmin /getmodificationtime <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the last modified time for the job named myDownloadJob:
bitsadmin /getmodificationtime myDownloadJob
bitsadmin getnoprogresstimeout
Retrieves the length of time, in seconds, that the service will try to transfer the file after a transient error occurs.