<?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>thomasmaurer.ch &#187; Windows Server</title>
	<atom:link href="http://www.thomasmaurer.ch/tag/windows-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another sys admin weblog</description>
	<lastBuildDate>Wed, 08 Sep 2010 14:14:35 +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>Pagefile size bigger than 4095MB on Windows Server 2003</title>
		<link>http://www.thomasmaurer.ch/2010/08/pagefile-size-bigger-than-4095mb-on-windows-server-2003/</link>
		<comments>http://www.thomasmaurer.ch/2010/08/pagefile-size-bigger-than-4095mb-on-windows-server-2003/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 16:00:01 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[32bit]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[multiple pagefiles]]></category>
		<category><![CDATA[Pagefile]]></category>
		<category><![CDATA[Pagefiles]]></category>
		<category><![CDATA[partitions]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[x86]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=903</guid>
		<description><![CDATA[The pagefile size on Windows Server 2003 x86 and other Windows x86 platforms is limited to 4095 MB per pagefile. But a lot of Windows Server 2003 systems already have 4GB RAM and are using PAE (Physical Address Extension) to &#8230; <a href="http://www.thomasmaurer.ch/2010/08/pagefile-size-bigger-than-4095mb-on-windows-server-2003/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The pagefile size on Windows Server 2003 x86 and other Windows x86 platforms is limited to 4095 MB per pagefile. But a lot of Windows Server 2003 systems already have 4GB RAM and are using PAE (<a title="PAE Physical Address Extension Wikipedia" href="http://en.wikipedia.org/wiki/Physical_Address_Extension" target="_blank">Physical Address Extension</a>) to use them. So it would be useful to create more than 4 GB pagefiles.</p>
<p>Microsofts solution for this is to create multiple pagefiles. You can now create multiple pagefiles on different partitions. If you don&#8217;t have enough partitions or you just have one, you can create multiple pagefile in different folders by using the Windows Registry.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/08/Screen-shot-2010-08-02-at-16.25.07.png" rel="lightbox[903]"><img class="aligncenter size-full wp-image-904" title="Pagefiles" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/08/Screen-shot-2010-08-02-at-16.25.07.png" alt="Pagefiles" width="384" height="351" /></a></p>
<ol>
<li>Create the folders on the drive where the pagefiles should be located. For example, C:\Pagefile1, C:\Pagefile2, and C:\Pagefile3.</li>
<li>Open regedit.exe</li>
<li>I would recommend to create a backup of the registry</li>
<li>locate this key:<br />
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SessionManager\MemoryManagement</li>
<li>Edit the value &#8220;PagingFiles&#8221;</li>
<li>Remove the existing values and add the following values:<br />
C:\Pagefile1\pagefile.sys 4096 4096<br />
C:\Pagefile2\pagefile.sys 4096 4096<br />
C:\Pagefile3\pagefile.sys 4096 4096</li>
<li>Save this</li>
</ol>
<p>Note: It&#8217;s still recommended to have the Pagefiles on the same partition as the system</p>
<p>You can get more information in this Microsoft Knowledge Base entry: <a title="How to overcome the 4,095 MB paging file size limit in Windows" href="http://support.microsoft.com/kb/237740" target="_blank">How to overcome the 4,095 MB paging file size limit in Windows</a></p>
<p>How to do this with Powershell: <a title="Powershell: Changing registry key value" href="http://www.thomasmaurer.ch/2010/08/powershell-changing-registry-key-value/" target="_blank">Powershell: Changing registry key value</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/08/pagefile-size-bigger-than-4095mb-on-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Powershell: Count Sharepoint Sites on Sharepoint Server 2010</title>
		<link>http://www.thomasmaurer.ch/2010/07/powershell-count-sharepoint-sites-on-sharepoint-server-2010/</link>
		<comments>http://www.thomasmaurer.ch/2010/07/powershell-count-sharepoint-sites-on-sharepoint-server-2010/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 14:32:39 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Genotec]]></category>
		<category><![CDATA[Genotec AG]]></category>
		<category><![CDATA[get-SPsites]]></category>
		<category><![CDATA[Hosted Sharepoint]]></category>
		<category><![CDATA[Hosted Sharepoint 2010]]></category>
		<category><![CDATA[Microsoft Powershell]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Foundation Server 2010]]></category>
		<category><![CDATA[Sharepoint Server 2010]]></category>
		<category><![CDATA[Site Collections]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[SPSites]]></category>
		<category><![CDATA[Windows Powershell]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=880</guid>
		<description><![CDATA[This is a very small line of code to count Sharepoint 2010 Site Collections with Powershell. [powershell] (Get-SPSite -Limit all).Count [/powershell] By the way, we at Genotec AG are offering a Hosted Sharepoint 2010 solution based on Powershell automation.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/05/Screen-shot-2010-05-30-at-13.08.42.png" rel="lightbox[880]"><img class="aligncenter size-full wp-image-621" title="Powershell Header" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/05/Screen-shot-2010-05-30-at-13.08.42.png" alt="Powershell Header" width="440" height="104" /></a></p>
<p>This is a very small line of code to count <a title="Sharepoint 2010" href="http://sharepoint.microsoft.com" target="_blank">Sharepoint 2010</a> Site Collections with Powershell.</p>
<p>[powershell]<br />
(Get-SPSite -Limit all).Count<br />
[/powershell]</p>
<p>By the way, we at Genotec AG are offering a <a title="Genotec Hosted Sharepoint 2010" href="http://www.genotec.ch/de/application-hosting/sharepoint/index.html" target="_blank">Hosted Sharepoint 2010 </a>solution based on Powershell automation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/07/powershell-count-sharepoint-sites-on-sharepoint-server-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Solved: Cannot download File from IIS6 FTP</title>
		<link>http://www.thomasmaurer.ch/2010/07/solved-cannot-download-file-from-iis6-ftp/</link>
		<comments>http://www.thomasmaurer.ch/2010/07/solved-cannot-download-file-from-iis6-ftp/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 11:15:06 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Cannot download File from IIS6 FTP]]></category>
		<category><![CDATA[filename]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[IIS 6]]></category>
		<category><![CDATA[IIS 6.0]]></category>
		<category><![CDATA[renaming]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=824</guid>
		<description><![CDATA[Today we a ticket which was escalated by the second level support to the engineering. A customer could not download, remove or rename the file via FTP. The Hosting is running on a Windows Server 2003 R2 with IIS6. After &#8230; <a href="http://www.thomasmaurer.ch/2010/07/solved-cannot-download-file-from-iis6-ftp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today we a ticket which was escalated by the second level support to the engineering. A customer could not download, remove or rename the file via FTP. The Hosting is running on a Windows Server 2003 R2 with IIS6. After checking the file on the filesystem I saw that the filename had a space in before.</p>
<p><strong>Normalfilename:</strong></p>
<p>&#8220;filename.html&#8221;</p>
<p><strong>Wrongfilename:</strong></p>
<p>&#8221; filename.html&#8221;</p>
<p>You cannot really name a file like that with a windows machine. But Linux and Unix systems like Mac OS X allow this.</p>
<p>After renaming the file to a normal Windows filename, the customer you download the file again.</p>
<p>Btw you can simple rename the file with powershell</p>
<p><code>Rename-Item " filename.html" "newfilename.html"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/07/solved-cannot-download-file-from-iis6-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Update SCVMM 2008 to SCVMM 2008 R2</title>
		<link>http://www.thomasmaurer.ch/2010/07/howto-update-scvmm-2008-to-scvmm-2008-r2/</link>
		<comments>http://www.thomasmaurer.ch/2010/07/howto-update-scvmm-2008-to-scvmm-2008-r2/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 09:42:18 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Manager]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[SCVMM 2008]]></category>
		<category><![CDATA[SCVMM 2008 R2]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Storage Migration]]></category>
		<category><![CDATA[System Center Virtual Machine Manager]]></category>
		<category><![CDATA[System Center Virtual Machine Manager 2008]]></category>
		<category><![CDATA[System Center Virtual Machine Manager 2008 R2]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[Virtual machines]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=810</guid>
		<description><![CDATA[Update from Microsoft System Center Virtual Machine Manager 2008 to Micorsoft System Center Virtual Machine Manager 2008 R2 is pretty simple. Yesterday I updated the SCVMM on our environment. Copy the SCVMM 2008 R2 on the Server Start the Setup.exe &#8230; <a href="http://www.thomasmaurer.ch/2010/07/howto-update-scvmm-2008-to-scvmm-2008-r2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Update from Microsoft System Center Virtual Machine Manager 2008 to <a title="System Center Virtual Machine Manager" href="http://www.microsoft.com/systemcenter/en/us/virtual-machine-manager.aspx" target="_blank">Micorsoft System Center Virtual Machine Manager 2008 R2</a> is pretty simple. Yesterday I updated the SCVMM on our environment.</p>
<ol>
<li>Copy the SCVMM 2008 R2 on the Server</li>
<li>Start the Setup.exe</li>
<li>Install VMM Server, the installer check that this is an update of an existing installation<a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/07/Screen-shot-2010-07-20-at-15.22.06.png" rel="lightbox[810]"></a></li>
<li><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/07/Screen-shot-2010-07-20-at-15.22.06.png" rel="lightbox[810]"><img class="aligncenter size-medium wp-image-814" title="System Center Virtual Machine Manager 2008 R2 Update" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/07/Screen-shot-2010-07-20-at-15.22.06-300x246.png" alt="System Center Virtual Machine Manager 2008 R2 Update" width="300" height="246" /></a> After updating the VMM Server you have to install the new VMM Administrator Console and the new Self-Service Portal if needed.</li>
<li>The installer of the VMM Administrator Console and the VMM Self-Service Portal will first uninstall the old version and then install the new version.</li>
<li>After installing the SCVMM 2008 R2 you have to check for Windows Updates</li>
<li>After a rebooting the SCVMM Server you have to push the new Agent Update to the Virtual Host Servers</li>
<li>Now you are done</li>
</ol>
<p>Whats new in System Center Virtual Machine Manager 2008 R2:</p>
<ul>
<li>Support for Live Migration</li>
<li>Hot addition/removal of Storage</li>
<li>New optimized networking technologies</li>
<li>Cluster Shared Volumes</li>
<li>SAN migration</li>
<li>Expanded Support for iSCSI SANs</li>
<li>Storage Migration</li>
<li>Rapid Provisioning</li>
<li>Support for third party CFS</li>
<li>Support for Veritas Volume Manager</li>
<li>Added Maintenance Mode</li>
<li>Support of disjoint domains</li>
<li>Use of defined port groups with VMware Virtual Center</li>
<li>Queuing of Live migrations</li>
<li>Host Compatibility checks</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/07/howto-update-scvmm-2008-to-scvmm-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Install Roles and Features Windows Server 2008 R2 Core (Shell)</title>
		<link>http://www.thomasmaurer.ch/2010/07/howto-install-roles-and-features-windows-server-2008-r2-core-shell/</link>
		<comments>http://www.thomasmaurer.ch/2010/07/howto-install-roles-and-features-windows-server-2008-r2-core-shell/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 11:00:08 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[DISM]]></category>
		<category><![CDATA[dism.exe]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[roles]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Core Server]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[Windows Server 2008 Core]]></category>
		<category><![CDATA[Windows Server 2008 R2 Core]]></category>
		<category><![CDATA[Windows Server Core]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=803</guid>
		<description><![CDATA[This Guide should help you to install Roles and Features on Windows Server 2008 R2 per shell or on a Windows Server 2008 R2 Core Server. Under Windows Server 2008 you could install Roles and Features with the command OCSETUP. Since &#8230; <a href="http://www.thomasmaurer.ch/2010/07/howto-install-roles-and-features-windows-server-2008-r2-core-shell/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This Guide should help you to install Roles and Features on Windows Server 2008 R2 per shell or on a Windows Server 2008 R2 Core Server.</p>
<p>Under Windows Server 2008 you could install Roles and Features with the command OCSETUP. Since we use Windows Server 2008 R2 Microsoft used the tool called DISM (Deployment Image Servicing and Management tool).</p>
<p>For checking availible Server roles type:</p>
<p><code>Dism /online /get-features /format:table</code></p>
<p>To enable a Feature or a Role, in this case the DNS Server Role, you just type:</p>
<p><code>Dism /online /enable-feature /featurename:DNS-Server-Core-Role</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/07/howto-install-roles-and-features-windows-server-2008-r2-core-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Directory Schema Versions</title>
		<link>http://www.thomasmaurer.ch/2010/03/active-directory-schema-versions/</link>
		<comments>http://www.thomasmaurer.ch/2010/03/active-directory-schema-versions/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 07:52:06 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Ad]]></category>
		<category><![CDATA[AD schema]]></category>
		<category><![CDATA[AD schema version]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[RTM]]></category>
		<category><![CDATA[schema]]></category>
		<category><![CDATA[schema version]]></category>
		<category><![CDATA[Service Pack]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2003 R2]]></category>
		<category><![CDATA[windows server 2008]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=488</guid>
		<description><![CDATA[The list of Active Directory Schema versions: Windows 2000 RTM with all Service packs = Schema version 13 Windows Server 2003 RTM with all Service packs = Schema version 30 Windows Server 2003 R2 RTM with all Service packs = &#8230; <a href="http://www.thomasmaurer.ch/2010/03/active-directory-schema-versions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The list of Active Directory Schema versions:</p>
<ul>
<li>Windows 2000 RTM with all Service packs = Schema version 13</li>
<li>Windows Server 2003 RTM with all Service packs = Schema version 30</li>
<li>Windows Server 2003 R2 RTM with all Service packs = Schema version 31</li>
<li>Windows Server 2008 RTM with all Service packs = Schema version 44</li>
<li>Windows Server 2008 R2 RTM with all Service packs = Schema version 47</li>
</ul>
<p>Check the schema version in the Registry:</p>
<p><code>HKLM\SYSTEM\CurrentControlSet\Services\NTDS\Parameters\&lt;Schema Version&gt;</code></p>
<p>Check the schema version with dsquery:</p>
<p><code>dsquery * CN=Schema,CN=Configuration,DC=Root-Domäne -Scope Base -attr objectVersion</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/03/active-directory-schema-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheatsheet: Using Diskpart on a Server Core installation #4</title>
		<link>http://www.thomasmaurer.ch/2010/02/cheatsheet-using-diskpart-on-a-server-core-installation-4/</link>
		<comments>http://www.thomasmaurer.ch/2010/02/cheatsheet-using-diskpart-on-a-server-core-installation-4/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 20:56:42 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Core Server]]></category>
		<category><![CDATA[CREATE PARTITION]]></category>
		<category><![CDATA[CREATE VOLUME]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[disk administration]]></category>
		<category><![CDATA[disk management]]></category>
		<category><![CDATA[diskpart]]></category>
		<category><![CDATA[diskpart.exe]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[gpt]]></category>
		<category><![CDATA[Partition]]></category>
		<category><![CDATA[select disk]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[volume]]></category>
		<category><![CDATA[Windows Server 2008 Core]]></category>
		<category><![CDATA[Windows Server 2008 R2 Core]]></category>
		<category><![CDATA[Windwos Server 2008]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=478</guid>
		<description><![CDATA[Using Diskpart on a Server Core installation. Disk Administration or Partition a disk. Create a new partition and format a partition SELECT DISK 0 CREATE PARTITION PRIMARY ASSIGN LETTER=E SELECT PARTITION 1 FORMAT FS=NTFS LABEL="New Volume" QUICK EXIT Commands you &#8230; <a href="http://www.thomasmaurer.ch/2010/02/cheatsheet-using-diskpart-on-a-server-core-installation-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Using Diskpart on a Server Core installation. Disk Administration or Partition a disk.</p>
<blockquote><p><strong>Create a new partition and format a partition</strong></p>
<p><code>SELECT DISK 0<br />
CREATE PARTITION PRIMARY<br />
ASSIGN LETTER=E<br />
SELECT PARTITION 1<br />
FORMAT FS=NTFS LABEL="New Volume" QUICK<br />
EXIT</code></p>
<p><strong>Commands you may then issue at the DISKPART prompt:</strong></p>
<p> <code>LIST Disk</code><br />
 <code>LIST Partition</code><br />
<code>LIST Volume</code></p>
<p><code> SELECT Disk n</code><br />
 <code>SELECT Volume n</code><br />
<code> SELECT Partition n</code></p>
<p> <code>DETAIL Disk</code><br />
<code> DETAIL Partition</code><br />
<code> DETAIL volume</code></p>
<p><code> HELP</code><br />
<code> REM</code>  (remark/comment)<br />
<code> EXIT</code></p>
<p><strong>Commands to Manage Basic Disks:</strong></p>
<p>  (set the current in-focus partition to be the system partition)</p>
<p><code>ASSIGN</code>         (allocate the next free drive letter)<br />
 <code>ASSIGN LETTER=l</code>   (Choose a free letter)</p>
<p> <code>CREATE PARTITION Primary Size=50000 </code> (50 GB)<br />
<code> CREATE PARTITION Extended Size=25000</code><br />
<code> CREATE PARTITION logical Size=25000</code></p>
<p> <code>DELETE Partition</code></p>
<p> <code>EXTEND Size=10000</code></p>
<p><code> REMOVE letter=l  </code>(Remove drive letter l from the in-focus partition)<br />
<code> REMOVE /ALL  </code>  (Remove ALL current drive letters and mount points)</p>
<p><strong>Commands to Manage Dynamic Disks:</strong></p>
<p>   (set the current in-focus partition to be the system partition)</p>
<p><code> ASSIGN</code>         (allocate the next free drive letter)<br />
<code> ASSIGN LETTER=l </code>  (Choose a free letter)</p>
<p><code> ADD disk=n </code>  (Add a mirror to the in-focus SIMPLE volume on the specified disk.)</p>
<p> <code>BREAK disk=n</code>  (Break the current in-focus mirror)</p>
<p><code> CREATE VOLUME Simple Size=n Disk=n</code><br />
 <code>CREATE VOLUME Stripe Size=n Disk=n,n,...</code><br />
 <code>CREATE VOLUME Raid Size=n Disk=n,n,...</code></p>
<p> <code>DELETE DISK</code><br />
 <code>DELETE PARTITION</code><br />
 <code>DELETE VOLUME</code></p>
<p><code> EXTEND disk=n [Size=n]</code><br />
 <code>IMPORT</code><br />
 <code>ONLINE</code></p>
<p><code> REMOVE letter=l  </code>(Remove drive letter l from the in-focus volume)<br />
 <code>REMOVE /ALL   </code> (Remove ALL current drive letters and mount points)<br />
 <code>RETAIN</p>
<p></code><strong>Commands to Convert Disks:</strong></p>
<p><code>CONVERT mbr<br />
 CONVERT gpt<br />
 CONVERT dynamic<br />
 CONVERT basic</p>
<p> CLEAN ALL</code>   (remove all partition and volume info from the hard drive)<br />
 <code>RESCAN</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/02/cheatsheet-using-diskpart-on-a-server-core-installation-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheatsheet: How to install HP Support Pack on a Server Core installation #3</title>
		<link>http://www.thomasmaurer.ch/2010/02/cheatsheet-how-to-install-hp-support-pack-on-a-server-core-installation-3/</link>
		<comments>http://www.thomasmaurer.ch/2010/02/cheatsheet-how-to-install-hp-support-pack-on-a-server-core-installation-3/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 13:50:09 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[HP]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Core Server]]></category>
		<category><![CDATA[HP PSP]]></category>
		<category><![CDATA[HP Support Pack]]></category>
		<category><![CDATA[hyper-v core]]></category>
		<category><![CDATA[Hyper-v r2]]></category>
		<category><![CDATA[Pack]]></category>
		<category><![CDATA[PSP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Support Pack]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[Windows Server 2008 Core]]></category>
		<category><![CDATA[Windows Server 2008 R2 Core]]></category>
		<category><![CDATA[Windows Server Core]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=464</guid>
		<description><![CDATA[This is a HowTo step-by-step guide to install the HP Support Pack on a Windows Server 2008 R2 Core installation or Hyper-v Core installation. Download the latest HP ProLiant Support Pack for Windows Server 2008 R2 Eable SNMP on Windows &#8230; <a href="http://www.thomasmaurer.ch/2010/02/cheatsheet-how-to-install-hp-support-pack-on-a-server-core-installation-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a HowTo step-by-step guide to install the HP Support Pack on a Windows Server 2008 R2 Core installation or Hyper-v Core installation.</p>
<blockquote>
<ol>
<li>Download the latest <a title="HP ProLiant Support Pack" href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&amp;cc=us&amp;prodNameId=3716247&amp;prodTypeId=18964&amp;prodSeriesId=3716246&amp;swLang=13&amp;taskId=135&amp;swEnvOID=4064" target="_blank">HP ProLiant Support Pack</a> for Windows Server 2008 R2</li>
<li><a title="Enable SNMP on a Windows Server 2008 R2 Core" href="http://www.thomasmaurer.ch/2010/02/cheatsheet-add-roles-and-features-to-a-server-core-installation-2/" target="_blank">Eable SNMP</a> on Windows Server 2008 R2 Core by typing <code><strong>start /w ocsetup SNMP-SC</strong></code></li>
<li>Extract the HP ProLiant Support Pack on a Management Machine to C:\Supportpack<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/supportpack1.png" rel="lightbox[464]"><img class="aligncenter size-medium wp-image-466" title="Extract HP ProLiant Support Pack" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/supportpack1-300x231.png" alt="Extract HP ProLiant Support Pack" width="300" height="231" /></a></li>
<li>Connect to the Remote Windows Server Core for example \\hyperv01\c$<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/remoteconnect.png" rel="lightbox[464]"><img class="aligncenter size-medium wp-image-467" title="Connect to Core Server" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/remoteconnect-300x129.png" alt="Connect to Core Server" width="300" height="129" /></a></li>
<li>Create the folder C:\hp on the Remote Core Server</li>
<li>Copy the files from C:\supportpack to \\hyperv01\c$\hp<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/supportpack2.png" rel="lightbox[464]"><img class="aligncenter size-medium wp-image-468" title="Copy HP ProLiant Support Pack" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/supportpack2-300x231.png" alt="Copy HP ProLiant Support Pack" width="300" height="231" /></a></li>
<li>On the Core Server execute C:\hp\hpsum.exe<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/supportpack3.png" rel="lightbox[464]"><img class="aligncenter size-medium wp-image-469" title="execute hpsum.exe" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/supportpack3-300x153.png" alt="execute hpsum.exe" width="300" height="153" /></a></li>
<li>Install the HP Supportpack as usual<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Smartupdate1.png" rel="lightbox[464]"><img class="aligncenter size-medium wp-image-470" title="HP Smart Update Manager" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Smartupdate1-300x231.png" alt="HP Smart Update Manager" width="300" height="231" /></a><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Smartupdate2.png" rel="lightbox[464]"><img class="aligncenter size-medium wp-image-471" title="HP Smart Update Manager" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Smartupdate2-300x231.png" alt="HP Smart Update Manager" width="300" height="231" /></a><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Smartupdate3.png" rel="lightbox[464]"><img class="aligncenter size-medium wp-image-472" title="HP Smart Update Manager" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Smartupdate3-300x231.png" alt="HP Smart Update Manager" width="300" height="231" /></a><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Smartupdate4.png" rel="lightbox[464]"><img class="aligncenter size-medium wp-image-473" title="HP Smart Update Manager" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Smartupdate4-300x231.png" alt="HP Smart Update Manager" width="300" height="231" /></a></li>
<li>Reboot the Server</li>
</ol>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/02/cheatsheet-how-to-install-hp-support-pack-on-a-server-core-installation-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cheatsheet: Add roles and features to a Server Core installation #2</title>
		<link>http://www.thomasmaurer.ch/2010/02/cheatsheet-add-roles-and-features-to-a-server-core-installation-2/</link>
		<comments>http://www.thomasmaurer.ch/2010/02/cheatsheet-add-roles-and-features-to-a-server-core-installation-2/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 12:19:31 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Core Server]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[installations]]></category>
		<category><![CDATA[mmc]]></category>
		<category><![CDATA[oclist]]></category>
		<category><![CDATA[ocsetup]]></category>
		<category><![CDATA[Remote Server Manager]]></category>
		<category><![CDATA[roles]]></category>
		<category><![CDATA[sconfig]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[Windows Server 2008 Core]]></category>
		<category><![CDATA[Windows Server 2008 R2 Core]]></category>
		<category><![CDATA[Windows Server Core]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=458</guid>
		<description><![CDATA[This are some commands to add roles and features to a Windows Server 2008 R2 Core installation. You also can enable Remote MMC and Remote Server Manager to simply connect from a management server to the core server and add &#8230; <a href="http://www.thomasmaurer.ch/2010/02/cheatsheet-add-roles-and-features-to-a-server-core-installation-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This are some commands to add roles and features to a Windows Server 2008 R2 Core installation.</p>
<p>You also can enable Remote MMC and Remote Server Manager to simply connect from a management server to the core server and add roles with GUI. This may only work within a domain environment. You can enable remote management pretty easy with the sconfig.cmd. Find out more about configuring Windows Server 2008 R2 Core installations <a href="http://www.thomasmaurer.ch/2010/02/cheatsheet-configuring-a-server-core-installation-1/">here</a>.</p>
<p>List available server roles and features:</p>
<blockquote><p><code><strong>oclist</strong></code></p></blockquote>
<p>Install, uninstall and configure Active Directory Domain Service role:</p>
<blockquote><p><code><strong>dcpromo</strong></code></p></blockquote>
<p>Help for dcpromo:</p>
<blockquote><p><code>PS C:\&gt; <strong>dcpromo /?</strong></code></p>
<p><code>Command line parameters include:</code></p>
<p><code>/unattend[:filename]<br />
Used to specify the unattend operation mode or supply an unattended install script file.</code></p>
<p><code>/adv<br />
Enables advanced user options.</code></p>
<p><code>/uninstallBinaries<br />
Used to uninstall Active Directory Domain Services binaries.</code></p>
<p><code>/?[:{Promotion | CreateDcAccount | UseExistingAccount | Demotion}]</code></p>
<p><code>/?:Promotion, /?:CreateDCAccount, /?:UseExistingAccount, and /?:Demotion<br />
will display unattend parameters applicable to the specified task. /CreateDCAccount and /UseExistingAccount:Attach are mutually exclusive.</code></p>
<p><code>/CreateDCAccount<br />
Creates an RODC account.</p>
<p>/UseExistingAccount:Attach<br />
Attaches the server to an RODC account.</p>
<p>/forceRemoval<br />
Forcefully uninstalls Active Directory Domain Services on this domain controller. The account for the domain controller will not be deleted in the directory, and changes that have occurred on this domain controller since it last replicated with a partner will be lost.</p>
<p>/?<br />
Will display this help.</p>
<p>Unattend parameters can also be specified on the command-line. For example:</p>
<p>dcpromo.exe /ReplicaOrNewDomain:Replica</p>
<p></code><code>Press any key to quit ...</code></p></blockquote>
<p>Install a role or feature its basically always the same:</p>
<blockquote><p><code><strong>start /w ocsetup</strong> &lt;roleorfeature&gt;</code></p>
<p><code> </code><code><strong>start /w ocsetup DNS-Server-Core-Role</strong></code></p></blockquote>
<p>Uninstall a role or feature:</p>
<blockquote><p><code><strong>start /w ocsetup</strong> &lt;roleorfeature&gt; <strong>/uninstall</strong></code></p>
<p><code> </code><code><strong>start /w ocsetup DNS-Server-Core-Role /uninstall</strong></code></p></blockquote>
<p>Install SNMP feature:</p>
<blockquote><p><code><strong>start /w ocsetup SNMP-SC</strong></code></p></blockquote>
<p>Install Microsoft Hyper-v role:</p>
<blockquote><p><code><strong>start /w ocsetup Microsoft-Hyper-V</strong></code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/02/cheatsheet-add-roles-and-features-to-a-server-core-installation-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to create a Windows 7 &amp; Windows Server 2008 R2 Install USB Stick</title>
		<link>http://www.thomasmaurer.ch/2010/02/how-to-create-a-windows-7-windows-server-2008-r2-install-usb-stick/</link>
		<comments>http://www.thomasmaurer.ch/2010/02/how-to-create-a-windows-7-windows-server-2008-r2-install-usb-stick/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 21:36:58 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[USB Stick]]></category>
		<category><![CDATA[very simple]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=442</guid>
		<description><![CDATA[Its very simple to create a Windows 7 or Windows Server 2008 R2 bootable USB Stick. Microsoft provides a tool called Windows 7 USB/DVD Tool. This tool also works for Windows Server 2008 R2. Download Windows 7 USB/DVD Tool and &#8230; <a href="http://www.thomasmaurer.ch/2010/02/how-to-create-a-windows-7-windows-server-2008-r2-install-usb-stick/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Its very simple to create a Windows 7 or Windows Server 2008 R2 bootable USB Stick. Microsoft provides a tool called Windows 7 USB/DVD Tool. This tool also works for Windows Server 2008 R2.</p>
<blockquote>
<ol>
<li><a title="Windows 7 USB/DVD Tool" href="http://download.cnet.com/Windows-7-USB-DVD-Download-Tool/3000-18513_4-10972600.html" target="_blank">Download Windows 7 USB/DVD Tool</a> and install it</li>
<li>Start the programm and choose the .iso Image (Windows 7 or Windows Server 2008 R2)<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-22.29.35.png" rel="lightbox[442]"><img class="aligncenter size-medium wp-image-443" title="Windows 7 USB/DVD Tool 1" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-22.29.35-300x172.png" alt="Windows 7 USB/DVD Tool" width="300" height="172" /></a></li>
<li>Choose which media you want to create (USB)<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-22.30.07.png" rel="lightbox[442]"><img class="aligncenter size-medium wp-image-444" title="Windows 7 USB/DVD Tool 2" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-22.30.07-300x164.png" alt="Windows 7 USB/DVD Tool" width="300" height="164" /></a></li>
<li>Choose USB device<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-22.30.24.png" rel="lightbox[442]"><img class="aligncenter size-medium wp-image-445" title="Windows 7 USB/DVD Tool 3" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Screen-shot-2010-02-16-at-22.30.24-300x163.png" alt="Windows 7 USB/DVD Tool" width="300" height="163" /></a></li>
<li>Begin Copying and after some minutes your USB Stick is ready to use</li>
</ol>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/02/how-to-create-a-windows-7-windows-server-2008-r2-install-usb-stick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
