Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 1.83 KB

File metadata and controls

85 lines (66 loc) · 1.83 KB

DSC Resource 'DscPullServer'

DscPullServer sets up a DSC Pull Server with a web service endpoint for nodes to pull configurations from.

When to use 'DscPullServer'

Use this resource when you need to deploy a DSC Pull Server that serves as a central distribution point for DSC configurations and modules. Nodes configured in Pull mode will contact this server to download their configurations. For a Pull Server with SQL backend, use DscPullServerSql instead.

Source

DSC Resource

Documentation

Table 1. Attributes of category 'DscPullServer'
Parameter Attribute DataType Description Allowed Values

CertificateThumbPrint

string

Default: AllowUnencryptedTraffic

Port

uint16

Default: 8080

EndpointName

string

Default: PSDSCPullServer

PhysicalPath

string

Default: $env:SystemDrive\inetpub\PSDSCPullServer

UseSecurityBestPractices

bool

Default: $false

AcceptSelfSignedCertificates

bool

Default: $false

Example