Applies To: Windows Server 2008,Windows Server 2008 R2,Windows Vista

Retrieves the priority of the specified job.

Syntax

 Copy Code
bitsadmin /GetPriority <Job>

Parameters

Parameter Description

Job

The job's display name or GUID

Remarks

  • The priority is either FOREGROUND, HIGH, NORMAL, LOW, or UNKNOWN.

Examples

The following example retrieves the priority for the job named myDownloadJob.

 Copy Code
C:\>bitsadmin /GetPriority myDownloadJob

Additional references