Skip to content

WindowsServer

Adam Haynes edited this page Aug 14, 2018 · 7 revisions

WindowsServer

A composite DSC resource to manage the Windows Server STIG settings

Requirements

None

Parameters

Parameter Attribute DataType Description Allowed Values
OsVersion True String The version of the server operating system STIG to apply and monitor 2012R2,2016
OsRole True String The role of the server operating system STIG to apply and monitor. This value further filters the OsVersion to select the exact STIG to apply DC,MS
StigVersion False Version Uses the OsVersion and OsRole to select the version of the STIG to apply and monitor. If this parameter is not provided, the most recent version of the STIG is automatically selected. 2.9,2.12
ForestName False String A string that sets the forest name for items such as security group. The input should be the FQDN of the forest. If this is omitted the forest name of the computer that generates the configuration will be used.
DomainName False String A string that sets the domain name for items such as security group. The input should be the FQDN of the domain. If this is omitted the domain name of the computer that generates the configuration will be used.
Exception False PSObject A hashtable of StigId=Value key pairs that are injected into the STIG data and applied to the target node. The title of STIG settings are tagged with the text ‘Exception’ to identify the exceptions to policy across the data center when you centralize DSC log collection.
OrgSettings False PSObject The path to the xml file that contains the local organizations preferred settings for STIG items that have allowable ranges.
SkipRule False PSObject The SkipRule Node is injected into the STIG data and applied to the taget node. The title of STIG settings are tagged with the text 'Skip' to identify the skips to policy across the data center when you centralize DSC log collection.
SkipRuleType False PSObject All STIG rule IDs of the specified type are collected in an array and passed to the Skip-Rule function. Each rule follows the same process as the SkipRule parameter.

Examples

Clone this wiki locally