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

Cant disable firewall profiles #54

Open
josefprado opened this issue Jul 19, 2017 · 2 comments
Open

Cant disable firewall profiles #54

josefprado opened this issue Jul 19, 2017 · 2 comments

Comments

@josefprado
Copy link

Hi,

When we do manage Windows Firewall, its not a good idea to stop the firewall service, as well described here:

https://technet.microsoft.com/pt-br/library/cc766337%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396

Is it possible to use your Module to disable the profiles (as described in the documentation above) while keeping the service running, instead of stoppping the service?

Regards,

Josef Prado

@Jnchi
Copy link

Jnchi commented Jul 3, 2019

Conversely, how can one ensure those profiles are enabled?

@Jnchi
Copy link

Jnchi commented Jul 3, 2019

For posterity,

Append the following snippet to the rules_list.txt,

Computer
Software\Policies\Microsoft\WindowsFirewall\DomainProfile
EnableFirewall
DWORD:1

Computer
Software\Policies\Microsoft\WindowsFirewall\PrivateProfile
EnableFirewall
DWORD:1

Computer
Software\Policies\Microsoft\WindowsFirewall\PublicProfile
EnableFirewall
DWORD:1

Note: This solution requires noma4i/puppet-windows_cis.

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

No branches or pull requests

2 participants