Skip to content

Instantly share code, notes, and snippets.

@anthonygrees
Created December 16, 2017 05:12
Show Gist options
  • Save anthonygrees/023a701bf83a064ba5ae3f7f77aca03c to your computer and use it in GitHub Desktop.
Save anthonygrees/023a701bf83a064ba5ae3f7f77aca03c to your computer and use it in GitHub Desktop.
#
# 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