
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2010 06:01 PM
I was creating a report to check if the patch for Microsoft Security Advisory 981374 was installed on computers in my environment (since the patch comes out today). I used the query for the Conficker worm as a starting point and realized that the query is broken.
The part of the query that checks "...AND (dbo.TsysLastscan.CFGcode = 48)" should be "...AND (dbo.TsysLastscan.CFGcode = 49)" instead to check the last Quickfix scan. 48 is the Proxy scan which is disabled, so it is returning no results.
Thanks
Sebouh
The part of the query that checks "...AND (dbo.TsysLastscan.CFGcode = 48)" should be "...AND (dbo.TsysLastscan.CFGcode = 49)" instead to check the last Quickfix scan. 48 is the Proxy scan which is disabled, so it is returning no results.
Thanks
Sebouh
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2010 10:38 AM
Thanks, will be fixed.
