private/stigTypes.psd1
# In order to merge in the localsettings and exception data, we need a table that can translate # the unique values that are settable for each type of STIG object @{ AccountPolicyRule = 'PolicyValue' AuditPolicyRule = 'Ensure' RegistryRule = 'ValueData' SecurityOptionRule = 'OptionValue' ServicePolicy = 'StartupType' UserRightRule = 'Identity' } |