Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 862 Bytes

File metadata and controls

53 lines (34 loc) · 862 Bytes
title description ms.topic ms.author author manager ms.date
bitsadmin getpriority
Reference article for the bitsadmin getpriority command, which retrieves the priority of the specified job.
reference
mosagie
robinharwood
mtillman
03/01/2019

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

Related links