Created
December 16, 2017 05:12
-
-
Save anthonygrees/023a701bf83a064ba5ae3f7f77aca03c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Added to allow WinRM access to scan | |
default['security_policy']['rights']['SeRemoteInteractiveLogonRight'] = '*S-1-1-0, *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-551' | |
default['security_policy']['rights']['SeNetworkLogonRight'] = '*S-1-1-0, *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-551' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment