Bitsadmin getdisplayname and bitsadmin geterror command in Windows

The bitadmin getdisplayname command takes the display name of the specified task. The bitsadmin geterror command retrieves detailed error information for the specified job.

The bitadmin getdisplayname command takes the display name of the specified task. The bitsadmin geterror command retrieves detailed error information for the specified job.

Bitsadmin command getdisplayname

Syntax

  bitsadmin / GetDisplayName 

Parameters

ParameterDescriptionJob Display name of the task or GUID.

For example

The following example retrieves the display name for the task named myDownloadJob.

  C:> bitsadmin / GetDisplayName myDownloadJob 

Bitsadmin geterror command

Syntax

  bitsadmin / GetError 

Parameters

ParameterDescriptionJob Display name of the task or GUID.

For example

The following example retrieves the error information for the task named myDownloadJob.

  C:> bitsadmin / GetError myDownloadJob 

See more:

  1. The command bitadmin addfilewithranges in Windows
  2. Bitsadmin create command in Windows
  3. Bitsadmin complete command in Windows

You've just finished reading the article "Bitsadmin getdisplayname and bitsadmin geterror command in Windows" edited by the TipsMake team. You can save bitsadmin-getdisplayname-and-bitsadmin-geterror-command-in-windows.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV : The bitsadmin...
The bootcfg rmsw... : NEXT »