cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
esr
Champion Sweeper
Does Lansweeper check/record status of the Windows Firewall?
And is it possible to get a report that just provides the status of the firewall- on or off?


Searching around the forum it looks like the options are to check the service, but there it's also possible for the service to be on and the firewall disabled-

SELECT [Computer], Started
FROM [lansweeperdb].[dbo].[tblServices] inner join
lansweeperdb .dbo.tblComputers on tblServices .Computername = tblComputers .Computername where
tblServices .caption = 'Windows Firewall/Internet Connection Sharing (ICS)'



Or to run a custom scan for the following registry keys

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\DomainProfile
\EnableFirewall=0 (DWORD data type)

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall\StandardProfile
\EnableFirewall=0 (DWORD data type)




All the above was found in the following post
http://www.lansweeper.com/Forum/yaf_postst3493_Firewall-Status.aspx#post16673

1 ACCEPTED SOLUTION
Daniel_B
Lansweeper Alumni
Data about firewall configuration is not currently scanned. You might be able to set up custom registry scanning for the values mentioned in that post.

View solution in original post

2 REPLIES 2
mickeyshowers
Engaged Sweeper III
Definitely a feature request.
Daniel_B
Lansweeper Alumni
Data about firewall configuration is not currently scanned. You might be able to set up custom registry scanning for the values mentioned in that post.