Retrieves the job type of the specified job.

Syntax

bitsadmin /GetType <Job>

Parameters

Parameter Description

Job

The job's display name or GUID

Remarks

The type can be DOWNLOAD, UPLOAD, UPLOAD-REPLY, or UNKNOWN.

Examples

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

C:\>bitsadmin /GetType myDownloadJob

Additional references