Applies To: Windows Server 2008 R2,Windows Server 2008

Retrieves flags that determine if the files of the job can be cached and served to peers, and if BITS can download content for the job from peers.

Syntax

 Copy Code
bitsadmin /GetPeerCachingFlags <Job> 

Parameters

Parameter Description

Job

The job's display name or GUID

Examples

The following example retrieves the flags for the job named myJob.

 Copy Code
C:\>bitsadmin /GetPeerCachingFlags myJob

Additional references