<?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>IT Support Services Blog &#187; Windows 2003</title>
	<atom:link href="http://www.offsitenoc.com/blogs/category/windows-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.offsitenoc.com/blogs</link>
	<description>One Click Remote Server Support</description>
	<lastBuildDate>Fri, 16 Jul 2010 17:54:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Script for giving a domain group local admin right on workstations</title>
		<link>http://www.offsitenoc.com/blogs/script-for-giving-a-domain-group-local-admin-right-on-workstations/</link>
		<comments>http://www.offsitenoc.com/blogs/script-for-giving-a-domain-group-local-admin-right-on-workstations/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 14:39:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://www.offsitenoc.com/blogs/?p=179</guid>
		<description><![CDATA[option Explicit Dim objGroup Dim strComputer On Error Resume Next strComputer = &#8220;.&#8221; Set objGroup = GetObject(&#8220;WinNT://&#8221; &#38; strComputer &#38; &#8220;/Administrators,group&#8221;) objGroup.add(&#8220;WinNT://yourdomain/yourgroup,group&#8221;) Set objGroup = Nothing]]></description>
			<content:encoded><![CDATA[<p>option Explicit</p>
<p>Dim objGroup<br />
Dim strComputer</p>
<p>On Error Resume Next</p>
<p>strComputer = &#8220;.&#8221;<br />
Set objGroup = GetObject(&#8220;WinNT://&#8221; &amp; strComputer &amp; &#8220;/Administrators,group&#8221;)</p>
<p>objGroup.add(&#8220;WinNT://yourdomain/yourgroup,group&#8221;)<br />
Set objGroup = Nothing</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offsitenoc.com/blogs/script-for-giving-a-domain-group-local-admin-right-on-workstations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the location where WSUS stores updates locally</title>
		<link>http://www.offsitenoc.com/blogs/change-the-location-where-wsus-stores-updates-locally/</link>
		<comments>http://www.offsitenoc.com/blogs/change-the-location-where-wsus-stores-updates-locally/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 14:43:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://www.offsitenoc.com/blogs/?p=117</guid>
		<description><![CDATA[If you are getting out of space on the drive where you are saving WSUS updates, you can install a new drive and then move the updates to the new location. You can use WSUSUtil.exe with MoveContent command to move the updates to new location. Eg: wsusutil movecontent contentpath logfile -skipcopy [/?] Parameter Definition contentpath [...]]]></description>
			<content:encoded><![CDATA[<p>If you are getting out of space on the drive where you are saving WSUS updates,  you can install a new drive and then move the updates to the new location. You can use WSUSUtil.exe with MoveContent command to move the updates to new location.</p>
<p>Eg:</p>
<p>wsusutil movecontent contentpath logfile -skipcopy [/?]</p>
<p>Parameter Definition<br />
contentpath<br />
The new root for content files. The path must exist.<br />
logfile<br />
The path and file name of the log file to create.<br />
-skipcopy<br />
Indicates that only the server configuration should be changed, and that the content files should not be copied.<br />
/help or /?<br />
Displays command-line help for movecontent command.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offsitenoc.com/blogs/change-the-location-where-wsus-stores-updates-locally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows 2003 sp2 setup could not verify the integrity of the file update.inf</title>
		<link>http://www.offsitenoc.com/blogs/windows-2003-sp2-setup-could-not-verify-the-integrity-of-the-file-updateinf/</link>
		<comments>http://www.offsitenoc.com/blogs/windows-2003-sp2-setup-could-not-verify-the-integrity-of-the-file-updateinf/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 18:06:12 +0000</pubDate>
		<dc:creator>dyadav15</dc:creator>
				<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://offsitenoc.wordpress.com/?p=39</guid>
		<description><![CDATA[Clear the temporary file and restart the hotfix installation or the service pack installation Note Skip this method if the operating system is Windows 2000. To clear the temporary file and restart the hotfix installation or the service pack installation, follow these steps: Delete all the tmp*.cat files in the following folders: %systemroot%\system32\CatRoot\{127D0A1D-4EF2-11D1-8608-00C04FC295EE} %systemroot%\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE} Delete [...]]]></description>
			<content:encoded><![CDATA[<h3>Clear the temporary file and restart the hotfix installation or the service pack installation</h3>
<p><strong>Note</strong> Skip this method if the operating system is Windows 2000.</p>
<p>To clear the temporary file and restart the hotfix installation or the service pack installation, follow these steps:</p>
<ol>
<li>Delete all the tmp*.cat files in the following folders:
<p><strong class="uiterm">%systemroot%</strong>\system32\CatRoot\{127D0A1D-4EF2-11D1-8608-00C04FC295EE}</p>
<p><strong class="uiterm">%systemroot%</strong>\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}</li>
<li>Delete all the kb*.cat files in the following folders:
<div class="indent">%systemroot%\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}<br />
%systemroot%\System32\CatRoot\{127D0A1D-4EF2-11D1-8608-00C04FC295EE}</div>
</li>
<li>Delete all the oem*.* files from the <strong class="uiterm">%systemroot%</strong>\inf folder.</li>
<li>At the command prompt, type the following commands. Press ENTER after each command.
<div class="indent"><span class="userInput">net stop cryptsvc<br />
ren %systemroot%\System32\Catroot2 oldcatroot2<br />
net start cryptsvc<br />
exit</span></div>
</li>
<li>Restart the failed hotfix installation or service pack installation.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.offsitenoc.com/blogs/windows-2003-sp2-setup-could-not-verify-the-integrity-of-the-file-updateinf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2003 R2 AD with SP2 &#8211; Network connections are empty</title>
		<link>http://www.offsitenoc.com/blogs/windows-2003-r2-ad-with-sp2-network-connections-are-empty/</link>
		<comments>http://www.offsitenoc.com/blogs/windows-2003-r2-ad-with-sp2-network-connections-are-empty/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 20:04:40 +0000</pubDate>
		<dc:creator>dyadav15</dc:creator>
				<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://go4techsupport.wordpress.com/?p=29</guid>
		<description><![CDATA[The Service Pack 1 for Windows Server 2003 changed the account that run the RPC service to NetworkService. I changed the account that run this service back to LocalSystem(same that without SP1), and the Network Connections service back to Started state]]></description>
			<content:encoded><![CDATA[<p>The Service Pack 1 for Windows Server 2003 changed the account that run the RPC service to NetworkService. I changed the account that run this service back to LocalSystem(same that without SP1), and the Network Connections service back to Started state</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offsitenoc.com/blogs/windows-2003-r2-ad-with-sp2-network-connections-are-empty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

