<?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>michaelcolson.com &#187; windows server</title>
	<atom:link href="http://www.michaelcolson.com/tag/windows-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelcolson.com</link>
	<description></description>
	<lastBuildDate>Sat, 06 Mar 2010 14:54:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Older Citrix Clients with Windows Server 2008</title>
		<link>http://www.michaelcolson.com/2008/12/16/older-citrix-clients-with-windows-server-2008/</link>
		<comments>http://www.michaelcolson.com/2008/12/16/older-citrix-clients-with-windows-server-2008/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 15:54:32 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[citrix]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[xenapp]]></category>

		<guid isPermaLink="false">http://www.michaelcolson.com/?p=161</guid>
		<description><![CDATA[<p>In order to get Citrix clients prior to version 11 to function with Citrix XenApp running on Windows Server 2008 you will need to install a hotfix from Microsoft. </p> <p></p> <p>Basically this has to do with the encryption that is used for terminal services licensing having changed its key size from 512 bytes to <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.michaelcolson.com/2008/12/16/older-citrix-clients-with-windows-server-2008/">Older Citrix Clients with Windows Server 2008</a></span>]]></description>
			<content:encoded><![CDATA[<p>In order to get Citrix clients prior to version 11 to function with Citrix XenApp running on Windows Server 2008 you will need to install a hotfix from Microsoft. </p>
<p><span id="more-161"></span></p>
<p>Basically this has to do with the encryption that is used for terminal services licensing having changed its key size from 512 bytes to 2048 bytes.</p>
<p>Here is the link to the Microsoft Knowledge Base article: <a href="http://support.microsoft.com/kb/949914">http://support.microsoft.com/kb/949914</a>.  Unfortunately this is one of those hotfixes that you have to request from Microsoft.  The good news is that they aren&#8217;t making you jump through a lot of hoops to get it.  Mine came right away in an email!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelcolson.com/2008/12/16/older-citrix-clients-with-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Server Core Activation</title>
		<link>http://www.michaelcolson.com/2008/09/12/windows-server-2008-server-core-activation/</link>
		<comments>http://www.michaelcolson.com/2008/09/12/windows-server-2008-server-core-activation/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 15:13:47 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[server core]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://www.michaelcolson.com/?p=121</guid>
		<description><![CDATA[<p>Since there is no graphical interface to enter the product key or activate a copy of the Windows Server 2008 Server Core, there are two simple commands to get the job done.</p> <p></p> Logon to the server core console Enter the product key:  cscript C:\windows\system32\slmgr.vbs -ipk PRODUCT-KEY-HERE Activate:  cscript C:\windows\system32\slmgr.vbs -ato ]]></description>
			<content:encoded><![CDATA[<p>Since there is no graphical interface to enter the product key or activate a copy of the Windows Server 2008 Server Core, there are two simple commands to get the job done.</p>
<p><span id="more-121"></span></p>
<ol>
<li>Logon to the server core console</li>
<li>Enter the product key:  <code>cscript C:\windows\system32\slmgr.vbs -ipk PRODUCT-KEY-HERE</code></li>
<li>Activate:  <code>cscript C:\windows\system32\slmgr.vbs -ato</code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelcolson.com/2008/09/12/windows-server-2008-server-core-activation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Ten Causes of Slow Replication with DFS-R</title>
		<link>http://www.michaelcolson.com/2007/12/19/top-ten-causes-of-slow-replication-with-dfs-r/</link>
		<comments>http://www.michaelcolson.com/2007/12/19/top-ten-causes-of-slow-replication-with-dfs-r/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 12:37:55 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[dfs]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://www.michaelcolson.com/?p=214</guid>
		<description><![CDATA[<p>In doing some DFS-R troubleshooting I came across the directory services team blog.  The DS team blog might seem like the place to go for Active Directory insights but they do have a good bit of information around DFS as well.</p> <p></p> <p>You can read the full article here, but I&#8217;ve listed the top <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.michaelcolson.com/2007/12/19/top-ten-causes-of-slow-replication-with-dfs-r/">Top Ten Causes of Slow Replication with DFS-R</a></span>]]></description>
			<content:encoded><![CDATA[<p>In doing some DFS-R troubleshooting I came across the directory services team blog.  The DS team blog might seem like the place to go for Active Directory insights but they do have a good bit of information around DFS as well.</p>
<p><span id="more-214"></span></p>
<p>You can read the full article <a href="http://blogs.technet.com/askds/archive/2007/10/05/top-10-common-causes-of-slow-replication-with-dfsr.aspx">here</a>, but I&#8217;ve listed the top ten causes of slow replication below:</p>
<ol>
<li>Missing Windows Server 2003 Network QFE Hotfixes or Service Pack 2</li>
<li>Missing DFSR Service&#8217;s latest binary</li>
<li>Out-of-date Network Card and Storage drivers</li>
<li>DFSR Staging directory is too small for the amount of data being modified</li>
<li>Bandwidth Throttling or Schedule windows are too aggressive</li>
<li>Large amounts of sharing violations</li>
<li>RDC has been disabled over a WAN link</li>
<li>Incompatible Anti-Virus software or other file system filter drivers</li>
<li>File Server Resource Manager (FSRM) configured with quotas/screens that block replication</li>
<li>Un-staged or improperly pre-staged data leading to slow initial replication</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.michaelcolson.com/2007/12/19/top-ten-causes-of-slow-replication-with-dfs-r/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.266 seconds -->

