Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.59 KB

File metadata and controls

60 lines (46 loc) · 1.59 KB

DSC Resource 'ConfigurationBase'

ConfigurationBase configures the base DSC web service endpoint by system type.

When to use 'ConfigurationBase'

Use this resource when you need to set up the foundational DSC configuration web service on a node. It provides the base configuration that other DSC resources build upon, and its behavior adapts based on the system type (e.g. server vs. client).

Source

DSC Resource

Documentation

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

SystemType

string

Reserved

  • Baseline

  • WebServer

  • FileServer

Example
ConfigurationBase:
  SystemType: Baseline