<?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; Windows Server</title>
	<atom:link href="http://sharepoint-geek.com/category/windows-server/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>Sharepoint WSS Search Server Stuck On &#8220;Pausing&#8221;</title>
		<link>http://sharepoint-geek.com/2010/07/07/sharepoint-wss-search-server-stuck-on-pausing/</link>
		<comments>http://sharepoint-geek.com/2010/07/07/sharepoint-wss-search-server-stuck-on-pausing/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 12:14:04 +0000</pubDate>
		<dc:creator>stewart</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Service]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search services]]></category>
		<category><![CDATA[wss]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/2010/07/07/sharepoint-wss-search-server-stuck-on-pausing/</guid>
		<description><![CDATA[I ran across an issue this morning that had the Sharepoint WSS Search Server in a “Pausing” state.&#160; I had to restart the Office SharePoint Server Search service in order to resolve the issue. Now to see if it will complete successfully. Tags: search, search services, Windows Server, Windows Service, wss Related posts No related [...]]]></description>
			<content:encoded><![CDATA[<p>I ran across an issue this morning that had the <a href="http://sharepoint-geek.com/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharepoint">Sharepoint</a> WSS Search Server in a “Pausing” state.&#160; I had to restart the Office <a href="http://sharepoint-geek.com/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharepoint">SharePoint</a> Server Search service in order to resolve the issue.</p>
<p>Now to see if it will complete successfully.</p>

	Tags: <a href="http://sharepoint-geek.com/category/search/" title="search" rel="tag">search</a>, <a href="http://sharepoint-geek.com/category/search-services/" title="search services" rel="tag">search services</a>, <a href="http://sharepoint-geek.com/category/windows-server/" title="Windows Server" rel="tag">Windows Server</a>, <a href="http://sharepoint-geek.com/category/windows-service/" title="Windows Service" rel="tag">Windows Service</a>, <a href="http://sharepoint-geek.com/category/wss/" title="wss" rel="tag">wss</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/07/07/sharepoint-wss-search-server-stuck-on-pausing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create A Windows Service / Delete A Windows Service (sc create / sc delete)</title>
		<link>http://sharepoint-geek.com/2010/04/06/create-a-windows-service-delete-a-windows-service-sc-create-sc-delete/</link>
		<comments>http://sharepoint-geek.com/2010/04/06/create-a-windows-service-delete-a-windows-service-sc-create-sc-delete/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 17:49:37 +0000</pubDate>
		<dc:creator>stewart</dc:creator>
				<category><![CDATA[RegEdit]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Service]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/2010/04/06/create-a-windows-service-delete-a-windows-service-sc-create-sc-delete/</guid>
		<description><![CDATA[Today, I came across a Windows Service on a server that I inherited. By the name of the service I could tell that it was built in-house and I even found enough information to determine who the developed it.&#160; However, since it was not in the Add / Remove Programs list of the Control Panel, [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>Today, I came across a Windows Service on a server that I inherited. By the name of the service I could tell that it was built in-house and I even found enough information to determine who the developed it.&#160; However, since it was not in the Add / Remove Programs list of the Control Panel, I wasn’t sure how to remove it.&#160; So, I found the following on <a href="http://geekswithblogs.net/shahedul/archive/2006/10/13/93984.aspx">Geeks With Blogs &#8211; Shahed’s Blog</a>:</p>
<p> <!-- adman --><br />
<blockquote>
<p>Recently, I was trying to delete a windows service. Normally it should not be necessary to manually delete a service. Uninstalling an application should remove its associated service (if any).</p>
<p>However, I installed some beta products and a service created by one of the applications was not removed automatically. Its very easy to remove a service from registry if you know the right path. Here is how I did that:</p>
<p>1. Run Regedit or Regedt32</p>
<p>2. Find the registry entry &quot;HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services&quot;</p>
<p>3. Look for the service there and delete it. You can look at the keys to know what files the service was using and delete them as well (if necessary).</p>
<p>alternatively, you can also use command prompt and delete a service using following command:</p>
<p>sc delete &lt; SERVICE name&gt;      <br />or to create, simply type       <br />sc create &lt;SERVICE name&gt;</p>
<p><u>Update:</u>       <br />If you have space in the file path you need to use quotation marks (&quot;). For example:&#160; <br />sc create &quot;MySQL&quot; binpath= &quot;C:\Archivos de programa\MySQL\MySQL Server 5.1\bin\mysqld.exe&quot;</p>
</blockquote>
<p>I used the “sc delete” method to remove the service.</p>
<p>Thanks, <a href="http://shahed.net/">Shahed</a>!</p>

	Tags: <a href="http://sharepoint-geek.com/category/regedit/" title="RegEdit" rel="tag">RegEdit</a>, <a href="http://sharepoint-geek.com/category/windows-server/" title="Windows Server" rel="tag">Windows Server</a>, <a href="http://sharepoint-geek.com/category/windows-service/" title="Windows Service" rel="tag">Windows Service</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/04/06/create-a-windows-service-delete-a-windows-service-sc-create-sc-delete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Email Enable SharePoint Lists</title>
		<link>http://sharepoint-geek.com/2009/11/13/email-enable-sharepoint-lists/</link>
		<comments>http://sharepoint-geek.com/2009/11/13/email-enable-sharepoint-lists/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:35:00 +0000</pubDate>
		<dc:creator>stewart</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[email lists]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/2009/11/13/email-enable-sharepoint-lists/</guid>
		<description><![CDATA[While working to email-enable SharePoint lists I ran across a great post on Microsoft Support about testing SMTP: SMTP relay behavior in Windows 2000, Windows XP, and Exchange Server The basic test: Start a command prompt. Type telnet ServerName 25, where ServerName is the SMTP server name or IP address and 25 is the port [...]]]></description>
			<content:encoded><![CDATA[<p>While working to email-enable <a href="http://sharepoint-geek.com/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharepoint">SharePoint</a> lists I ran across a great post on Microsoft Support about testing SMTP: </p>
<p><a href="http://support.microsoft.com/kb/304897">SMTP relay behavior in Windows 2000, Windows XP, and Exchange Server</a></p>
<p>The basic test:</p>
<p>Start a command prompt. </p>
<p>Type <strong>telnet <var>ServerName</var> 25</strong>, where <var>ServerName</var> is the SMTP server name or IP address and 25 is the port number, and then press ENTER. </p>
<p>Type EHLO, and then press [ENTER]. </p>
<p>At the Telnet session prompt, type <strong>RSET</strong>. The telnet session responds with text that is similar to the following: </p>
<ol>
<li>
<p>250 2.0.0 Resetting</p>
</li>
<li>
<p>Type <strong>MAIL FROM:<var>UserName</var>@<var>DomainName</var>.<var>tld</var></strong>, where <var>UserName</var> is the name of the user, <var>DomainName</var> is the name of the domain, and <var>tld</var> is the top level domain such as .com or .net.         <br />The telnet session responds with text that is similar to the following: </p>
</li>
<li>
<p>250 2.1.0 <var>UserName</var>@<var>DomainName</var>.<var>tld</var>&#8230;.Sender OK</p>
</li>
<li>
<p>Type <strong>RCPT TO:<var>RecipientName</var>@<var>DomainName</var>.<var>tld</var></strong>, where <var>RecipientName</var> is the e-mail address of the recipient.         <br />The telnet session responds with text that is similar to the following: </p>
</li>
<li>
<p>550 5.7.1 Unable to relay for <var>RecipientName</var>@ <var>DomainName</var>.<var>tld</var></p>
</li>
</ol>

	Tags: <a href="http://sharepoint-geek.com/category/email-lists/" title="email lists" rel="tag">email lists</a>, <a href="http://sharepoint-geek.com/tag/sharepoint/" title="Sharepoint" rel="tag">Sharepoint</a>, <a href="http://sharepoint-geek.com/category/smtp/" title="smtp" rel="tag">smtp</a>, <a href="http://sharepoint-geek.com/category/telnet/" title="telnet" rel="tag">telnet</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><a href="http://sharepoint-geek.com/2009/10/07/wssremovefeaturefromsite-bat-file/" title="WssRemoveFeatureFromSite + BAT File (October 7, 2009)">WssRemoveFeatureFromSite + BAT File</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/10/07/wss-v3-moss-2007-features/" title="WSS v3 &amp; MOSS 2007 Features (October 7, 2009)">WSS v3 &amp; MOSS 2007 Features</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/" title="Unable To Enable Office SharePoint Server Publishing (November 6, 2009)">Unable To Enable Office SharePoint Server Publishing</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/05/21/unable-to-activate-office-sharepoint-server-publishing-infrastructure/" title="Unable To Activate Office SharePoint Server Publishing Infrastructure (May 21, 2009)">Unable To Activate Office SharePoint Server Publishing Infrastructure</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/11/04/stop-windows-sharepoint-services-web-application/" title="Stop Windows SharePoint Services Web Application (November 4, 2009)">Stop Windows SharePoint Services Web Application</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2009/11/13/email-enable-sharepoint-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
