Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1 KB

File metadata and controls

51 lines (36 loc) · 1 KB
title description ms.topic ms.assetid ms.author author manager ms.date
bitsadmin gettype
Reference article for the bitsadmin gettype command, which retrieves the job type of the specified job.
reference
bec16f04-3e95-4587-889e-3de6ad03c9c8
jgerend
JasonGerend
mtillman
10/16/2017

bitsadmin gettype

Retrieves the job type of the specified job.

Syntax

bitsadmin /gettype <job>

Parameters

Parameter Description
job The job's display name or GUID.

Output

The returned output values can be:

Type Description
Download The job is a download.
Upload The job is an upload.
Upload-Reply The job is an upload-reply.
Unknown The job has an unknown type.

Examples

To retrieve the job type for the job named myDownloadJob:

bitsadmin /gettype myDownloadJob

Related links