Applies To: Windows Server 2008,Windows Server 2008 R2

Retrieves the custom HTTP headers from the job.

Syntax

 Copy Code
bitsadmin /GetCustomHeaders <Job>

Parameters

Parameter Description

Job

The job's display name or GUID

Examples

The following example gets the custom headers for the job named myDownloadJob.

 Copy Code
C:\>bitsadmin /GetCustomHeaders myDownloadJob

Additional references