Bitsadmin /gettype
Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Vista
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