<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint Geek &#187; application pools</title>
	<atom:link href="http://sharepoint-geek.com/category/application-pools/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepoint-geek.com</link>
	<description>SharePoint Tips &#38; Tricks</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:19:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>A Script To Recycle App Pools In IIS</title>
		<link>http://sharepoint-geek.com/2010/02/05/a-script-to-recycle-app-pools-in-iis/</link>
		<comments>http://sharepoint-geek.com/2010/02/05/a-script-to-recycle-app-pools-in-iis/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 14:43:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[application pools]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/?p=45</guid>
		<description><![CDATA[Did you know that there is a script that was shipped with Windows 2003 SP2 that allows you to recycle your IIS Application Pools. Below is the command that you use from the command line: Description: list IIS application pools and associated worker process Recycle application pools. Syntax: IIsApp.vbs [{ /a &#124; /p } [/r] [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that there is a script that was shipped with Windows 2003 SP2 that allows you to recycle your IIS Application Pools.</p>
<p>Below is the command that you use from the command line:</p>
<pre>
Description: list IIS application pools and associated worker process
             Recycle application pools.

Syntax: IIsApp.vbs [{ /a <app_pool_id> | /p
<pid> } [/r] ]

Parameters:

Value              Description
/a <app_pool_id>   Specify an application pool by name. Surround
                   <app_pool_id> with quotes if it contains spaces.
                   If used alone without an accompanying action,
                   IIsApp.vbs will report PIDs of currently running
                   w3wp.exe processes serving pool <app_pool_id>.
/p
<pid>           Specify a process by process ID. If used alone
                   without an accompanying action, IIsApp.vbs will
                   report the AppPoolId of the w3wp process specified
                   by
<pid>. When a PID is specified with /r, that PI
                   is mapped to an application pool and the action is
                   taken upon the application pool. If a PID is given
                   for a web garden, i.e. an application pool served
                   by more than one w3wp, then all w3wp's for that
                   application pool will be acted upon.
/r                 Recycles the application pool.

DEFAULT: no switches will print out the PID and AppPoolId.

Examples:

IIsApp
IIsApp /p 2368
IIsApp /a DefaultAppPool /r
IIsApp /p 2368 /r
</pre>

	Tags: <a href="http://sharepoint-geek.com/category/application-pools/" title="application pools" rel="tag">application pools</a>, <a href="http://sharepoint-geek.com/category/iis/" title="IIS" rel="tag">IIS</a>, <a href="http://sharepoint-geek.com/category/windows-server/" title="Windows Server" rel="tag">Windows Server</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2010/02/05/a-script-to-recycle-app-pools-in-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
