Bitsadmin command getowner, get priority and getproxybypasslist
Today's article will introduce 3 commands: bitsadmin getowner, bitsadmin get priority and bitsadmin getproxybypasslist.
Bitsadmin getowner command
The bitsadmin getowner command retrieves the owner of the specified task.
Syntax
bitsadmin /GetOwner
Parameters
ParameterDescriptionJob Display name of the task or GUID.For example
The following example shows the owner for the task named myDownloadJob.
C:>bitsadmin /GetOwner myDownloadJob
The command bitadmin get priority
Bitsadmin get priority command retrieves the priority level of the specified task.
Syntax
bitsadmin /GetPriority
Parameters
ParameterDescriptionJob Display name of the task or GUID.Note: Priority is FOREGROUND, HIGH, NORMAL, LOW or UNKNOWN.
For example
The following example retrieves the priority for the task named myDownloadJob.
C:>bitsadmin /GetPriority myDownloadJob
Bitsadmin command getproxybypasslist
The bitadmin getproxybypasslist command retrieves the list of proxy omitted for the specified task.
Syntax
bitsadmin /GetProxyBypassList
Parameters
ParameterDescriptionJob Display name of the task or GUID.
Note : The ignore list contains the host name, IP address or both, not routed through the proxy. The list may contain "" to indicate all servers on the same LAN. Elements in the list can be separated by semicolons or spaces.
For example
The following example retrieves the list of bypass proxies for the task named myDownloadJob:
C:>bitsadmin /GetProxyBypassList myDownloadJob
See more:
- Bitsadmin getfilestransferred and bitsadmin commands getminretrydelay
- The bitsadmin geterrorcount command and bitsadmin getfilestotal in Windows
- Bitsadmin command getcreationtime and bitsadmin getdescription in Windows
You should read it
- Bitsadmin getfilestransferred and bitsadmin commands getminretrydelay
- The command bitadmin addfilewithranges in Windows
- Bitsadmin command getproxylist, getproxyusage and getreplydata
- Order bitsadmin getnotifycmdline, getnotifyflags, getnotifyinterface
- Bitsadmin command getcreationtime and bitsadmin getdescription in Windows
- Command bitsadmin addfileset in Windows
- Bitsadmin complete command in Windows
- The bitsadmin getbytestransferred and bitsadmin commands getcompletiontime in Windows
May be interested
- PowerShell command in Windowswindows powershell is an executable command line and a scripting language specifically designed for system administrators.
- How to check whether spare batteries are allowed to be carried on boardtoday, the demand for smartphones is extremely large, we almost have to use smartphones anytime, anywhere, from entertainment purposes to work.
- Bitsadmin command getproxylist, getproxyusage and getreplydatatoday's article will introduce 3 commands: bitsadmin getproxylist, bitsadmin getproxyusage and bitsadmin getreplydata in windows.
- PowerShell_ise command in Windowswindows powershell integrated scripting environment (ise) is a graphical storage application that allows you to read, write, run, debug and check scripts and modules in a graphical support environment.
- What is Markdown and why should you learn it today?wysiwyg editors slow down the process by forcing you to remove your fingers from the keyboard to make formatting changes and so does html. is there a better way?
- Clip command in Windowsclip command redirects the command output from the command line to the windows clipboard. you can then paste this text output into other programs.