<?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>Networknet.nl Blog &#187; Windows Server 2008</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/category/microsoft/windows-2008/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Mon, 05 Jul 2010 17:50:14 +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>Windows Server 2008: NTLDR is missing</title>
		<link>http://www.networknet.nl/apps/wp/archives/671</link>
		<comments>http://www.networknet.nl/apps/wp/archives/671#comments</comments>
		<pubDate>Tue, 30 Dec 2008 11:30:39 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[bootproblem]]></category>
		<category><![CDATA[bootrec.exe]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/671</guid>
		<description><![CDATA[Couple days ago I imported one of my VMs into ESX server. This VM was setup with VMWare Workstation and worked fine before. After VMWare Converter was finished I boot the machine. The boot process stopped with the message below: NTLDR is missing Press Crtl+Alt+Del to restart Oeps my boot record was missing or something [...]]]></description>
			<content:encoded><![CDATA[<p>Couple days ago I imported one of my VMs into ESX server. This VM was setup with VMWare Workstation and worked fine before. After VMWare Converter was finished I boot the machine. The boot process stopped with the message below:</p>
<ul>
<li>NTLDR is missing Press Crtl+Alt+Del to restart </li>
</ul>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="351" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_thumb.png" width="498" border="0" /></a></p>
<p>Oeps my boot record was missing or something went wrong during the import. Therefore I mounted the Windows Server 2008 DVD and boot from it.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_3.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="446" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_thumb_3.png" width="504" border="0" /></a> </p>
<p>Click “Repair your computer”</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_4.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="454" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_thumb_4.png" width="504" border="0" /></a> </p>
<p>Make sure “System Recovery Options” finds a Operating System and click Next.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_5.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="454" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_thumb_5.png" width="504" border="0" /></a> </p>
<p>Systems recovery tool is started and click “Command Prompt”</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_6.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="454" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_thumb_6.png" width="504" border="0" /></a> </p>
<p>Since Windows 2008 or even with Windows Vista (not sure <img src='http://www.networknet.nl/apps/wp/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  ) the Windows Setup includes some new tools. We are going use the bootrec.exe.</p>
<p>Execute the following commands:</p>
<ul>
<li>bootrec.exe /FixMbr </li>
<li>bootrec.exe /FixBoot </li>
<li>bootrec.exe /RebuildBcd </li>
</ul>
<p>Close “Command Prompt” and click Restart</p>
</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_7.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="433" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_thumb_7.png" width="504" border="0" /></a></p>
<p>Windows Server 2008 boot now and I was able to login. Changed the network settings and reboot with success.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_8.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="433" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008NTLDRismissing_AFA7/image_thumb_8.png" width="504" border="0" /></a> </p>
<p>Related links:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/927392" target="_blank">How to use the Bootrec.exe tool in the Windows Recovery Environment</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/671/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008: SSH remote console with freeSSHd</title>
		<link>http://www.networknet.nl/apps/wp/archives/673</link>
		<comments>http://www.networknet.nl/apps/wp/archives/673#comments</comments>
		<pubDate>Wed, 03 Dec 2008 11:51:00 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/673</guid>
		<description><![CDATA[If you managing routers,switches and linux machines than it really makes sense to install a SSH daemon on your Windows machines. I installed freeSSHd daemon which is free on couple of my Windows Server 2008 machines. See my log below: What is freeSSHD? freeSSHd, like it&#8217;s name says, is a free implementation of an SSH [...]]]></description>
			<content:encoded><![CDATA[<p>If you managing routers,switches and linux machines than it really makes sense to install a SSH daemon on your Windows machines. I installed freeSSHd daemon which is free on couple of my Windows Server 2008 machines. See my log below:</p>
<p><strong>What is freeSSHD?</strong></p>
<p>freeSSHd, like it&#8217;s name says, is a free implementation of an SSH server. It provides strong encryption and authentication over insecure networks like Internet. Users can open remote console or even access their remote files thanks to buit-in SFTP server.</p>
<p>Current version: 1.2.1</p>
<p>Go to <a title="http://www.freesshd.com/index.php?ctt=download" href="http://www.freesshd.com/index.php?ctt=download">http://www.freesshd.com/index.php?ctt=download</a> and download the latest version of freeSshD deamon. </p>
<p>Run and allow the setup file. </p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/d1b56f500eea_11F55/image.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="387" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/d1b56f500eea_11F55/image_thumb.png" width="504" border="0" /></a> </p>
<p>Click Next, Next, Next, Next and Install. Click Yes to generate the private keys.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/d1b56f500eea_11F55/image3.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="387" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/d1b56f500eea_11F55/image3_thumb.png" width="504" border="0" /></a>&#160;</p>
<p>Click Yes to run the freeSshD as system service. </p>
<p>Click Finish to close the installation wizard.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/d1b56f500eea_11F55/image6.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="103" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/d1b56f500eea_11F55/image6_thumb.png" width="244" border="0" /></a> </p>
<p>Open FreeSSHd shortcut on the desktop. FreeSSHd will start and new icon will appear on the right side of the taskbar. Right-click and choose settings.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/d1b56f500eea_11F55/image9.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="475" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/d1b56f500eea_11F55/image9_thumb.png" width="504" border="0" /></a> </p>
<p>Click here to start it for SSH server.</p>
<p>Start putty or add mRemote SSH connection to your Windows Server:</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/d1b56f500eea_11F55/image_3.png"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="310" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/d1b56f500eea_11F55/image_thumb_3.png" width="500" border="0" /></a> </p>
<p>PS: don’t expect too much on the performance as you would connect to a linux based SSH server; for example you can’t scroll uo;-( At least there is a remote shell and you can securely transfer files from Internet to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/673/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL certificate Windows Server 2008 and Exchange 2007 SP1</title>
		<link>http://www.networknet.nl/apps/wp/archives/469</link>
		<comments>http://www.networknet.nl/apps/wp/archives/469#comments</comments>
		<pubDate>Tue, 26 Aug 2008 19:18:55 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[outlook web access]]></category>
		<category><![CDATA[owa]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/469</guid>
		<description><![CDATA[Thanks to guys from Telnetport25 I was able to finish my SSL certificate migration for my new Windows Server 2008 virtual machine running a Exchange 2007 SP1 installation. My work log: Logon on the old Windows Server 2003 hosting the OWA front-end role Start MMC and add the Certificate Snap-In; choose the Computer Account. Go [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to guys from Telnetport25 I was able to finish my SSL certificate migration for my new Windows Server 2008 virtual machine running a Exchange 2007 SP1 installation.</p>
<p>My work log:</p>
<ul>
<li>Logon on the old Windows Server 2003 hosting the OWA front-end role</li>
<li>Start MMC and add the Certificate Snap-In; choose the Computer Account.</li>
<li>Go to Personal/Certificates and locate the SSL certificate assigned to IIS for SSL encryption. Right click ; All Tasks and choose export. Choose the appropriate options like the certificate path; assign password and save the PFX file to &quot;My Documents&quot;</li>
<li>Copy the PFX file to your Windows Server 2008 Client Access Server</li>
<li>Logon on the Windows Server 2008 and add the Certificate Snap-In to a new MMC console for the Computer Account</li>
<li>Go to Personal/Certificates; right click; All Tasks and choose Import.</li>
</ul>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="225" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/SSLcertificateWindowsServer2008andExchan_1205A/image.png" width="438" border="0" />&#160;</p>
<ul>
<li>Locate the PFX file; enter the password and make sure you check &quot;Mark this key as exportable&quot; to enable future migrations of the SSL certificate.</li>
<li>Place the certificate in the Personal Store</li>
</ul>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="100" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/SSLcertificateWindowsServer2008andExchan_1205A/image_3.png" width="426" border="0" />&#160;</p>
<ul>
<li>Open the certificate and go to Details tab. Locate the Thumprint field and select Value with mouse; press CRTL-C to copy the data.</li>
</ul>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="318" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/SSLcertificateWindowsServer2008andExchan_1205A/image_4.png" width="413" border="0" /></p>
<ul>
<li>Paste the value in Notepad and replace the &quot;SPACE&#8217; with CRTL-H. In the Find what field press space on the keyboard and click Replace All</li>
</ul>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="255" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/SSLcertificateWindowsServer2008andExchan_1205A/image_5.png" width="522" border="0" /> </p>
<ul>
<li>Copy the Thumbprint </li>
<li>Start the Exchange Management Shell and run the Enable-ExchangeCertificate cmdlet</li>
<li>Type IIS as Services and paste the copied data from Notepad to Thumbprint</li>
</ul>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="321" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/SSLcertificateWindowsServer2008andExchan_1205A/image_6.png" width="644" border="0" />&#160;</p>
<ul>
<li>Start Exchange Management Console and go to Server Configuration /&#160; Client Access / Select the server and open owa from Outlook Web Access tab</li>
<li>Type External URL of the SSL certificate and DNS. E.g. <a href="https://webmail.domain.tlk">https://webmail.domain.tlk</a> </li>
</ul>
<p>&#160;&#160;&#160; <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/SSLcertificateWindowsServer2008andExchan_1205A/image_7.png" width="423" border="0" /> </p>
<ul>
<li>Click OK and you are finished to test the configuration.</li>
<li>Start IE and test your OWA role. Review your NAT and Firewall rules also.</li>
</ul>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="302" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/SSLcertificateWindowsServer2008andExchan_1205A/image_8.png" width="644" border="0" /> </p>
<p>Related links:</p>
<ul>
<li><a title="http://technet.microsoft.com/en-us/library/aa997231.aspx" href="http://technet.microsoft.com/en-us/library/aa997231.aspx" target="_blank">Enable-ExchangeCertificate</a></li>
<li><a title="http://telnetport25.wordpress.com/2008/03/28/exporting-existing-ssl-owa-certificates-from-exchange-2003-fes-to-exchange-2007-sp1-cas-on-windows-2008/" href="http://telnetport25.wordpress.com/2008/03/28/exporting-existing-ssl-owa-certificates-from-exchange-2003-fes-to-exchange-2007-sp1-cas-on-windows-2008/" target="_blank">Exporting Existing SSL OWA Certificates from Exchange 2003 FES to Exchange 2007 SP1 CAS on Windows 2008&#8230;</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/469/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hyper-V from cmd</title>
		<link>http://www.networknet.nl/apps/wp/archives/467</link>
		<comments>http://www.networknet.nl/apps/wp/archives/467#comments</comments>
		<pubDate>Fri, 15 Aug 2008 18:05:09 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/467</guid>
		<description><![CDATA[Hyper-V, a key feature of Windows Server 2008, has now released to manufacturing (RTM) and is available for deployment into production environments. With help of ServerManagerCMD.exe I will install the Hyer-V role. &#160; What is ServerManagerCMD.exe? Server Manager in Windows Server 2008 provides a single source for managing a server&#8217;s identity and system information, displaying [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="259" alt="hero_hyper-v" src="http://www.networknet.nl/apps/wp/wp-content/uploads/HyperVfromcmd_11854/hero_hyperv_thumb.jpg" width="396" align="left" border="0" />Hyper-V, a key feature of Windows Server 2008, has now released to manufacturing (RTM) and is available for deployment into production environments. With help of ServerManagerCMD.exe I will install the Hyer-V role.</p>
<p>&#160;</p>
<p>What is ServerManagerCMD.exe?</p>
<p>Server Manager in Windows Server 2008 provides a single source for managing a server&#8217;s identity and system information, displaying server status, identifying problems with server role configuration, and managing all roles installed on the server. </p>
<p>ServerManagerCMD is powerful tool and within one command line you can install the Hyper-V role. Make sure you installed the Windows 2008 RTM version and updated your system with <a href="http://support.microsoft.com/?kbid=950050" target="_blank">KB950050</a>.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/HyperVfromcmd_111D8/image.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="252" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/HyperVfromcmd_111D8/image_thumb.png" width="504" border="0" /></a> </p>
<p>With ServerManagerCMD.exe you will be able to install all those roles:</p>
<blockquote><p>Active Directory Certificate Services      <br />Active Directory Domain Services       <br />Active Directory Federation Services       <br />Active Directory Lightweight Directory Services       <br />Active Directory Rights Management Services       <br />Application Server       <br />Availability and Scalability       <br />DHCP Server       <br />DNS Server       <br />Fax Server       <br />File Services       <br />Hyper-V       <br />Network Policy and Access Services       <br />Print Services       <br />Streaming Media Services       <br />Terminal Services       <br />Troubleshooting       <br />UDDI Services       <br />Web Server       <br />Windows Deployment Services</p>
</blockquote>
<p>Finally we get a single command line tool for this administrative task. I hate having different text files and run the cmd batch scripts.</p>
<p>Related links:</p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/library/cc546617.aspx" target="_blank">Technet &#8211; Server Manager</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/467/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 : ServerManagerCmd error</title>
		<link>http://www.networknet.nl/apps/wp/archives/432</link>
		<comments>http://www.networknet.nl/apps/wp/archives/432#comments</comments>
		<pubDate>Fri, 25 Apr 2008 15:24:36 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[servermanagercmd]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/432</guid>
		<description><![CDATA[I tried to query my Windows 2008 Server roles by using the ServerManagerCmd.exe cmd tool and received nice red error as shown below. C:\&#62;ServerManagerCmd.exe -query Error: Configuration was started by another administrator.That administrator must log in to complete that action before other administrators can install or remove additional features. This tool opens a new horizon [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to query my Windows 2008 Server roles by using the ServerManagerCmd.exe cmd tool and received nice red error as shown below.</p>
<blockquote><p>C:\&gt;ServerManagerCmd.exe -query</p>
<p>Error: Configuration was started by another administrator.That administrator must log in to complete that action before other administrators can install or remove additional features.</p>
</blockquote>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008ServerManagerCmderror_9D50/20080425_105306.png" rel="lightbox[servermanagercmd]"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="270" alt="2008-04-25_105306" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008ServerManagerCmderror_9D50/20080425_105306_thumb.png" width="359" border="0"></a></p>
<p>This tool opens a new horizon for me and other IT administrators but it didn&#8217;t work when I tried to use it for the first time. Google and Microsoft forums didn&#8217;t help&nbsp; so tried to troubleshoot myself. I read through the &#8220;Server Manager Scenarios Step-by-Step Guide&#8221; but this didn&#8217;t help me either. I decided to install the PoweShell feature manually and now I got a popup box that another process was in progress but I didn&#8217;t see it. I clicked yes and didn&#8217;t create a screenshot of this message, but this is how I resolved this issue.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008ServerManagerCmderror_9D50/20080425_110150.png" rel="lightbox[servermanagercmd]"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="271" alt="2008-04-25_110150" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008ServerManagerCmderror_9D50/20080425_110150_thumb.png" width="360" border="0"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/432/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Windows Server 2008 Infrastructure eBook</title>
		<link>http://www.networknet.nl/apps/wp/archives/380</link>
		<comments>http://www.networknet.nl/apps/wp/archives/380#comments</comments>
		<pubDate>Sun, 17 Feb 2008 15:27:22 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/380</guid>
		<description><![CDATA[Are you busy with your work, traveling and personal live like I am and you want to get started with Windows Server 2008 than check out this eBook?&#160; I personally like the writing style from Realtime Nexus authors and their concept of writing eBooks.&#160; This &#34;The Definitive Guide to Building a Windows Server 2008 Infrastructure&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>Are you busy with your work, traveling and personal live like I am and you want to get started with Windows Server 2008 than check out this eBook?&#160; I personally like the writing style from Realtime Nexus authors and their concept of writing eBooks.&#160; This &quot;The Definitive Guide to Building a Windows Server 2008 Infrastructure&quot; eBook has 10 chapters and first chapter is available for download. PDF document with 32 pages which is easy to read and maybe schedule 2 hours to read it through.</p>
<p>Register your account on their <a href="http://nexus.realtimepublishers.com/dgbws2k8i.htm">website</a> and download the pdf file.</p>
<p><strong>Chapter 1: Introduction to Windows Server 2008</strong>    <br />Chapter 2: Server Manager    <br />Chapter 3: Active Directory Design &amp; Domain Controller Management    <br /><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="125" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/TheDefinitiveGuidetoBuildingaWindowsServ_8392/image.png" width="99" align="right" border="0" />Chapter 4: File Servers &amp; Storage Management    <br />Chapter 5: Server Core    <br />Chapter 6: Managing &amp; Customizing Group Policy    <br />Chapter 7: Introduction to Terminal Services    <br />Chapter 8: Advanced Topics in Terminal Services    <br />Chapter 9: Securing Servers &amp; the Domain    <br />Chapter 10: Windows Failover Clustering</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/380/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 AD DS</title>
		<link>http://www.networknet.nl/apps/wp/archives/379</link>
		<comments>http://www.networknet.nl/apps/wp/archives/379#comments</comments>
		<pubDate>Sat, 16 Feb 2008 00:58:59 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[ds]]></category>
		<category><![CDATA[improvements]]></category>
		<category><![CDATA[rodc]]></category>
		<category><![CDATA[Screencast]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/379</guid>
		<description><![CDATA[When you install the Directory Services for Microsoft Windows network it will feel like you install the heart of something that will become alive after you reboot the server. Since Windows 2000 the Directory Services has been the core component of the Windows network.&#160; Couple minutes ago I finished my first domain controller installation for [...]]]></description>
			<content:encoded><![CDATA[<p>When you install the Directory Services for Microsoft Windows network it will feel like you install the heart of something that will become alive after you reboot the server. Since Windows 2000 the Directory Services has been the core component of the Windows network.&nbsp; </p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="65" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/ac8e38112970_12800/image.png" width="72" align="left" border="0"></p>
<p>Couple minutes ago I finished my first domain controller installation for AD DS (Active Directory Domain Services) for Windows Server 2008 RTM. The dcpromo wizard has couple new steps; check out my <a href="http://www.networknet.nl/apps/wp/gallery/windows-server-2008-install-domain-controller-role" target="_blank">screencast</a> of the AD DS installation.</p>
<p>&nbsp;</p>
<p> Windows 2008 AD DS has the following improvements :</p>
<blockquote><p>Read-only domain controller (RODC) <br />Staged installation of an RODC <br />RODC filtered attribute set <br />Administrator role separation <br />Improved installation wizard <br />Generate secure installation media <br />Restartable AD DS <br />Auditing AD Ds changes <br />Fine-grained password policy <br />Dynamic MAPI ID Support <br />Data mining tool </p>
</blockquote>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="484" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/ac8e38112970_12800/image_3.png" width="644" border="0"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/379/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 RTM installation in ESX</title>
		<link>http://www.networknet.nl/apps/wp/archives/377</link>
		<comments>http://www.networknet.nl/apps/wp/archives/377#comments</comments>
		<pubDate>Wed, 06 Feb 2008 19:34:05 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/377</guid>
		<description><![CDATA[Today I installed my first Windows Server 2008 RTM release in ESX3i. My MSDN subscription helped me to active the server . The performance of the guest is pretty good. For more details check out my screencast.]]></description>
			<content:encoded><![CDATA[<p>Today I installed my first Windows Server 2008 RTM release in ESX3i. My MSDN subscription helped me to active the server <img src='http://www.networknet.nl/apps/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . The performance of the guest is pretty good.</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="397" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WindowsServer2008RTMinstallationinESX_F7D3/image.png" width="508" border="0" /> </p>
<p>For more details check out my <a href="http://www.networknet.nl/apps/wp/gallery/esx-3i-installation-of-windows-server-2008-rtm-64bit" target="_blank">screencast</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/377/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 has been Released to Manufacturing (RTM)</title>
		<link>http://www.networknet.nl/apps/wp/archives/371</link>
		<comments>http://www.networknet.nl/apps/wp/archives/371#comments</comments>
		<pubDate>Tue, 05 Feb 2008 12:22:43 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[rtm]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/371</guid>
		<description><![CDATA[This morning I received the following thanks email from Microsoft Connect team.  I am downloading the RTM version and Iwill refresh my lab machines with the latest release of Windows Server 2008. One thing I am really excited to test is the clustered Hyver-V. Robert Larson did post howto and I will try to get this [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I received the following thanks email from Microsoft Connect team.  I am downloading the RTM version and Iwill refresh my lab machines with the latest release of Windows Server 2008. One thing I am really excited to test is the clustered Hyver-V. Robert Larson did <a href="http://blogs.technet.com/roblarson/archive/2007/12/17/building-a-host-cluster-with-hyper-v-beta-1.aspx"><font color="#0000ff">post</font></a> howto and I will try to get this thing up and running soon.</p>
<ul>
<li>Thanks to you, our dedicated beta participants, this is the most tested version of Windows Server ever released!!<br />
Windows Server 2008 has an array of new features and technologies that are too numerous to list completely, but some of the highlights are:<br />
• Internet Information Services (IIS) 7.0 &#8211; next gen web and app platform<br />
• Server Core &#8211; key roles, low footprint, no GUI<br />
• Terminal Services Gateway &#8211; access your apps without a RAS client<br />
• Network Access Protection &#8211; keep your network safe from un-healthy clients<br />
• PowerShell &#8211; powerful scripting tools for admins<br />
• Failover Clustering &#8211; improved cluster management, security, and stability<br />
• Next Generation Net Stack &#8211; fast and reliable<br />
• Server Manager &#8211; setup &amp; manage server roles and features in one place<br />
• Read-Only Domain Controller &#8211; safe branch office DCs<br />
• Hyper-V Beta &#8211; server virtualization. Hyper-V RTM in 180 days</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/371/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Release Candidate 1 (RC1) is Live!</title>
		<link>http://www.networknet.nl/apps/wp/archives/264</link>
		<comments>http://www.networknet.nl/apps/wp/archives/264#comments</comments>
		<pubDate>Mon, 10 Dec 2007 17:01:22 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/264</guid>
		<description><![CDATA[Starting new work week I have received new email from msftconn@microsoft.com on the Windows Server 2008 RC1. I download the 4.3 GB iso images and will install both of them into VMWare Workstation 6 guests. I got a weird idea to try to get the WVS hypervisor installed on VMWare Workstation and will try it [...]]]></description>
			<content:encoded><![CDATA[<p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/clip-image0019.png"></a></p>
<p> Starting new work week I have received new email from msftconn@microsoft.com on the Windows Server 2008 RC1. I download the 4.3 GB iso images and will install both of them into VMWare Workstation 6 guests. I got a weird idea to try to get the WVS hypervisor installed on VMWare Workstation and will try it out <img src='http://www.networknet.nl/apps/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<blockquote><p>We are pleased to announce the release of Windows Server 2008 Release Candidate 1! This milestone release represents significant progress incorporating the feedback we received from you. We ask that you please install this build as soon as possible and provide feedback. As we approach RTM, now is the time more than ever to find and report issues and give us the best chance to incorporate your feedback into the product. This release is available as a download only. The images posted are DVD images and the recommended approach is to download and burn a DVD appropriate for your hardware. </p>
</blockquote>
<p>Go to <a href="https://connect.microsoft.com">https://connect.microsoft.com</a> and download the bits. </p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/clip-image0019.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="223" alt="clip_image001" src="http://www.networknet.nl/apps/wp/wp-content/uploads/clip-image001-thumb6.png" width="461" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/264/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 x64 WSV role</title>
		<link>http://www.networknet.nl/apps/wp/archives/26</link>
		<comments>http://www.networknet.nl/apps/wp/archives/26#comments</comments>
		<pubDate>Fri, 19 Oct 2007 15:43:21 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server Virtualization]]></category>
		<category><![CDATA[WSV]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/26</guid>
		<description><![CDATA[After the Intel Quad Q6600 server was up and running with Windows Server 2008 x64 Enterprise Edition I decided to install the Windows Server Virtualization role.  My screenshots I took when installed role. There is a bug in the import of the pictures and they are not sorted.   ]]></description>
			<content:encoded><![CDATA[<p>After the Intel Quad Q6600 server was up and running with Windows Server 2008 x64 Enterprise Edition I decided to install the Windows Server Virtualization role.</p>
<p> My screenshots I took when installed role. There is a bug in the import of the pictures and they are not sorted.</p>
<p>  
<div class="ngg-galleryoverview" id="ngg-gallery-4-26">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-62" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/vt-0.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="1" alt="1" src="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/thumbs/thumbs_vt-0.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-60" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/vt-1.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="vt-1.jpg" alt="vt-1.jpg" src="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/thumbs/thumbs_vt-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-55" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/vt-2.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="1" alt="1" src="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/thumbs/thumbs_vt-2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-59" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/vt-3.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="vt-3.jpg" alt="vt-3.jpg" src="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/thumbs/thumbs_vt-3.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-57" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/vt-4.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="vt-4.jpg" alt="vt-4.jpg" src="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/thumbs/thumbs_vt-4.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-64" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/vt-5.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="vt-5.jpg" alt="vt-5.jpg" src="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/thumbs/thumbs_vt-5.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-56" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/vt-6.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="vt-6.jpg" alt="vt-6.jpg" src="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/thumbs/thumbs_vt-6.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-54" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/vt-7.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="2" alt="2" src="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/thumbs/thumbs_vt-7.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-61" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/vt-8.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="vt-8.jpg" alt="vt-8.jpg" src="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/thumbs/thumbs_vt-8.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-63" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/vt-9.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="vt-9.jpg" alt="vt-9.jpg" src="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/thumbs/thumbs_vt-9.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-58" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/vt-91.jpg" title=" " class="thickbox" rel="set_4" >
								<img title="vt-91.jpg" alt="vt-91.jpg" src="http://www.networknet.nl/apps/wp/wp-content/gallery/wsv/thumbs/thumbs_vt-91.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Domain Join with netdom.exe</title>
		<link>http://www.networknet.nl/apps/wp/archives/23</link>
		<comments>http://www.networknet.nl/apps/wp/archives/23#comments</comments>
		<pubDate>Tue, 16 Oct 2007 18:53:10 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Core Server]]></category>
		<category><![CDATA[Join]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Windows Server 2008 Core]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/23</guid>
		<description><![CDATA[The following command will join the NET-IIS-01 workload into the Networknet.nl forest domain. netdom.exe join NET-IIS-01 /domain:Networknet.nl /userD:administrator /passwordD:* Enter the Administrator password and after the netdom has finished reboot the server with shutdown.exe /r /t5.]]></description>
			<content:encoded><![CDATA[<p>The following command will join the NET-IIS-01 workload into the Networknet.nl forest domain.</p>
<pre class="brush: vb;">

netdom.exe join NET-IIS-01 /domain:Networknet.nl /userD:administrator /passwordD:*
</pre>
<p>Enter the Administrator password and after the netdom has finished reboot the server with shutdown.exe /r /t5.</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/windowsserver2008coredomainjoin.jpg" title="Windows Server 2008 Core Domain Join"><img src="http://www.networknet.nl/apps/wp/wp-content/uploads/windowsserver2008coredomainjoin.thumbnail.jpg" alt="Windows Server 2008 Core Domain Join" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/23/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Core IPv4 configuration</title>
		<link>http://www.networknet.nl/apps/wp/archives/22</link>
		<comments>http://www.networknet.nl/apps/wp/archives/22#comments</comments>
		<pubDate>Tue, 16 Oct 2007 18:52:54 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Core Server]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Static ip]]></category>
		<category><![CDATA[Windows Server 2008 Core]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/22</guid>
		<description><![CDATA[View the installed interfaces  netsh interface ipv4 show interfaces Configure the fixed IP address, netmask and the default gateway netsh interface ipv4 set address name=&#8221;nr&#8221; source=static address=192.168.1.1 mask=255.255.255.0 gateway=192.168.1.254 Configure the DNS server netsh interface ipv4 add dnsserver name=&#8221;nr&#8221; address=192.168.1.1 index=1]]></description>
			<content:encoded><![CDATA[<p><strong>View the installed interfaces</strong> </p>
<p>netsh interface ipv4 show interfaces</p>
<p><strong>Configure the fixed IP address, netmask and the default gateway</strong></p>
<p>netsh interface ipv4 set address name=&#8221;nr&#8221; source=static address=192.168.1.1 mask=255.255.255.0 gateway=192.168.1.254</p>
<p><strong>Configure the DNS server</strong></p>
<p>netsh interface ipv4 add dnsserver name=&#8221;nr&#8221; address=192.168.1.1 index=1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Core License Activiation by Script</title>
		<link>http://www.networknet.nl/apps/wp/archives/20</link>
		<comments>http://www.networknet.nl/apps/wp/archives/20#comments</comments>
		<pubDate>Mon, 15 Oct 2007 19:27:50 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Core Server]]></category>
		<category><![CDATA[Activate]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Windows Server 2008 Core]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/20</guid>
		<description><![CDATA[Windows 2008 Core server does not support GUI and right clicking your computer and use the control panel options to activate the server is not available anymore.  Copy the script below and supply your own license key code. Open notepad from command prompt. Eg notepad license.cmd; paste the the code below with your own key; save [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 2008 Core server does not support GUI and right clicking your computer and use the control panel options to activate the server is not available anymore.  Copy the script below and supply your own license key code. Open notepad from command prompt. Eg notepad license.cmd; paste the the code below with your own key; save the file and run the cmd script.</p>
<pre class="brush: vb;">

@echo off

REM Created: Ivan1980@networknet.nl
REM Windows Server 2008 Core License Script

cscript C:\Windows\System32\slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

 cscript C:\Windows\System32\slmgr.vbs -ato

 cscript C:\Windows\System32\slmgr.vbs -xpf
</pre>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/windows2008activate.jpg" title="Windows2008Activate"><img src="http://www.networknet.nl/apps/wp/wp-content/uploads/windows2008activate.thumbnail.jpg" alt="Windows2008Activate" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rename Windows Server 2008 Core with netdom.exe</title>
		<link>http://www.networknet.nl/apps/wp/archives/12</link>
		<comments>http://www.networknet.nl/apps/wp/archives/12#comments</comments>
		<pubDate>Tue, 02 Oct 2007 11:46:24 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Core Server]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=12</guid>
		<description><![CDATA[Type the hostname.exe command line to see the current computername which has been generated by the Windows setup. Select the computername and press enter on the keyboard. &#60;/p&#62; &#60;p style=&#34;font-size: 11pt; margin: 0in; font-family: Calibri&#34; lang=&#34;en-US&#34;&#62;c:\Users\Administartor&#38;gt;hostname&#60;/p&#62; &#60;p style=&#34;font-size: 11pt; margin: 0in; font-family: Calibri&#34; lang=&#34;en-US&#34;&#62;win2k8-vm&#60;/p&#62; &#60;p style=&#34;font-size: 11pt; margin: 0in; font-family: Calibri&#34; lang=&#34;en-US&#34;&#62;  Now we are [...]]]></description>
			<content:encoded><![CDATA[<p style="font-size: 11pt; margin: 0in; font-family: Calibri" lang="en-US">Type the hostname.exe command line to see the current computername which has been generated by the Windows setup. Select the computername and press enter on the keyboard.</p>
<p style="font-size: 11pt; margin: 0in; font-family: Calibri" lang="en-US">
<pre class="brush: plain;">&lt;/p&gt;
&lt;p style=&quot;font-size: 11pt; margin: 0in; font-family: Calibri&quot; lang=&quot;en-US&quot;&gt;c:\Users\Administartor&amp;gt;hostname&lt;/p&gt;
&lt;p style=&quot;font-size: 11pt; margin: 0in; font-family: Calibri&quot; lang=&quot;en-US&quot;&gt;win2k8-vm&lt;/p&gt;
&lt;p style=&quot;font-size: 11pt; margin: 0in; font-family: Calibri&quot; lang=&quot;en-US&quot;&gt; </pre>
</p>
<p style="font-size: 11pt; margin: 0in; font-family: Calibri" lang="en-US">Now we are going to rename the server and prepare it for dcpromo process.</p>
<p style="font-size: 11pt; margin: 0in; font-family: Calibri" lang="en-US">
<pre class="brush: plain;">&lt;/p&gt;
&lt;p style=&quot;font-size: 11pt; margin: 0in; font-family: Calibri&quot; lang=&quot;en-US&quot;&gt;c:\Users\Administartor&amp;gt; netdom renamecomputer win2k8-vm /newname:NET-DC-01&lt;/p&gt;
&lt;p style=&quot;font-size: 11pt; margin: 0in; font-family: Calibri&quot; lang=&quot;en-US&quot;&gt;Click Y to reboot or enter shutdown /r /t 5&lt;/p&gt;
&lt;p style=&quot;font-size: 11pt; margin: 0in; font-family: Calibri&quot; lang=&quot;en-US&quot;&gt;</pre>
</p>
<p style="font-size: 11pt; margin: 0in; font-family: Calibri" lang="en-US">&nbsp;</p>
<div class="ngg-galleryoverview" id="ngg-gallery-2-12">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.networknet.nl/apps/wp/wp-content/gallery/wallpapers/RenameServer.jpg" title=" " class="thickbox" rel="set_2" >
								<img title="RenameServer.jpg" alt="RenameServer.jpg" src="http://www.networknet.nl/apps/wp/wp-content/gallery/wallpapers/thumbs/thumbs_RenameServer.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

<p style="font-size: 11pt; margin: 0in; font-family: Calibri" lang="en-US"><a rel="attachment wp-att-13" href="http://www.networknet.nl/apps/wp/?attachment_id=13" title="Windows Server 2008 Core Rename computername with netdom.exe"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/12/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Core DC install Windows 2003 forest</title>
		<link>http://www.networknet.nl/apps/wp/archives/10</link>
		<comments>http://www.networknet.nl/apps/wp/archives/10#comments</comments>
		<pubDate>Thu, 06 Sep 2007 11:28:15 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Core Server]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=10</guid>
		<description><![CDATA[Today I installed my first Windows Server 2008 Core server and I want to run the server as a Domain Controller. Before I could proceed the with my test domain (Windows 2003) I was forced to run the adprep utility for Windows\sources\adprep directory. Copy the \Sources\adrep from the Windows Server 2008 dvd and logon on to your [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-11" href="http://www.networknet.nl/apps/wp/archives/10/calculator/" title="Calculator"></a>Today I installed my first Windows Server 2008 Core server and I want to run the server as a Domain Controller. Before I could proceed the with my test domain (Windows 2003) I was forced to run the adprep utility for Windows\sources\adprep directory.</p>
<ul>
<li>Copy the \Sources\adrep from the Windows Server 2008 dvd and logon on to your schema dc role server.</li>
<li>Open CMD.exe box</li>
<li>Locate the directory and run adprep.exe /forestprep</li>
<li>Run adprep.exe /domainprep /gpprep after the forest prep has finished. Make sure your domain functional level  is configured in Windows 2003 native mode.</li>
</ul>
<p> 
<pre class="brush: plain;">

[DCInstall]
; Replica DC promotion
ReplicaOrNewDomain=Replica
ReplicaDomainDNSName=Networknet.nl
SiteName=Site-Test
InstallDNS=yes
ConfirmGc=Yes
DNSDelegation=No
UserDomain=networknet.nl
UserName=Administrator
Password=
DatabasePath=C:\Windows\NTDS
LogPath=C:\Windows\NTDS
SYSVOLPath=C:\Windows\SYSVOL
; Set SafeModeAdminPassword to the correct value prior to using the unattend file
SafeModeAdminPassword=
; Run-time flags (optional)
; CriticalReplicationOnly=Yes
; RebootOnCompletion=Yes
TransferIMRoleIfNecessary=No
</pre>
<p>ntds_dcpromo_newdc.txt</p>
<ul>
<li>Install DNS Server by running ocsetup DNS-Server-Core-Role</li>
<li>dcpromo /unattend:ntds_dcpromo_newdc.txt</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
