text
stringlengths
0
4.23k
job
The job's display name or GUID.
Output
The output for this command displays either, Registered or Unregistered.
Note
It's not possible to determine the program that registered the callback interface.
Examples
To retrieve the notify interface for the job named myDownloadJob:
bitsadmin /getnotifyinterface myDownloadJob
bitsadmin getowner
Displays the display name or GUID of the owner of the specified job.
Syntax
bitsadmin /getowner <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To display the owner for the job named myDownloadJob:
bitsadmin /getowner myDownloadJob
bitsadmin getpeercachingflags
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Retrieves flags that determine if the files of the job can be cached and served to peers, and if BITS can download content for the job from peers.
Syntax
bitsadmin /getpeercachingflags <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Examples
To retrieve the flags for the job named myDownloadJob:
bitsadmin /getpeercachingflags myDownloadJob
bitsadmin getpriority
Retrieves the priority of the specified job.
Syntax
bitsadmin /getpriority <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Output
The returned priority for this command can be:
FOREGROUND
HIGH
NORMAL
LOW
UNKNOWN
Examples
To retrieve the priority for the job named myDownloadJob:
bitsadmin /getpriority myDownloadJob
bitsadmin getproxybypasslist
Applies to: Applies to: Windows Server (All supported versions)
The bitsadmin /getproxybypasslist command retrieves the proxy bypass list for the specified job.
bitsadmin /getproxybypasslist
Syntax
bitsadmin /getproxybypasslist <job>
Parameters