<?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>Thomas Maurer - Just another sys admin weblog</title>
	<atom:link href="http://www.thomasmaurer.ch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another sys admin weblog</description>
	<lastBuildDate>Wed, 03 Mar 2010 07:52:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 = Schema version 31
Windows Server 2008 RTM with all Service packs = Schema version 44
Windows Server 2008 R2 RTM [...]]]></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 may then issue at the DISKPART prompt:
 LIST Disk
 LIST Partition
LIST Volume
 SELECT Disk n
 SELECT Volume n
 SELECT Partition n
 DETAIL Disk
 [...]]]></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 Server 2008 R2 Core by typing start /w ocsetup SNMP-SC
Extract the HP ProLiant Support Pack on 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>0</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 roles with GUI. This may only work within a domain environment. You can enable remote management [...]]]></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>Cheatsheet: Configuring a Server Core installation #1</title>
		<link>http://www.thomasmaurer.ch/2010/02/cheatsheet-configuring-a-server-core-installation-1/</link>
		<comments>http://www.thomasmaurer.ch/2010/02/cheatsheet-configuring-a-server-core-installation-1/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 02:08:05 +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 Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[Core Server]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[netdom]]></category>
		<category><![CDATA[netsh]]></category>
		<category><![CDATA[sconfig]]></category>
		<category><![CDATA[sconfig.cmd]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[Task Manager]]></category>
		<category><![CDATA[taskmgr]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[Windows Server 2008 Core]]></category>
		<category><![CDATA[Windows Server 2008 R2 Core]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=448</guid>
		<description><![CDATA[After setting up my new hardware for my LAB, I thought about installing my Hyper-V Servers as Server Core installations. After reading two minutes in some blogs and the Microsoft TechNet I decided to use the Core Editions.
Basically the setup is the same as the none Core Edition or GUI Edition. But after the installation [...]]]></description>
			<content:encoded><![CDATA[<p>After setting up my new hardware for my LAB, I thought about installing my <a title="Hyper-v" href="http://www.microsoft.com/windowsserver2008/en/us/hyperv-main.aspx" target="_blank">Hyper-V Servers</a> as <a title="Core Server" href="http://www.microsoft.com/windowsserver2008/en/us/r2-compare-core-installation.aspx" target="_blank">Server Core installations</a>. After reading two minutes in some blogs and the <a title="Microsoft TechNet" href="http://technet.microsoft.com" target="_blank">Microsoft TechNet</a> I decided to use the Core Editions.</p>
<p>Basically the setup is the same as the none Core Edition or GUI Edition. But after the installation you have to configure the server without a GUI, your only way to do the basic configuration is the command promt. Btw if you close the command prompt, you can easily recover the prompt by pressing <strong>CTRL-ALT-DELETE</strong>, click Start <strong>Task Manager</strong>, click <strong>New Task</strong> and type <strong>cmd.exe</strong>.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Screen-shot-2010-02-17-at-02.32.19.png" rel="lightbox[448]"><img class="aligncenter size-medium wp-image-449" title="Windows Server 2008 R2 Core" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Screen-shot-2010-02-17-at-02.32.19-300x233.png" alt="Windows Server 2008 R2 Core" width="300" height="233" /></a></p>
<p>To do the basic configuration of your Windows Server 2008 (R2) Core, you need the following commands:</p>
<p>Checkout the existing Hostname / Computername:</p>
<blockquote><p><strong><code>hostame</code></strong> or <strong><code>ipconfig</code></strong></p></blockquote>
<p>Change the Computername / Hostname:</p>
<blockquote><p><strong><code>netdom renamecomputer</code></strong><code> &lt;ComputerName&gt; <strong>/NewName:</strong>&lt;NewComputerName&gt;</code></p></blockquote>
<p>Change the Computername / Hostname without writing the old name:</p>
<blockquote><p><code><strong>netdom renamecomputer</strong> %computername%   <strong>/NewName:</strong>&lt;NewComputerName&gt;</code></p></blockquote>
<p>Show network interfaces:</p>
<blockquote><p><code><strong>netsh interface ipv4 show interfaces</strong></code></p></blockquote>
<p>Set Static IP Address, Subnet Mask, and Default Gateway (ID is the shown number in the <strong>Idx</strong> column when you show your network interfaces):</p>
<blockquote><p><code><strong>netsh interface ipv4 set address name="</strong>&lt;ID&gt;<strong>" source=static address=</strong>&lt;StaticIP&gt;<strong> mask=</strong>&lt;SubnetMask&gt;<strong> gateway=</strong>&lt;DefaultGateway&gt;</code></p></blockquote>
<p>Set DNS Server (index= is the priority of the DNS Server):</p>
<blockquote><p><code><strong>netsh interface ipv4 add dnsserver name="</strong>&lt;ID<em>&gt;</em><strong>" address=</strong>&lt;DNSIP&gt;<strong>index=1</strong></code></p></blockquote>
<p>Join a Domain:</p>
<blockquote><p><code><strong>netdom join </strong>&lt;ComputerName<em>&gt;</em><strong> /domain:</strong>&lt;DomainName&gt;<strong> /userd:</strong>&lt;UserName&gt;<strong> /passwordd:*</strong></code></p></blockquote>
<p>Add a Domain User to the local administrator group:</p>
<blockquote><p><code><strong>net localgroup administrators /add </strong>&lt;DomainName&gt;<strong>\</strong>&lt;UserName&gt;</code></p></blockquote>
<p>Change or set the product key of your server:</p>
<blockquote><p><code><strong>slmgr.vbs –ipk</strong>&lt;productkey&gt;</code></p></blockquote>
<p>Active the server licence:</p>
<blockquote><p><code><strong>slmgr.vbs -ato</strong></code><strong></strong></p>
<p>If activation is successful, no message will return in the command prompt</p></blockquote>
<p>Configure the firewall:</p>
<blockquote><p><code><strong>netsh advfirewall</strong></code></p>
<p><code> </code><code><strong>netsh advfirewall firewall set rule group="Remote Administration" new enable=yes</strong></code></p></blockquote>
<p>Enable Remote Desktop:</p>
<blockquote><p><code><strong>cscript c:\windows\system32\scregedit.wsf /ar 0</strong></code></p></blockquote>
<p>Restart the Computer:</p>
<blockquote><p><code><strong>shutdown /r /t 0</strong></code></p></blockquote>
<p>Open Task Manager with the command prompt:</p>
<blockquote><p><code><strong>taskmgr</strong></code></p></blockquote>
<p>List event logs:</p>
<blockquote><p><code><strong>wevtutil el</strong></code></p></blockquote>
<p>Find something in the event log:</p>
<blockquote><p><strong><code>wevtutil qe /f:</strong>&lt;text&gt;</code></p></blockquote>
<p>List running services:</p>
<blockquote><p><strong><code>sc query</code></strong></p>
<p>or</p>
<p><strong><code>net start</code></strong></p></blockquote>
<p>List running tasks:</p>
<blockquote><p><strong><code>tasklist</code></strong></p></blockquote>
<p>to active Powershell type:</p>
<blockquote><p><strong><code>powershell</code></strong></p></blockquote>
<p>For the most of this simple tasks there is also a configuration tool, which makes it very easy to do your first configuration with Windows Server 2008 Core Edition. The Tool is called sconfig, and its very simple, just start the program with the following command:</p>
<blockquote><p><code><strong>sconfig.cmd</strong></code></p></blockquote>
<p>Now this will open the following configuration utility:</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Screen-shot-2010-02-17-at-03.06.41.png" rel="lightbox[448]"><img class="aligncenter size-medium wp-image-452" title="Windows Server Core Sconfig.cmd" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/02/Screen-shot-2010-02-17-at-03.06.41-300x232.png" alt="Windows Server Core Sconfig.cmd" width="300" height="232" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/02/cheatsheet-configuring-a-server-core-installation-1/feed/</wfw:commentRss>
		<slash:comments>0</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 install it
Start the programm and choose the .iso Image (Windows 7 or Windows Server 2008 R2)

Choose [...]]]></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>
		<item>
		<title>Sharepoint 2007 or WSS 3.0 export/import</title>
		<link>http://www.thomasmaurer.ch/2010/02/sharepoint-2007-or-wss-3-0-exportimport/</link>
		<comments>http://www.thomasmaurer.ch/2010/02/sharepoint-2007-or-wss-3-0-exportimport/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 09:47:43 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[Import]]></category>
		<category><![CDATA[Microsoft Office 2010]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[STSADMIN]]></category>
		<category><![CDATA[STSADMIN.EXE]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=426</guid>
		<description><![CDATA[How to do a Sharepoint site export:


stsadm -o export -url http://sharepointsite -filename c:\backup\sharepointsite.bak -includeusersecurity -versions 4 -nofilecompression


Hot to do a Sharepoint site import:


stsadm –o import –url http://sharepointsite -filename c:\backup\sharepointsite.bak –includeusersecurity


More information to stsadm:

C:\&#62;stsadm -help export

stsadm.exe -o export
           -url &#60;URL to be exported&#62;
     [...]]]></description>
			<content:encoded><![CDATA[<p>How to do a Sharepoint site export:</p>
<blockquote>
<ul>
<li><code>stsadm -o export -url http://sharepointsite -filename c:\backup\sharepointsite.bak -includeusersecurity -versions 4 -nofilecompression</code></li>
</ul>
</blockquote>
<p>Hot to do a Sharepoint site import:</p>
<blockquote>
<ul>
<li><code>stsadm –o import –url http://sharepointsite -filename c:\backup\sharepointsite.bak –includeusersecurity</code></li>
</ul>
</blockquote>
<p>More information to stsadm:</p>
<blockquote>
<pre><code>C:\&gt;stsadm -help export

stsadm.exe -o export
           -url &lt;URL to be exported&gt;
           -filename &lt;export file name&gt;
               [-overwrite]
           [-includeusersecurity]
           [-haltonwarning]
           [-haltonfatalerror]
           [-nologfile]
           [-versions &lt;1-4&gt;
               1 - Last major version for files and list items (default)
               2 - The current version, either the last major or the last minor
               3 - Last major and last minor version for files and list items
               4 - All versions for files and list items]
           [-cabsize &lt;integer from 1-1024 megabytes&gt; (default: 25)]
           [-nofilecompression]
           [-quiet]</code></pre>
<pre><span style="font-family: monospace, Monaco, 'Courier New', Courier, monospace;">
<pre><code>C:\&gt;stsadm -help import

stsadm.exe -o import
           -url &lt;URL to import to&gt;
           -filename &lt;import file name&gt;
           [-includeusersecurity]
           [-haltonwarning]
           [-haltonfatalerror]
           [-nologfile]
           [-updateversions &lt;1-3&gt;
               1 - Add new versions to the current file (default)
               2 - Overwrite the file and all its versions (delete then insert)
               3 - Ignore the file if it exists on the destination]
           [-nofilecompression]
           [-quiet]</code></pre>
<pre><span style="font-family: monospace, Monaco, 'Courier New', Courier, monospace;">
</span></pre>
<p></span></pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/02/sharepoint-2007-or-wss-3-0-exportimport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to integrate (slipstream) SQL Server 2008 and SP1</title>
		<link>http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/</link>
		<comments>http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 08:08:31 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[MS SQL 2008]]></category>
		<category><![CDATA[MS SQL Server 2008]]></category>
		<category><![CDATA[MS SQL Server 2008 SP1]]></category>
		<category><![CDATA[Slipstream]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2008]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=419</guid>
		<description><![CDATA[To install SQL Server 2008 on a Windows Server 2008 R2 you need a slipstream version of SQL Server 2008 with integrated Servicepack 1. At the moment you can&#8217;t download SQL Server 2008 with integrated SP1, so you have to create your own slipstream version.
1. Copy your original SQL Server 2008 source media to c:\SQLServer2008_FullSP1
2. [...]]]></description>
			<content:encoded><![CDATA[<p>To install SQL Server 2008 on a Windows Server 2008 R2 you need a slipstream version of SQL Server 2008 with integrated Servicepack 1. At the moment you can&#8217;t download SQL Server 2008 with integrated SP1, so you have to create your own slipstream version.</p>
<blockquote><p>1. Copy your original SQL Server 2008 source media to c:\SQLServer2008_FullSP1</p>
<p>2. Download Service Pack 1 from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19">http://www.microsoft.com/downloads/details.aspx?FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19</a>. The three architectures of Service Pack 1 should be included, the package names are as follows:</p>
<ul>
<li>SQLServer2008SP1-KB968369-IA64-ENU.exe</li>
<li>SQLServer2008SP1-KB968369-x64-ENU.exe</li>
<li>SQLServer2008SP1-KB968369-x86-ENU.exe</li>
</ul>
<p>3. Extract the packages as follows:</p>
<ul>
<li><code>SQLServer2008SP1-KB968369-IA64-ENU.exe /x:c:\SQLServer2008_FullSP1\PCU</code></li>
<li><code>SQLServer2008SP1-KB968369-x64-ENU.exe /x:c:\SQLServer2008_FullSP1\PCU</code></li>
<li><code>SQLServer2008SP1-KB968369-x86-ENU.exe /x:c:\SQLServer2008_FullSP1\PCU</code></li>
</ul>
<p>4. Copy Setup.exe and Setup.rll from the PCU extracted location to original source media location</p>
<ul>
<li><code>robocopy C:\SQLServer2008_FullSP1\PCU c:\SQLServer2008_FullSP1 Setup.exe</code></li>
<li><code>robocopy C:\SQLServer2008_FullSP1\PCU c:\SQLServer2008_FullSP1 Setup.rll</code></li>
</ul>
<p>5. Copy all files not the folders, <strong>except the Microsoft.SQL.Chainer.PackageData.dll</strong>, in c:\SQLServer2008_FullSP1\PCU\&lt;architecture&gt; to C:\SQLServer2008_FullSP1 \&lt;architecture&gt; to update the original files.</p>
<ul>
<li><code>robocopy C:\SQLServer2008_FullSP1\pcu\x86 C:\SQLServer2008_FullSP1\x86 /XF Microsoft.SQL.Chainer.PackageData.dll</code></li>
<li><code>robocopy C:\SQLServer2008_FullSP1\pcu\x64 C:\SQLServer2008_FullSP1\x64 /XF Microsoft.SQL.Chainer.PackageData.dll</code></li>
<li><code>robocopy C:\SQLServer2008_FullSP1\pcu\ia64 C:\SQLServer2008_FullSP1\ia64 /XF Microsoft.SQL.Chainer.PackageData.dll</code></li>
</ul>
<p>6. Determine if you have a defaultsetup.ini at the following locations:</p>
<ul>
<li>C:\SQLServer2008_FullSP1\x86</li>
<li>C:\SQLServer2008_FullSP1\x64</li>
<li>C:\SQLServer2008_FullSP1\ia64</li>
</ul>
<p>If you have a defaultsetup.ini, add PCUSOURCE=&#8221;{Full path}\PCU&#8221;.</p>
<p>NOTE: The {Full path} needs to be the absolute path to the PCU folder. If you will just be running from local folder it would be C:\SQLServer2008_FullSP1. If you will eventually share this folder out, {Full path} would be \\MyServer\SQLServer2008_FullSP1.</p>
<p>See question #11 <a href="http://blogs.msdn.com/petersad/archive/2009/04/24/sql-server-2008-slipstream-frequently-asked-questions.aspx">here</a> if you would like to use a relative path.<br />
;SQLSERVER2008 Configuration File</p>
<p>[SQLSERVER2008]</p>
<p>&#8230;</p>
<p><strong> PCUSOURCE=&#8221;{Full path}\PCU&#8221;</strong><br />
If you do NOT have a defaultsetup.ini, create one with the following content:<br />
;SQLSERVER2008 Configuration File</p>
<p>[SQLSERVER2008]</p>
<p>PCUSOURCE=&#8221;{full path}\PCU&#8221;<br />
and copy to the following locations:</p>
<p>C:\SQLServer2008_FullSP1\x86</p>
<p>C:\SQLServer2008_FullSP1\x64</p>
<p>C:\SQLServer2008_FullSP1\ia64<br />
This file will tell the setup program where to locate the SP1 source media that you extracted in step 3.<br />
7. Now run setup.exe as you normally would.</p></blockquote>
<p>More Information can be found on <a href="http://blogs.msdn.com/petersad/archive/2009/02/25/sql-server-2008-creating-a-merged-slisptream-drop.aspx">this msdn blog</a>. Thanks to <a href="http://blogs.msdn.com/user/Profile.aspx?UserID=170021">Peter Saddow</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/02/how-to-integrate-slipstream-sql-server-2008-and-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Bing Bang Theory: Windows 7 is much more userfriendly than Windows Vista</title>
		<link>http://www.thomasmaurer.ch/2010/01/the-bing-bang-theory-windows-7-is-much-more-userfriendly-than-windows-vista/</link>
		<comments>http://www.thomasmaurer.ch/2010/01/the-bing-bang-theory-windows-7-is-much-more-userfriendly-than-windows-vista/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 19:09:33 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Ads]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[Ad]]></category>
		<category><![CDATA[Micorsoft]]></category>
		<category><![CDATA[TBBT]]></category>
		<category><![CDATA[The Big Bang Theory]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=414</guid>
		<description><![CDATA[Windows 7 is much more user-friendly than Windows Vista. I don&#8217;t like that. &#8211; The Big Bang Theory

The Big Bang Theory: Windows 7 is much more userfriendly than Windows Vista
]]></description>
			<content:encoded><![CDATA[<p>Windows 7 is much more user-friendly than Windows Vista. I don&#8217;t like that. &#8211; The Big Bang Theory</p>
<p><object width="500" height="315"><param name="movie" value="http://www.youtube.com/v/QKZUg-bTOak&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QKZUg-bTOak&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed></object></p>
<p><a href="http://www.youtube.com/watch?v=QKZUg-bTOak">The Big Bang Theory: Windows 7 is much more userfriendly than Windows Vista</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/01/the-bing-bang-theory-windows-7-is-much-more-userfriendly-than-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring IIS for Silverlight Applications</title>
		<link>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/</link>
		<comments>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 13:05:10 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[.xaml]]></category>
		<category><![CDATA[.xap]]></category>
		<category><![CDATA[.xbab]]></category>
		<category><![CDATA[IIS Manager]]></category>
		<category><![CDATA[IIS6]]></category>
		<category><![CDATA[mime]]></category>
		<category><![CDATA[mime types]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[silverlight 3]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=391</guid>
		<description><![CDATA[You can simply add Silverlight support to your IIS6 webserver running on Windows Server 2003.
To enable IIS 6.0 in Windows Server 2003 or IIS7 in Windows Vista RTM with the appropriate MIME Types, add:

.xap     application/x-silverlight-app
.xaml    application/xaml+xml
.xbap    application/x-ms-xbap


Adding MIME Types by a simple VB script:

Here is a VBS script you could run to enable each of these types:


Const ADS_PROPERTY_UPDATE = [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/01/silverlight.png" rel="lightbox[391]"><img class="size-medium wp-image-395  aligncenter" title="silverlight" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/01/silverlight-271x300.png" alt="silverlight" width="271" height="300" /></a>You can simply add Silverlight support to your IIS6 webserver running on Windows Server 2003.</p>
<p>To enable IIS 6.0 in Windows Server 2003 or IIS7 in Windows Vista RTM with the appropriate MIME Types, add:</p>
<ul>
<li>.xap     application/x-silverlight-app</li>
<li>.xaml    application/xaml+xml</li>
<li>.xbap    application/x-ms-xbap</li>
</ul>
<blockquote>
<h3>Adding MIME Types by a simple VB script:</h3>
<ul>
<li>Here is a VBS script you could run to enable each of these types:</li>
</ul>
<p><code><br />
Const ADS_PROPERTY_UPDATE = 2<br />
'<br />
if WScript.Arguments.Count &lt; 2 then<br />
WScript.Echo "Usage: " + WScript.ScriptName + " extension mimetype"<br />
WScript.Quit<br />
end if<br />
'<br />
'Get the mimemap object.<br />
Set MimeMapObj = GetObject("IIS://LocalHost/MimeMap")<br />
'<br />
'Get the mappings from the MimeMap property.<br />
aMimeMap = MimeMapObj.GetEx("MimeMap")<br />
'<br />
' Add a new mapping.<br />
i = UBound(aMimeMap) + 1<br />
Redim Preserve aMimeMap(i)<br />
Set aMimeMap(i) = CreateObject("MimeMap")<br />
aMimeMap(i).Extension = WScript.Arguments(0)<br />
aMimeMap(i).MimeType = WScript.Arguments(1)<br />
MimeMapObj.PutEx ADS_PROPERTY_UPDATE, "MimeMap", aMimeMap<br />
MimeMapObj.SetInfo<br />
'<br />
WScript.Echo "MimeMap successfully added: "<br />
WScript.Echo "    Extension: " + WScript.Arguments(0)<br />
WScript.Echo "    Type:      " + WScript.Arguments(1)</code></p>
<ul>
<li>If you copy and paste the code above into a VBS file and save it as ADDMIMETYPE.VBS the syntax to add each type would be:</li>
</ul>
<p>ADDMIMETYPE.VBS  .xap  application/x-silverlight-app ADDMIMETYPE.VBS  .xaml application/xaml+xmlADDMIMETYPE.VBS  .xbap application/x-ms-xbap</p>
<p>or you could add it very simple over the IIS Manager.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.238 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-10 12:23:59 -->
