<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>General Discussion</title><link>http://forums.iis.net/1140.aspx</link><description>General discussion of all facets of Microsoft Log Parser and of the Microsoft Log Parser toolkit book.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Scaning multiple *.evt file for particular event ID</title><link>http://forums.iis.net/thread/1908731.aspx</link><pubDate>Tue, 30 Jun 2009 11:49:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908731</guid><dc:creator>freakunleash</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908731.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1140&amp;PostID=1908731</wfw:commentRss><description>Hi Joe,

Sorry for replying late. I was not in town.

Thanks for your response. It works like a charm. 

Is it possible to modify it slightly were if i want to find event ID, Users name &amp;amp; computer name all through single command.

here is the senario where i want to find event ID 540 of a user &amp;quot;abc&amp;quot; on computer name &amp;quot;xyz&amp;quot;</description></item><item><title>Re: Scaning multiple *.evt file for particular event ID</title><link>http://forums.iis.net/thread/1905763.aspx</link><pubDate>Thu, 04 Jun 2009 13:20:58 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1905763</guid><dc:creator>joelangley</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1905763.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1140&amp;PostID=1905763</wfw:commentRss><description>&lt;p&gt;To parse one file you would do something like this (just change to the path and name of your .evt file and update the EventID) &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Logparser -i:EVT &amp;quot;SELECT * FROM system.evt WHERE&amp;nbsp; EventID=15&amp;quot; -o:DataGrid&lt;/p&gt;&lt;p&gt;To search more than one file, use the multiplex feature. You could do something like:&lt;/p&gt;&lt;p&gt;Logparser -i:EVT &amp;quot;SELECT * FROM d:\myEventlogs\*.evt WHERE&amp;nbsp; EventID=15&amp;quot; -o:DataGrid &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Let me know if this works.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Scaning multiple *.evt file for particular event ID</title><link>http://forums.iis.net/thread/1905753.aspx</link><pubDate>Thu, 04 Jun 2009 11:43:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1905753</guid><dc:creator>freakunleash</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1905753.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1140&amp;PostID=1905753</wfw:commentRss><description>Hi All,

I&amp;#39;m new to Logparser &amp;amp; need some help. 

I have a file server (DAS) where I have enabled Auditing for file creation/deletion. This server have huge amount of data (around 4TB) &amp;amp; I want to track down if anybody has deleted any file from the server. This create huge amount of events in event logs, for that I have created a sechudle task to run a VB Script which runs after every 10 min &amp;amp; save the logs on C drive with &amp;quot;servername-logtype-DDMMYY-HHMM.evt&amp;quot; format. 

I want the search string to scan multiple security event logs saved on loacl machine to scan for particular event ID. 

Regards
BW</description></item></channel></rss>