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

Displays summary information about the specified job.

Syntax

 Copy Code
bitsadmin /Info <Job> [/verbose]

Parameters

Parameter Description

Job

The job's display name or GUID

Remarks

Use the /verbose parameter to provide detailed information about the job.

Examples

The following example retrieves information about the job named myDownloadJob.

 Copy Code
C:\>bitsadmin /Info myDownloadJob

Additional references