|
Used in 2
fixlets
|
* Results in a true/false
|
NOT
(
inbound connections allowed of current profile of local policy of firewall OR
(
exist key "HKLM\Software\Policies\Microsoft\WindowsFirewall\FirewallRules" whose
(
(
exists value whose
(
it as string as lowercase contains "|action=allow|" and it as string as lowercase contains "|active=true|" AND it as string as lowercase contains "|dir=in|" and NOT
(
it as string as lowercase contains "|protocol="
)
AND
(
(
it as string as lowercase contains "|profile=" &
(
if
(
current profile type of firewall = domain firewall profile type
)
then "domain|" else if
(
current profile type of firewall = public firewall profile type
)
then "public|" else if
(
current profile type of firewall = private firewall profile type
)
then "private|" else "INVALID"
)
)
OR not
(
it as string as lowercase contains "|profile"
)
)
)
of it
)
)
of native registry
)
)
NOT (inbound connections allowed of current profile of local policy of firewall OR (exist key "HKLM\Software\Policies\Microsoft\WindowsFirewall\FirewallRules" whose ((exists value whose (it as string as lowercase contains "|action=allow|" and it as string as lowercase contains "|active=true|" AND it as string as lowercase contains "|dir=in|" and NOT (it as string as lowercase contains "|protocol=") AND ((it as string as lowercase contains "|profile=" & (if (current profile type of firewall = domain firewall profile type) then "domain|" else if (current profile type of firewall = public firewall profile type) then "public|" else if (current profile type of firewall = private firewall profile type) then "private|" else "INVALID")) OR not (it as string as lowercase contains "|profile")) ) of it)) of native registry))
|
|
Page 1 of 1
<<
< Prev
Next >
>>
|
Page 1 of 1
<<
< Prev
Next >
>>