Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.44 KB

bitsadmin-peercaching-and-setconfigurationflags.md

File metadata and controls

43 lines (30 loc) · 1.44 KB
title description ms.topic ms.assetid ms.author author manager ms.date
bitsadmin peercaching and setconfigurationflags
Reference article for the bitsadmin peercaching and setconfigurationflags command, which sets the configuration flags that determine if the computer can serve content to peers and if it can download content from peers.
reference
ff0a2b49-66e3-4d40-824c-6a3816055d2e
jgerend
JasonGerend
mtillman
10/16/2017

bitsadmin peercaching and setconfigurationflags

Sets the configuration flags that determine if the computer can serve content to peers and if it can download content from peers.

Syntax

bitsadmin /peercaching /setconfigurationflags <job> <value>

Parameters

Parameter Description
job The job's display name or GUID.
value An unsigned integer with the following interpretation for the bits in the binary representation:
  • To allow the job's data to be downloaded from a peer, set the least significant bit.
  • To allow the job's data to be served to peers, set the second bit from the right.

Examples

To specify the job's data to be downloaded from peers for the job named myDownloadJob:

bitsadmin /peercaching /setconfigurationflags myDownloadJob 1

Related links