Updated Exception txt in SqlServer.md to address
issue #484
Родитель
a5239e9e50
Коммит
3ce363444f
|
@ -15,7 +15,7 @@ None
|
|||
| StigVersion | False | Version | The version of the SQL STIG to apply and/or monitor | 1.16,1.17 |
|
||||
| ServerInstance | True | String[] | The name of the SQL Instance that the STIG data will be applied to. To define a specific Instance you must use the following format: "ComputerName\InstanceName" If you want to use the default instance, you only need to use the hosting computer name. | |
|
||||
| Database | False | String[] | The Name of the database that you would like to be applied to. This parameter is only used for the SQL Database STIG. | |
|
||||
| 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. | |
|
||||
| Exception | False | PSObject | A hashtable of @{StigId = @{Property = 'Value'}} that is injected into the STIG data and applied to the target node. | |
|
||||
| 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. | |
|
||||
|
@ -44,7 +44,7 @@ configuration Example
|
|||
|
||||
Node localhost
|
||||
{
|
||||
SqlServer BaseLine
|
||||
SqlServer BaseLine
|
||||
{
|
||||
SqlVersion = '2012'
|
||||
SqlRole = 'Instance'
|
||||
|
@ -82,7 +82,7 @@ configuration Example
|
|||
|
||||
Node localhost
|
||||
{
|
||||
SqlServer BaseLine
|
||||
SqlServer BaseLine
|
||||
{
|
||||
SqlVersion = '2012'
|
||||
SqlRole = 'Instance'
|
||||
|
@ -119,7 +119,7 @@ configuration Example
|
|||
|
||||
Node localhost
|
||||
{
|
||||
SqlServer BaseLine
|
||||
SqlServer BaseLine
|
||||
{
|
||||
SqlVersion = '2012'
|
||||
SqlRole = 'Instance'
|
||||
|
|
Загрузка…
Ссылка в новой задаче