Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 1.38 KB

File metadata and controls

24 lines (17 loc) · 1.38 KB

Windows Firewall

A Group Policy Object for the Windows 10 firewall is included in the SHB. The GPO contains a basic configuration to enable the built in firewall and logging capabilities.

Importing the Windows Firewall Group Policy

Importing the Windows Firewall domain Group Policy

Use the PowerShell Group Policy commands to import the Windows Firewall Group Policy into a domain. Run the following command on a domain controller from a PowerShell prompt running as a domain administrator.

Invoke-ApplySecureHostBaseline -Path '.\Secure-Host-Baseline' -PolicyNames 'Windows Firewall'

Importing the Windows Firewall local Group Policy

Use Microsoft's LGPO tool to apply the Windows Firewall Group Policy to a standalone system. Run the following command from a command prompt running as a local administrator.

Invoke-ApplySecureHostBaseline -Path '.\Secure-Host-Baseline' -PolicyNames 'Windows Firewall' -ToolPath '.\LGPO\lgpo.exe'

Compliance

The Compliance folder contains a Nessus (aka ACAS in the DoD) .audit file to check compliance with the settings implemented in the Group Policy Object.

Links