-
Notifications
You must be signed in to change notification settings - Fork 117
WindowsFirewall
Adam Haynes edited this page Aug 14, 2018
·
15 revisions
A composite DSC resource to manage the Windows Firewall STIG settings
None
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
StigVersion | False | Version | The version of the Firewall STIG to apply and/or monitor | 1.6 |
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. |