<?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>Input Formats</title><link>http://forums.iis.net/1141.aspx</link><description>Discussion of input formats such as ADS, BIN, COM, CSV, TSV, ETW, EVT, FS, HTTPERR, IIS, IISODBC, IISW3C, NCSA, NETMON, REG, TEXTWORD, TEXTLINE, URLSCAN, and W3C</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Please advise?</title><link>http://forums.iis.net/thread/1901941.aspx</link><pubDate>Mon, 27 Apr 2009 02:21:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1901941</guid><dc:creator>joelangley</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1901941.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1141&amp;PostID=1901941</wfw:commentRss><description>&lt;p&gt;Agreed. Logparser does not have this idea built in. You can use remote admin (rexec), sys internals psexec, or wsman and powershell. Powershell would be my suggestion as you can do something like:&lt;/p&gt;&lt;pre class="codeSample"&gt;Invoke-Expression -computername atl-fs-001 -command &amp;quot;Get-ChildItem C:\Scripts&amp;quot;&lt;/pre&gt;&lt;pre class="codeSample"&gt;This would show all files in the folder c:\scripts...having it search for a file or even calling logparser is very doable.&lt;/pre&gt;&lt;pre class="codeSample"&gt;You can find more here: http://www.microsoft.com/technet/scriptcenter/topics/winpsh/remote.mspx&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Please advise?</title><link>http://forums.iis.net/thread/1900626.aspx</link><pubDate>Wed, 15 Apr 2009 13:56:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1900626</guid><dc:creator>Joanner</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1900626.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1141&amp;PostID=1900626</wfw:commentRss><description>&lt;p&gt;I think it is possible if you will use a&amp;nbsp;RemoteAdmin (and another like remote applications)&lt;/p&gt;</description></item><item><title>Please advise?</title><link>http://forums.iis.net/thread/1899751.aspx</link><pubDate>Tue, 07 Apr 2009 19:27:44 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1899751</guid><dc:creator>hg363</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1899751.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1141&amp;PostID=1899751</wfw:commentRss><description>&lt;p&gt;Hi I found this script on Technet&lt;/p&gt;&lt;pre class="codeSample"&gt;strComputer = &amp;quot;.&amp;quot;
Set objWMIService = GetObject(&amp;quot;winmgmts:&amp;quot; _
    &amp;amp; &amp;quot;{impersonationLevel=impersonate}!\\&amp;quot; &amp;amp; strComputer &amp;amp; &amp;quot;\root\cimv2&amp;quot;)
Set colFiles = objWMIService.ExecQuery _
    (&amp;quot;Select * from CIM_DataFile where Extension = &amp;#39;mp3&amp;#39;&amp;quot;)
For Each objFile in colFiles
    Wscript.Echo objFile.Name 
Next
&lt;/pre&gt;&lt;pre class="codeSample"&gt;My question is, is it possible to make LP do the same thing and search a remote computer &lt;/pre&gt;&lt;pre class="codeSample"&gt;for a particular file and if so would some one kindly show me what the LP query, thank you.&lt;/pre&gt;&lt;pre class="codeSample"&gt;&amp;nbsp;&lt;/pre&gt;</description></item></channel></rss>