Applies To: Windows Server 2008 R2,Windows Server 2008
Sets the configuration flags that determine if the computer can serve content to peers and can download content from peers.
Syntax
Copy Code | |
|---|---|
bitsadmin /PeerCaching /SetConfigurationFlags <Job> <Value> | |
Parameters
| Parameter | Description |
|---|---|
|
Job |
The job's display name or GUID |
|
Value |
The value is an unsigned integer with the following interpretation for the bits in the binary representation:
|
Examples
The following example specifies the job's data to be downloaded from peers for the job named myJob.
Copy Code | |
|---|---|
C:\> Bitsadmin /PeerCaching /SetConfigurationFlags myJob 1 | |





