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