Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid ValueName for InternetExplorer11 rules V-75169 and V-75171 #652

Closed
General-Fault opened this issue Jun 10, 2020 · 0 comments · Fixed by #654
Closed

Invalid ValueName for InternetExplorer11 rules V-75169 and V-75171 #652

General-Fault opened this issue Jun 10, 2020 · 0 comments · Fixed by #654
Assignees

Comments

@General-Fault
Copy link

Describe the bug
The value name for this rule should be '140C' but is '140C is not REG_DWORD = 3, this is a finding. Note: This policy setting will only exist on Windows 10 Redstone 2 or later, and'.

To Reproduce

  1. Create a basic configuration containing a SqlServer resource with the SqlRole = "Database" and the instance and any database name.
Configuration TestConfig {
    Import-DscResource -ModuleName 'PowerSTIG' -ModuleVersion '4.3.0'

    Node localhost {
      
        InternetExplorer InternetExplorerSettings {
            BrowserVersion = '11'
            StigVersion    = '1.18'
        }
    }
}
  1. Compile the configuration TestConfig -Verbose
  2. Open the resulting MOF file and find rules V-75169 V-75171.
  3. Note the odd ValueName. This will result in errors when the group policy attempts to refresh.

Expected behavior
VBScript should be disabled in the "Internet Zone" and the "Restricted Sites Zone".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants