Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My-Random-Thoughts edited this page Oct 28, 2017 · 1 revision

sec-15-firewall-state (Enabled)

Check if Windows firewall is enabled or disabled for each of the three profiles. Set to "0" for disabled, and "1" for enabled


Input Values

  • DomainProfile - "0|1" - Domain firewall state
  • PublicProfile - "0|1" - Public firewall state
  • StandardProfile - "0|1" - Standard firewall state

Example

DomainProfile = '0'
PublicProfile = '0'
StandardProfile = '0'

Input Descriptions

  • DomainProfile: : '0'
  • 0 : Disabled
  • 1 : Enabled
  • PublicProfile: : Enabled
  • 0 : Disabled
  • 1 : Enabled
  • StandardProfile: : Enabled
  • 0 : Disabled
  • 1 : Enabled

Result And Messages

  • PASS
    Windows firewall is set correctly WARNING:

  • WARNING

  • FAIL
    Windows firewall is not set correctly

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally