<?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>Marc Valk dot Net &#187; Windows Server</title>
	<atom:link href="http://www.marcvalk.net/category/windows-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcvalk.net</link>
	<description>blogging about...... Microsoft, Cloud Computing and all other things I find interesting</description>
	<lastBuildDate>Mon, 16 Jan 2012 12:48:56 +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>Troubleshooting FRS &#8211; SYSVOL Sync</title>
		<link>http://www.marcvalk.net/2009/10/troubleshooting-frs-sysvol-sync/</link>
		<comments>http://www.marcvalk.net/2009/10/troubleshooting-frs-sysvol-sync/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 09:52:48 +0000</pubDate>
		<dc:creator>mvalk</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.marcvalk.net/2009/10/troubleshooting-frs-sysvol-sync/</guid>
		<description><![CDATA[A customer had a problem with synchronization between 2 domain controllers. Changes on the NETLOGON share on DC1 we’re not synchronized to DC2. First thing to look for is events in the File Replication Service Event Log. On DC1 I &#8230; <a href="http://www.marcvalk.net/2009/10/troubleshooting-frs-sysvol-sync/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A customer had a problem with synchronization between 2 domain controllers. Changes on the NETLOGON share on DC1 we’re not synchronized to DC2.</p>
<p>First thing to look for is events in the File Replication Service Event Log. On DC1 I did not find any events being logged but on DC2 I found a couple of warnings with eventid 13508:    <br /><em><font size="2">The File Replication Service is having trouble enabling replication from DC1 to DC2 for c:\windows\sysvol\domain using the DNS name ad01gimd.directory.gimd.nl. FRS will keep retrying</font>.</em>……</p>
<p>So I restarted the File Replication Service on DC2. After the restart there was no warning anymore, just an informational message eventid 13516 stating:   <br /><em>The File Replication Service is no longer preventing the computer DC2 from becoming a domain controller. The system volume has been successfully initialized and the Netlogon service has been notified that the system volume is now ready to be shared as SYSVOL…….</em></p>
<p>I did the same service restart on DC1. This did produce a event Error with eventid 13568, stating:   <br /><em>The File Replication Service has detected that the replica set &quot;DOMAIN SYSTEM VOLUME (SYSVOL SHARE)&quot; is in JRNL_WRAP_ERROR.      <br /> Replica set name is&#160;&#160;&#160; : &quot;DOMAIN SYSTEM VOLUME (SYSVOL SHARE)&quot;       <br /> Replica root path is&#160;&#160; : &quot;c:\windows\sysvol\domain&quot;       <br /> Replica root volume is : &quot;\\.\C:&quot;       <br /> A Replica set hits JRNL_WRAP_ERROR when the record that it is trying to read from the NTFS USN journal is not found.&#160; This can occur because of one of the following reasons…….</em></p>
<p> To resolve this error execute the following steps, just make sure you’re not using a post Windows 2000 SP3 Operating System, as this solution is not recommended to&#160; use on this OS:</p>
<ul>
<li>open the registry editor and navigate to the key:     <br />HKLM\SYSTEM\CurrentControlSet\Services\NtFrs\Paramaters</li>
<li>Create a new DWORD value named: “Enable journal wrap automatic restore”&#160; and give it a value of 1</li>
<li>restart your File Replication Service</li>
</ul>
<p>This should produce a warning in your File Replication Service Event log (13560) stating:   <br /><em>The File Replication Service is deleting this computer from the replica set &quot;DOMAIN SYSTEM VOLUME (SYSVOL SHARE)&quot; as an attempt to recover from the error state,      <br /> Error status = FrsErrorSuccess       <br /> At the next poll, which will occur in 5 minutes, this computer will be re-added to the replica set. The re-addition will trigger a full tree sync for the replica set….</em></p>
<p>So I gave the server 5 minutes. After that I got some informational messages in the event log (13553, 13554, 13516)   </p>
<table border="0" cellspacing="0" cellpadding="2" width="518">
<tbody>
<tr>
<td valign="top" width="72">13553</td>
<td valign="top" width="444">
<p><em>The File Replication Service successfully added this computer to the following replica set:              <br />&#160;&#160;&#160; &quot;DOMAIN SYSTEM VOLUME (SYSVOL SHARE)&quot;</em> </p>
</td>
</tr>
<tr>
<td valign="top" width="72">13554</td>
<td valign="top" width="444">
<p><em>The File Replication Service successfully added the connections shown below to the replica set:              <br />&#160;&#160;&#160; &quot;DOMAIN SYSTEM VOLUME (SYSVOL SHARE)&quot;               <br />&#160;&#160;&#160;&#160;&#160; &quot;DC2.&lt;Domain&gt;&quot;               <br />&#160;&#160;&#160;&#160;&#160; &quot;DC2&lt;Domain&gt;&quot;</em> </p>
</td>
</tr>
<tr>
<td valign="top" width="72">13516</td>
<td valign="top" width="444"><em>The File Replication Service is no longer preventing the computer DC1 from becoming a domain controller. The system volume has been successfully initialized and the Netlogon service has been notified that the system volume is now ready to be shared as SYSVOL.</em> </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p>After creating a text file on one of the netlogon shares, it replicated correctly to the other domain controller.   <br />Another problem solved, another happy customer <img src='http://www.marcvalk.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcvalk.net/2009/10/troubleshooting-frs-sysvol-sync/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IIS7.5: Application Warmup Manager</title>
		<link>http://www.marcvalk.net/2009/10/iis7-5-application-warmup-manager/</link>
		<comments>http://www.marcvalk.net/2009/10/iis7-5-application-warmup-manager/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 07:25:44 +0000</pubDate>
		<dc:creator>mvalk</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.marcvalk.net/2009/10/iis7-5-application-warmup-manager/</guid>
		<description><![CDATA[Now available for download: IIS Application Warm Up. IIS Application Warm-Up for IIS 7.5 enables IT Professionals to improve the responsiveness of their Web sites by loading the Web applications before the first request arrives. By proactively loading and initializing &#8230; <a href="http://www.marcvalk.net/2009/10/iis7-5-application-warmup-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Now available for download: <a title="IIS Application Warmup" href="http://www.iis.net/extensions/ApplicationWarmUp" target="_blank">IIS Application Warm Up</a>.</p>
<p><a href="http://www.marcvalk.net/wp-content/uploads/2009/10/image7.png" rel="lightbox[307]"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.marcvalk.net/wp-content/uploads/2009/10/image_thumb6.png" width="196" height="132" /></a> IIS Application Warm-Up for IIS 7.5 enables IT Professionals to improve the responsiveness of their Web sites by loading the Web applications before the first request arrives. By proactively loading and initializing all the dependencies such as database connections, compilation of ASP.NET code, and loading of modules, IT Professionals can ensure their Web sites are responsive at all times even if their Web sites use a custom request pipeline or if the Application Pool is recycled.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcvalk.net/2009/10/iis7-5-application-warmup-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Support change for Windows 200o  and 2003 server</title>
		<link>http://www.marcvalk.net/2009/09/support-change-for-windows-200o-and-2003-server/</link>
		<comments>http://www.marcvalk.net/2009/09/support-change-for-windows-200o-and-2003-server/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 07:46:55 +0000</pubDate>
		<dc:creator>mvalk</dc:creator>
				<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.marcvalk.net/2009/09/support-change-for-windows-200o-and-2003-server/</guid>
		<description><![CDATA[Original source: here Windows 2000 Server Extended Support for Windows 2000 Server will end on July 13, 2010. At this time, Windows 2000 Server will no longer be publicly supported.&#160; You will be able to continue using &#34;Self-Help Online Support&#34;* &#8230; <a href="http://www.marcvalk.net/2009/09/support-change-for-windows-200o-and-2003-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Original source: <a href="http://blogs.technet.com/windowsserver/archive/2009/09/15/support-changes-coming-july-2010-for-windows-2000-server-and-windows-server-2003.aspx" target="_blank">here</a></p>
<p><b>Windows 2000 Server</b></p>
<p>Extended Support for Windows 2000 Server will end on July 13, 2010. At this time, Windows 2000 Server will no longer be publicly supported.&#160; You will be able to continue using &quot;Self-Help Online Support&quot;* </p>
<p><b>Windows Server 2003 and Windows Server 2003 R2 </b></p>
<p>Also on July 13, 2010, Windows Server 2003 and Windows Server 2003 R2 (at a supported service pack level) will move from the Mainstream Support phase to the Extended Support phase.&#160; During the Extended Support phase:</p>
<ul>
<li>Microsoft will continue to provide security updates and paid support (Example: Premier and Essential support, per-incident telephone/web support, etc.) </li>
<li>Customers will continue to have access to all security updates and Self-Help Online Support options (Example: Knowledge Base articles, online product information etc.) </li>
<li>Non-security hotfixes developed during the Extended Support phase will be provided ONLY to customers who enroll in Extended Hotfix Support (EHS).</li>
</ul>
<p><i><u>Please note:</u></i> If you&#8217;d like to enroll in EHS, customers must already have a Premier Support contract. In addition, customers must enroll in EHS within the first 90 days of the Extended Support phase.&#160; Program and per fix fees may also apply.&#160; Customers with Software Assurance can enroll in EHS at any time.&#160;&#160; </p>
<p><b>Service Pack 3 for Windows Server 2003</b></p>
<p>We have received inquiries from our customers and partners on whether or not there will be a need for a Service Pack 3 for Windows Server 2003.&#160; Microsoft will not have a SP3 release for Windows Server 2003.&#160; </p>
<p><b>To Summarize&#8230;</b></p>
<ul>
<li>Self-Help Online Support* will be available for Windows 2000 Server after Extended Support before it ends on July 13, 2010. </li>
<li>Windows Server 2003 and Windows Server 2003 R2 will begin an extended support phase on July 13, 2010 </li>
<li>There will be no Service Pack 3 for Windows Server 2003</li>
</ul>
<p>*Self-Help Online Support is available throughout a product&#8217;s lifecycle and for a minimum of 12 months after the product reaches the end of its support. Microsoft online Knowledge Base articles, FAQs, troubleshooting tools, and other resources, are provided to help customers resolve common issues.</p>
<p><b>Where can I get more information?</b></p>
<ul>
<li>Public information on Microsoft Support Lifecycle policies: <a href="http://support.microsoft.com/lifecycle/">http://support.microsoft.com/lifecycle/</a></li>
<li>FAQ: <a href="http://support.microsoft.com/gp/lifepolicy">http://support.microsoft.com/gp/lifepolicy</a></li>
<li>Product Support Dates Search: <a href="http://support.microsoft.com/search/">http://support.microsoft.com/search/</a></li>
<li>Microsoft Support Lifecycle Newsletter Sign-up: Go to <a href="http://support.microsoft.com/lifecycle">http://support.microsoft.com/lifecycle</a>, then click on the &quot;Subscribe to Microsoft Support Lifecycle Quarterly Update Newsletter&quot;</li>
</ul>
<p> <img src="http://blogs.technet.com/aggbug.aspx?PostID=3281244" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcvalk.net/2009/09/support-change-for-windows-200o-and-2003-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Directory Services Port Requirements</title>
		<link>http://www.marcvalk.net/2009/06/active-directory-services-port-requirements/</link>
		<comments>http://www.marcvalk.net/2009/06/active-directory-services-port-requirements/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 06:51:30 +0000</pubDate>
		<dc:creator>mvalk</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.marcvalk.net/2009/06/active-directory-services-port-requirements/</guid>
		<description><![CDATA[Nice article explaining all the ports requirements for various Active Directory® and Active Directory Domain Services (AD DS) components http://technet.microsoft.com/en-us/library/dd772723(WS.10).aspx]]></description>
			<content:encoded><![CDATA[<p>Nice article explaining all the ports requirements for various Active Directory® and Active Directory Domain Services (AD DS) components</p>
<p><a title="http://technet.microsoft.com/en-us/library/dd772723(WS.10).aspx" href="http://technet.microsoft.com/en-us/library/dd772723(WS.10).aspx">http://technet.microsoft.com/en-us/library/dd772723(WS.10).aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcvalk.net/2009/06/active-directory-services-port-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPP &#8211; Environment Variables</title>
		<link>http://www.marcvalk.net/2009/05/gpp-environment-variables/</link>
		<comments>http://www.marcvalk.net/2009/05/gpp-environment-variables/#comments</comments>
		<pubDate>Wed, 20 May 2009 07:26:16 +0000</pubDate>
		<dc:creator>mvalk</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Group Policies]]></category>

		<guid isPermaLink="false">http://www.marcvalk.net/2009/05/gpp-environment-variables/</guid>
		<description><![CDATA[When you’re creating a Group Policy Preference, you can use Environment Variables. A cool thing is that when you press F3, a window will open which will display all kind of Environment Variables you can use. Wanna give it a &#8230; <a href="http://www.marcvalk.net/2009/05/gpp-environment-variables/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you’re creating a Group Policy Preference, you can use Environment Variables. A cool thing is that when you press F3, a window will open which will display all kind of Environment Variables you can use.    <br />Wanna give it a try?</p>
<ul>
<li>Open Group Policy Management Editor </li>
<li>Browse to [User Configuration], [Preferences], [Windows Settings], [Folders] </li>
<li>Create a New Folder by right clicking in the Folders Section and choosing [New], [Folder]
<p><a href="http://www.marcvalk.net/wp-content/uploads/2009/05/image5.png" rel="lightbox[85]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.marcvalk.net/wp-content/uploads/2009/05/image-thumb5.png" width="244" height="176" /></a>&#160; </li>
<li>The New Folder Properties Dialog will spawn
<p><a href="http://www.marcvalk.net/wp-content/uploads/2009/05/image6.png" rel="lightbox[85]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.marcvalk.net/wp-content/uploads/2009/05/image-thumb6.png" width="220" height="244" /></a>       </li>
<li>Select the “Path:” Section and Press F3, the [Select a Variable] dialog will spawn
<p><a href="http://www.marcvalk.net/wp-content/uploads/2009/05/image7.png" rel="lightbox[85]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.marcvalk.net/wp-content/uploads/2009/05/image-thumb7.png" width="192" height="244" /></a>&#160; </li>
</ul>
<p>Now you can select your variable.    </p>
<p class="note">TIP: when you want to use variables which are user dependent. Use [User Configuration] instead of [Computer Configuration].</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcvalk.net/2009/05/gpp-environment-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search for duplicate SPN&#8217;s</title>
		<link>http://www.marcvalk.net/2009/04/search-for-duplicate-spns/</link>
		<comments>http://www.marcvalk.net/2009/04/search-for-duplicate-spns/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 06:16:01 +0000</pubDate>
		<dc:creator>mvalk</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Kerberos]]></category>

		<guid isPermaLink="false">http://www.marcvalk.net/2009/04/search-for-duplicate-spns/</guid>
		<description><![CDATA[A vbs query from Microsoft to search for duplicate SPN’s: http://www.microsoft.com/technet/scriptcenter/solutions/spnquery.mspx]]></description>
			<content:encoded><![CDATA[<p>A vbs query from Microsoft to search for duplicate SPN’s:</p>
<p><a title="http://www.microsoft.com/technet/scriptcenter/solutions/spnquery.mspx" href="http://www.microsoft.com/technet/scriptcenter/solutions/spnquery.mspx">http://www.microsoft.com/technet/scriptcenter/solutions/spnquery.mspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcvalk.net/2009/04/search-for-duplicate-spns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See Service Principal Names in your domain</title>
		<link>http://www.marcvalk.net/2009/03/see-service-principal-names-in-your-domain/</link>
		<comments>http://www.marcvalk.net/2009/03/see-service-principal-names-in-your-domain/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 12:34:42 +0000</pubDate>
		<dc:creator>mvalk</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.marcvalk.net/2009/03/see-service-principal-names-in-your-domain/</guid>
		<description><![CDATA[To see all the service principal names registered in your domain, execute the following command: ldifde -f &#60;FileName&#62; -s &#60;DomainController&#62; -t 3268 -d dc=forest,dc=root -r &#34;(objectclass=computer)&#34; -l servicePrincipalname this will return all computerobjects with an SPN and place it in &#8230; <a href="http://www.marcvalk.net/2009/03/see-service-principal-names-in-your-domain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To see all the service principal names registered in your domain, execute the following command:</p>
<p><em>ldifde -f &lt;FileName&gt; -s &lt;DomainController&gt; -t 3268 -d dc=forest,dc=root -r     <br />&quot;(objectclass=computer)&quot; -l servicePrincipalname</em></p>
<p>this will return all computerobjects with an SPN and place it in the file &lt;filename&gt;. For all users execute the following:</p>
<p><em>ldifde -f &lt;FileName&gt; -s &lt;DomainController&gt; -t 3268 -d dc=forest,dc=root -r     <br />&quot;(objectclass=user)&quot; -l servicePrincipalname</em></p>
<p>In this command replace forest with your NetBIOS domain name (i.e. marcvalk), root with your top level domain (i.e. net)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcvalk.net/2009/03/see-service-principal-names-in-your-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identify your Windows Server 2008 version</title>
		<link>http://www.marcvalk.net/2009/03/identify-your-windows-server-2008-version/</link>
		<comments>http://www.marcvalk.net/2009/03/identify-your-windows-server-2008-version/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 06:36:19 +0000</pubDate>
		<dc:creator>mvalk</dc:creator>
				<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.marcvalk.net/2009/03/identify-your-windows-server-2008-version/</guid>
		<description><![CDATA[want to know which version of windows server 2008 you are running? Open a command prompt and type: wmic OS get OperatingSystemSKU it will return a number, convert it to hex and look it up in this table: http://msdn.microsoft.com/en-us/library/ms724358.aspx]]></description>
			<content:encoded><![CDATA[<p>want to know which version of windows server 2008 you are running? Open a command prompt and type: </p>
<p>wmic OS get OperatingSystemSKU </p>
<p>it will return a number, convert it to hex and look it up in this table:    <br /><a href="http://msdn.microsoft.com/en-us/library/ms724358.aspx">http://msdn.microsoft.com/en-us/library/ms724358.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcvalk.net/2009/03/identify-your-windows-server-2008-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

