
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2015 10:09 PM
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-
Or to run a custom scan for the following registry keys
All the above was found in the following post
http://www.lansweeper.com/Forum/yaf_postst3493_Firewall-Status.aspx#post16673
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
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2015 02:44 PM
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.
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2015 09:38 PM
Definitely a feature request.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2015 02:44 PM
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.
