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

Duplicate Resource Identifier #1

Open
anuraagrijal3138 opened this issue Apr 7, 2020 · 0 comments
Open

Duplicate Resource Identifier #1

anuraagrijal3138 opened this issue Apr 7, 2020 · 0 comments

Comments

@anuraagrijal3138
Copy link

19.1.3.1 (L1) Ensure 'Enable screen saver' is set to 'Enabled'

    Registry 'ScreenSaveActive' {
        Ensure      = 'Present'
        Key         = 'HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Control Panel\Desktop'
        ValueName   = 'ScreenSaveActive'
        ValueType   = 'String'
        ValueData   = '1'
    }

ScreenSaveActive is repeated two times in lines 2338 and 3833 for CIS
Windows 10(CIS_Windows10_v181.ps1). It errors with duplicate resource identifier. Removing one fixes the problem.

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

No branches or pull requests

1 participant