<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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/"><channel><title>Iisapp.vbs: IIS application query script</title><link>http://blogs.msdn.com/anlynes/archive/2007/05/03/iisapp-vbs-iis-application-query-script.aspx</link><description>Perhaps I've been living under a rock, but today I was shown a neat script for IIS 6 that displays the process IDs and related application pools for all IIS worker processes. The script is "iisapp.vbs". It's just the trick when trying to discover which</description><dc:language>en-AU</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Iisapp.vbs: IIS application query script</title><link>http://blogs.msdn.com/anlynes/archive/2007/05/03/iisapp-vbs-iis-application-query-script.aspx#4077236</link><pubDate>Fri, 27 Jul 2007 11:51:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4077236</guid><dc:creator>Matt Dunn</dc:creator><description>&lt;p&gt;Theres also a nifty option to recycle a given app pool:&lt;/p&gt;
&lt;p&gt;iisapp.vbs /a APP_POOL_NAME /r &lt;/p&gt;
&lt;p&gt;The above example recycles by app pool name, but by process id is possible too.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Matt&lt;/p&gt;</description></item></channel></rss>