DscPullServer sets up a DSC Pull Server with a web service endpoint for nodes to pull configurations from.
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 |
| 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 |