Djackson Posted November 12, 2012 Report post Posted November 12, 2012 I am trying to create a query to find all computers that have windows firewall turned on. I have tried a few but no luck. Any ideas? Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted November 13, 2012 Report post Posted November 13, 2012 You need to extend your hardware inventory for the following registry entries first. They are all dword values. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\DomainProfile]"EnableFirewall" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\PublicProfile]"EnableFirewall" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SharedAccess\Parameters\FirewallPolicy\StandardProfile]"EnableFirewall" Quote Share this post Link to post Share on other sites More sharing options...
Djackson Posted November 14, 2012 Report post Posted November 14, 2012 Thank you --will try that Quote Share this post Link to post Share on other sites More sharing options...
Djackson Posted November 19, 2012 Report post Posted November 19, 2012 worked like a charm--many thanks Quote Share this post Link to post Share on other sites More sharing options...