<?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 (tm)</title>
	<atom:link href="http://www.thomasmaurer.ch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Wed, 16 May 2012 16:19:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Windows Server 2012 &#8211; Add and Remove GUI</title>
		<link>http://www.thomasmaurer.ch/2012/05/windows-server-2012-add-and-remove-gui/</link>
		<comments>http://www.thomasmaurer.ch/2012/05/windows-server-2012-add-and-remove-gui/#comments</comments>
		<pubDate>Wed, 16 May 2012 16:19:00 +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 2008 R2]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<category><![CDATA[Windows Server 8]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows Server 2012 Core]]></category>
		<category><![CDATA[Windows Server 8 Core]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=3443</guid>
		<description><![CDATA[Microsoft worked hard on the management of the new Windows Server 2012. In Windows Server 2008 R2 you had to choose during the Installation if the Server is a Windows Server Full Installation (with GUI) or a Windows Server Core &#8230; <a href="http://www.thomasmaurer.ch/2012/05/windows-server-2012-add-and-remove-gui/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter size-full wp-image-3206" title="Windows Server 8" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/03/windowsserver8.png" alt="Windows Server 8" width="287" height="59" /></p>
<p>Microsoft worked hard on the management of the new Windows Server 2012. In Windows Server 2008 R2 you had to choose during the Installation if the Server is a Windows Server Full Installation (with GUI) or a Windows Server Core Installation (without GUI). In Windows Server 2012 you can add and remove the GUI from the server.</p>
<h1>Add GUI on a Core Server</h1>
<p>On a Core Server you can add the with the following PowerShell command</p>
<pre>
Add-WindowsFeature Server-GUI-Shell
</pre>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/add-windowsfeature-server-gui-shell.png"><img class="aligncenter size-medium wp-image-3444" title="add-windowsfeature server-gui-shell" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/add-windowsfeature-server-gui-shell-300x225.png" alt="add-windowsfeature server-gui-shell" width="300" height="225" /></a></p>
<p>After the Installation you have to restart the server</p>
<pre> Restart-Computer</pre>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/AddGUIPowershell.png"><img class="aligncenter size-medium wp-image-3477" title="AddGUIPowershell" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/AddGUIPowershell-300x151.png" alt="AddGUIPowershell" width="300" height="151" /></a></p>
<h1>Remove GUI on a Server</h1>
<p>There are two ways you could do that, first via Server Manager remote the GUI feature:</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/RemoveGUI.png"><img class="aligncenter size-medium wp-image-3473" title="RemoveGUI" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/RemoveGUI-300x219.png" alt="RemoveGUI" width="300" height="219" /></a></p>
<p>Or via Windows PowerShell</p>
<pre> Remove-WindowsFeature Server-GUI-Shell</pre>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/RemoveGUIPowershell.png"><img class="aligncenter size-medium wp-image-3474" title="Remove GUI with Powershell" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/RemoveGUIPowershell-300x193.png" alt="Remove GUI with Powershell" width="300" height="193" /></a></p>
<p>It is also important that you understand that Windows Server 2012 has three different GUI options.</p>
<ul>
<li>Core</li>
<li>GUI</li>
<li>GUI with Management Tools</li>
</ul>
<p>So if you activate the GUI you do not get all of the Management tools automatically. You have also to activate the &#8220;Management tools GUI&#8221;.</p>
<div class="shr-publisher-3443"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2012/05/windows-server-2012-add-and-remove-gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD Support on Windows Server Hyper-V</title>
		<link>http://www.thomasmaurer.ch/2012/05/freebsd-support-on-windows-server-hyper-v/</link>
		<comments>http://www.thomasmaurer.ch/2012/05/freebsd-support-on-windows-server-hyper-v/#comments</comments>
		<pubDate>Fri, 11 May 2012 15:09:52 +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[Private Cloud]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<category><![CDATA[Windows Server 8]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Datacenter]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Openness@Microsoft]]></category>
		<category><![CDATA[Virtual Machine]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=3692</guid>
		<description><![CDATA[Big news from the Open Source guys at Microsoft. Microsoft, Citrix and NetApp together with the FreeBSD community announced the support of FreeBSD for Hyper-V. I think this is a very important step to get Hyper-V in a better position. &#8230; <a href="http://www.thomasmaurer.ch/2012/05/freebsd-support-on-windows-server-hyper-v/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter size-medium wp-image-1867" title="Hyper-V R2 SP1" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/3056.hyper-v2-large-msg_thumb_0D8890EC-300x168.jpg" alt="Hyper-V R2 SP1" width="300" height="168" /></p>
<p>Big news from the Open Source guys at Microsoft. Microsoft, Citrix and NetApp together with the FreeBSD community announced the support of FreeBSD for Hyper-V. I think this is a very important step to get Hyper-V in a better position. A lot of Hosting providers I know are running FreeBSD machines, and now with the support they can run it on Hyper-V.</p>
<p>Check out this post about <a title="FreeBSD Support on Windows Server Hyper-V" href="http://blogs.technet.com/b/openness/archive/2012/05/10/freebsd-support-on-windows-server-hyper-v.aspx" target="_blank">FreeBSD Support on Windows Server Hyper-V</a> on <a title="Openness@Microsoft" href="http://www.microsoft.com/en-us/openness/default.aspx#home" target="_blank">Openness@Microsoft</a> blog.</p>
<blockquote><p>Virtualization technology plays an increasingly critical role at all levels of IT, from the desktop to the datacenter. As more organizations use virtualization to manage mission-critical workloads, they are taking advantage of the cost-saving benefits of server consolidation and building foundations for private, public and hybrid cloud computing. To help customers adopt virtualization and progress toward cloud computing, Microsoft is committed to supporting multiple platforms with its server virtualization solution. Tomorrow at BSDCan 2012, Microsoft and its partners NetApp and Citrix will extend this cross-platform commitment, presenting FreeBSD support on Windows Server Hyper-V.</p>
<p>The FreeBSD drivers will allow FreeBSD to run as a first-class guest on the Windows Server Hyper-V hypervisor. The drivers will be fully released early this summer, including the source code for the drivers under the BSD license, and will initially work with FreeBSD 8.2 and 8.3 on Windows Server 2008 R2.</p>
<p>For Microsoft the project breaks new ground – it’s the first project in which open source co-development was done with commercial partners like NetApp and Citrix. Also, the FreeBSD community is a new relationship for us relative to other open source communities that we’ve worked with for years. It was invaluable to have partners NetApp and Citrix, both users of and contributors to FreeBSD, be so knowledgeable about how to enable their products to run on Hyper-V with high performance. Given their expertise, they focused their attention mostly on the storage and network aspects of the drivers respectively, but the project was a joint effort in all aspects. Microsoft partnered with Insight Global on developing the VMBUS driver, which is the core that interfaces between the guest operating system and the host Windows Server Hyper-V hypervisor. From the earliest stages the code was intended to be open source, with the goal of incorporating it into the core of FreeBSD. This drove decisions such as using Github as the software development infrastructure.</p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="shr-publisher-3692"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2012/05/freebsd-support-on-windows-server-hyper-v/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>System Center 2012 Unified Installer – Step by Step – Part 3</title>
		<link>http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-3/</link>
		<comments>http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-3/#comments</comments>
		<pubDate>Wed, 09 May 2012 14:54:35 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Private Cloud]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager 2012]]></category>
		<category><![CDATA[System Center Virtual Machine Manager 2012]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[SCAC]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCDPM]]></category>
		<category><![CDATA[SCO]]></category>
		<category><![CDATA[SCOM]]></category>
		<category><![CDATA[SCSM]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[System Center 2012]]></category>
		<category><![CDATA[Unified Installer]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=3654</guid>
		<description><![CDATA[In the first two posts we did all the preperation for the System Center 2012 Unified Installer. Now in this post we are going finally to run the Unified Installer. System Center 2012 Unified Installer – Step by Step – Part 1 System Center &#8230; <a href="http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter size-full wp-image-1847" title="Microsoft System Center Logo" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/logo_msft_sc.png" alt="Microsoft System Center Logo" width="180" height="40" /><br />
In the first two posts we did all the preperation for the System Center 2012 Unified Installer. Now in this post we are going finally to run the Unified Installer.</p>
<ul>
<li><a title="System Center 2012 Unified Installer – Step by Step – Part 1" href="http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-1/" target="_blank">System Center 2012 Unified Installer – Step by Step – Part 1</a></li>
<li><a title="System Center 2012 Unified Installer – Step by Step – Part 2" href="http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-2/" target="_blank">System Center 2012 Unified Installer – Step by Step – Part 2</a></li>
<li><a title="System Center 2012 Unified Installer – Step by Step – Part 3" href="http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-3/" target="_blank">System Center 2012 Unified Installer – Step by Step – Part 3</a></li>
</ul>
<p>&nbsp;</p>
<ol>
<li>Start the System Center Unified Installer<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-Setup.png"><img class="aligncenter size-medium wp-image-3661" title="System Center Unified Installer Setup" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-Setup-300x226.png" alt="System Center Unified Installer Setup" width="300" height="226" /></a></li>
<li>The System Center Unified Installer is not made for production so read the warning and click okay.<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-Warning.png"><img class="aligncenter size-medium wp-image-3662" title="System Center Unified Installer Warning" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-Warning-300x156.png" alt="System Center Unified Installer Warning" width="300" height="156" /></a></li>
<li>Choose the System Center components you want to install.<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-parts.png"><img class="aligncenter size-medium wp-image-3663" title="System Center Unified Installer parts" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-parts-300x226.png" alt="System Center Unified Installer parts" width="300" height="226" /></a></li>
<li>Set the component media Location for each System Center product<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-component-location.png"><img class="aligncenter size-medium wp-image-3664" title="System Center Unified Installer component location" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-component-location-300x226.png" alt="System Center Unified Installer component location" width="300" height="226" /></a></li>
<li>Accept the License Terms for Configuration Manager and the Prerequisite License Terms<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/Coniguration-Manager-License-Terms.png"><img class="aligncenter size-medium wp-image-3665" title="Coniguration Manager License Terms" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/Coniguration-Manager-License-Terms-300x226.png" alt="Coniguration Manager License Terms" width="300" height="226" /></a><br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/Prerequisite-License-Terms.png"><img class="aligncenter size-medium wp-image-3666" title="Prerequisite License Terms" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/Prerequisite-License-Terms-300x226.png" alt="Prerequisite License Terms" width="300" height="226" /></a></li>
<li>Choose the Prerequisite Meida Locations<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/Prerequisite-Media-Location.png"><img class="aligncenter size-medium wp-image-3667" title="Prerequisite Media Location" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/Prerequisite-Media-Location-300x226.png" alt="Prerequisite Media Location" width="300" height="226" /></a></li>
<li>Specify the Installation Location<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/Installation-Destination-Location.png"><img class="aligncenter size-medium wp-image-3668" title="Installation Destination Location" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/Installation-Destination-Location-300x226.png" alt="Installation Destination Location" width="300" height="226" /></a></li>
<li>Select the System Center Target servers<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Servers.png"><img class="aligncenter size-medium wp-image-3669" title="System Center Servers" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Servers-300x226.png" alt="System Center Servers" width="300" height="226" /></a></li>
<li>Select System Center Service Accounts<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Service-Accounts.png"><img class="aligncenter size-medium wp-image-3670" title="System Center Service Accounts" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Service-Accounts-300x226.png" alt="System Center Service Accounts" width="300" height="226" /></a></li>
<li>provide some additional Setup information<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/Coponent-Specific-Questions.png"><img class="aligncenter size-medium wp-image-3671" title="Coponent Specific Questions" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/Coponent-Specific-Questions-300x226.png" alt="Coponent Specific Questions" width="300" height="226" /></a></li>
<li>Check the summary and click install<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-Install.png"><img class="aligncenter size-medium wp-image-3672" title="System Center Unified Installer Install" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-Install-300x226.png" alt="System Center Unified Installer Install" width="300" height="226" /></a></li>
<li>Now the System Center Unified Installer will Setup the first Server with System Center Orchestrator<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Orchestrator.png"><img class="aligncenter size-medium wp-image-3675" title="System Center Orchestrator" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Orchestrator-300x226.png" alt="System Center Orchestrator" width="300" height="226" /></a></li>
<li>After Orchestrator is deployed, it will Launch some Orchestrator runbooks to install the other System Center parts.<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Setup.png"><img class="aligncenter size-medium wp-image-3676" title="System Center Setup" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Setup-300x226.png" alt="System Center Setup" width="300" height="226" /></a></li>
<li>After all products are installed, SCUI will do a cleanup<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-Cleanup.png"><img class="aligncenter size-medium wp-image-3677" title="System Center Unified Installer Cleanup" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-Cleanup-300x226.png" alt="System Center Unified Installer Cleanup" width="300" height="226" /></a></li>
<li>And about 3 hours later you are done<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-Summary.png"><img class="aligncenter size-medium wp-image-3678" title="System Center Unified Installer Summary" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-Summary-300x226.png" alt="System Center Unified Installer Summary" width="300" height="226" /></a></li>
</ol>
<p>I think this is very cool and can you save a lot of time if you are doing a Proof of Concept or a Lab deployment of the System Center products.</p>
<div class="shr-publisher-3654"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>System Center 2012 Unified Installer &#8211; Step by Step &#8211; Part 2</title>
		<link>http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-2/</link>
		<comments>http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-2/#comments</comments>
		<pubDate>Tue, 08 May 2012 15:21:07 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Private Cloud]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager 2012]]></category>
		<category><![CDATA[System Center Virtual Machine Manager 2012]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[SCAC]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCDPM]]></category>
		<category><![CDATA[SCO]]></category>
		<category><![CDATA[SCOM]]></category>
		<category><![CDATA[SCSM]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[System Center 2012]]></category>
		<category><![CDATA[Unified Installer]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=3615</guid>
		<description><![CDATA[In my first post about the System Center 2012 Unified Installer I wrote about the prerequisites you need, to do a System Center 2012 deployment with the Unified Installer. In the second part I will write how you have to &#8230; <a href="http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter size-full wp-image-1847" title="Microsoft System Center Logo" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/logo_msft_sc.png" alt="Microsoft System Center Logo" width="180" height="40" /></p>
<p>In my first post about the System Center 2012 Unified Installer I wrote about the prerequisites you need, to do a System Center 2012 deployment with the Unified Installer. In the second part I will write how you have to prepare the Installer and the Target servers.</p>
<ul>
<li><a title="System Center 2012 Unified Installer – Step by Step – Part 1" href="http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-1/" target="_blank">System Center 2012 Unified Installer – Step by Step – Part 1</a></li>
<li><a title="System Center 2012 Unified Installer – Step by Step – Part 2" href="http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-2/" target="_blank">System Center 2012 Unified Installer – Step by Step – Part 2</a></li>
<li><a title="System Center 2012 Unified Installer – Step by Step – Part 3" href="http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-3/" target="_blank">System Center 2012 Unified Installer – Step by Step – Part 3</a></li>
</ul>
<p>It&#8217;s still important: Neither the System Center Unified Installer nor this guide is made to deploy the System Center Suite in production. It is only for lab or demo environments.</p>
<p>In my case I created two OUs to deploy my small lab. One for the Installer Computer and one for all the System Center servers. And I created some GPOs to save some time.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-Installer.png"><img class="aligncenter size-medium wp-image-3618" title="SC2012 Installer" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-Installer-300x247.png" alt="SC2012 Installer" width="300" height="247" /></a><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-Servers.png"><img class="aligncenter size-medium wp-image-3619" title="SC2012 Servers" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-Servers-300x247.png" alt="SC2012 Servers" width="300" height="247" /></a><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-Servers-GPO.png"><img class="aligncenter size-medium wp-image-3620" title="SC2012 Servers GPO" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-Servers-GPO-300x191.png" alt="SC2012 Servers GPO" width="300" height="191" /></a></p>
<p>&nbsp;</p>
<h1>Preparing the Installer Computer for System Center 2012 &#8211; Unified Installer</h1>
<ol>
<li>First I installed a Server with Windows Server 2008 R2 SP1 as the installer Computer and installed all the patches which came with Windows Updates.</li>
<li>Now you have to do some configuration of WinRM. You can do this via Group Policy or CMD commands.<br />
Computer Configuration / Administrative Templates / System / Credential Delegation / Allow Delegating Fresh Credentials (<strong>Enabled</strong> with the value: &#8220;<strong>WSMAN/*</strong>&#8221; and <strong>Concatenate OS defaults with input above</strong> selected)<br />
Computer Configuration / Administrative Templates / System / Credential Delegation / Allow Delegating Fresh Credentials with NTLM-only Server Authentication (<strong>Enabled</strong> with the value: &#8220;<strong>WSMAN/*</strong>&#8221; and <strong>Concatenate OS defaults with input above</strong> selected)<br />
Computer Configuration / Administrative Templates / Windows Components / Windows Remote Management (WRM) / WinRm Client / Allow CredSSP authentication (<strong>Enabled</strong>)<br />
Computer Configuration / Administrative Templates / Windows Components / Windows Remote Management (WRM) / WinRm Client / Trusted Hosts (<strong>Enabled</strong> with a <strong>*</strong> in the <strong>TrustedHostsList</strong> option)<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-Installer-GPO.png"><img class="aligncenter size-medium wp-image-3624" title="SC2012 Installer GPO" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-Installer-GPO-300x276.png" alt="SC2012 Installer GPO" width="300" height="276" /></a></li>
<li>You could also run the following comands
<pre>winrm set winrm/config/client/auth @{CredSSP="True"}
winrm set winrm/config/client @{TrustedHosts="*"}
winrm qc</pre>
</li>
<li>Now you you have to open some Firewall ports, you can do this also via Group Policy or in the local Windows Firewall settings.<br />
Create a new Inbound role for the following ports:<br />
TCP 81<br />
TCP 1433<br />
UDP 1434<br />
ICMP v4<br />
Because it is a demo or lab Environment you could also disable the Firewall</li>
</ol>
<p>On the User&#8217;s Guide for System Center 2012 &#8211; Unified Installer you can get more Information <a title="SCUI" href="http://technet.microsoft.com/en-us/library/hh751275.aspx" target="_blank">how you can prepare the Installer Computer</a>.</p>
<h1>Preparing a Target Servers for System Center 2012 Components</h1>
<ol>
<li>First I installed a Server with Windows Server 2008 R2 SP1 as the installer Computer and installed all the patches which came with Windows Updates.</li>
<li>Like for the Installer Computer we also have to create some GPOs for the Target Servers.<br />
Computer Configuration / Administrative Templates / Windows Components / Windows Remote Management (WinRM) / WinRM Service / Allow automatic configuration of listeners (<strong>Enabled</strong> and the for the values of <strong>IPv4 filter</strong> and <strong>IPv6 filter</strong> type <strong>*</strong>)<br />
Computer Configuration / Administrative Templates / Windows Components / Windows Remote Management (WinRM) / WinRM Service / Allow CredSSP authentication (<strong>Enabled</strong>)<br />
Computer Configuration / Administrative Templates / Windows Components / Windows Remote Shell / Allow Remote Shell Access (<strong>Enabled</strong>)<br />
Computer Configuration / Administrative Templates / Windows Components / Windows Remote Shell / Specify maximum amount of memory in MB per Shell (<strong>Enabled</strong> and set <strong>MaxMemoryPerShellMB</strong> to <strong>2048</strong>)<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-SC-Servers-GPO.png"><img class="aligncenter size-medium wp-image-3625" title="SC2012 SC Servers GPO" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-SC-Servers-GPO-300x276.png" alt="SC2012 SC Servers GPO" width="300" height="276" /></a>You could also run the following commands on the target servers.</p>
<pre>winrm qc -q
winrm set winrm/config/service/auth @{CredSSP="True"}
winrm set winrm/config/winrs @{AllowRemoteShellAccess="True"}
winrm set winrm/config/winrs @{MaxMemoryPerShellMB="2048"}</pre>
</li>
</ol>
<h1>Create Installer User and Service Users</h1>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-Service-Accounts.png"><img class="aligncenter size-medium wp-image-3632" title="SC2012 Service Accounts" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-Service-Accounts-300x247.png" alt="SC2012 Service Accounts" width="300" height="247" /></a></p>
<p>&nbsp;</p>
<p>I also created a Service Users for every System Center product, you could also just use the same user account for all products.</p>
<ul>
<li>svc-sc2012-scvmm</li>
<li>svc-sc2012-scac</li>
<li>svc-sc2012-sco</li>
<li>svc-sc2012-scom</li>
<li>svc-sc2012-sccm</li>
<li>svc-sc2012-scsm</li>
<li>svc-sc2012-scdpm</li>
</ul>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-Installer-Account.png"><img class="aligncenter size-medium wp-image-3633" title="SC2012 Installer Account" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SC2012-Installer-Account-300x247.png" alt="SC2012 Installer Account" width="300" height="247" /></a></p>
<p>&nbsp;</p>
<p>And I created a Installer User which has local Administrator rights on every machine. You also have to login to your Installer Computer and run the System Center Unified Installer with this account.</p>
<ul>
<li>sc2012-installer</li>
</ul>
<p>This was the last preperation post, in the next post the &#8220;Fun&#8221; Begins and we can fire up the System Center 2012 &#8211; Unified Installer</p>
<div class="shr-publisher-3615"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>System Center 2012 Unified Installer &#8211; Step by Step &#8211; Part 1</title>
		<link>http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-1/</link>
		<comments>http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-1/#comments</comments>
		<pubDate>Thu, 03 May 2012 17:26:29 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Private Cloud]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager 2012]]></category>
		<category><![CDATA[System Center Virtual Machine Manager 2012]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[SCAC]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCDPM]]></category>
		<category><![CDATA[SCO]]></category>
		<category><![CDATA[SCOM]]></category>
		<category><![CDATA[SCSM]]></category>
		<category><![CDATA[SCUI]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[System Center 2012]]></category>
		<category><![CDATA[System Center Unified Installer]]></category>
		<category><![CDATA[Unified Installer]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=3599</guid>
		<description><![CDATA[With System Center 2012 Microsoft released another tool called System Center Unified Installer. The System Center Unified Installer is design to do an automated installation of all the System Center 2012 products in Demo or Lab environments. It is not &#8230; <a href="http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter size-full wp-image-1847" title="Microsoft System Center Logo" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/logo_msft_sc.png" alt="Microsoft System Center Logo" width="180" height="40" /></p>
<p>With System Center 2012 Microsoft released another tool called System Center Unified Installer. The System Center Unified Installer is design to do an automated installation of all the System Center 2012 products in Demo or Lab environments. It is not designed to install System Center 2012 in productive environments, because most of the time you have to work on the existing infrastructure and you change things on productive systems which you should do manually and check if they work as expected.</p>
<ul>
<li><a title="System Center 2012 Unified Installer – Step by Step – Part 1" href="http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-1/" target="_blank">System Center 2012 Unified Installer – Step by Step – Part 1</a></li>
<li><a title="System Center 2012 Unified Installer – Step by Step – Part 2" href="http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-2/" target="_blank">System Center 2012 Unified Installer – Step by Step – Part 2</a></li>
<li><a title="System Center 2012 Unified Installer – Step by Step – Part 3" href="http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-3/" target="_blank">System Center 2012 Unified Installer – Step by Step – Part 3</a></li>
</ul>
<p>But it is a good tool to deploy System Center for demos, testing and proof of concepts. Because it can install all System Center 2012 components in less than three hours fully automated. Still you have to do some preparation of the environment and your target servers.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-Process.png"><img class="aligncenter size-large wp-image-3612" title="System Center Unified Installer Process" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/System-Center-Unified-Installer-Process-1024x589.png" alt="System Center Unified Installer Process" width="584" height="335" /></a></p>
<p>&nbsp;</p>
<p>In this series of posts I will show you how you can deploy System Center with the System Center Unified Installer with less effort as possible.</p>
<p>In part one of this blog series the focus will be the pre-requirements and the sources for a deployment with System Center Unified Installer.</p>
<ol>
<li>Download the System Center 2012 Suite. If you don&#8217;t have a license yet you can <a title="Private Cloud Evaluation Software" href="http://technet.microsoft.com/en-us/evalcenter/hh505660" target="_blank">download the Private Cloud Evaluation Software</a>.</li>
<li>Download the following Prerequisites<br />
<table width="365" border="1" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td valign="top" width="201"><strong>Prerequisite</strong></td>
<td valign="top" width="162"><strong>For</strong></td>
</tr>
<tr>
<td valign="top" width="221"><a href="http://www.microsoft.com/en-us/download/details.aspx?id=17718" target="_blank">Microsoft .NET Framework 4</a></td>
<td valign="top" width="171">SCAC<br />
SCCM<br />
SCDPM<br />
SCOM<br />
SCO</td>
</tr>
<tr>
<td valign="top" width="226"><a href="http://www.microsoft.com/en-us/download/details.aspx?id=3203" target="_blank">Report Viewer Redistributable 2008</a></td>
<td valign="top" width="172">SCOM<br />
SCSM</td>
</tr>
<tr>
<td valign="top" width="228"><a href="http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;id=6442" target="_blank">Report Viewer Redistributable 2010</a></td>
<td valign="top" width="172">SCOM</td>
</tr>
<tr>
<td valign="top" width="229"><a href="http://technet.microsoft.com/en-us/evalcenter/ee315247" target="_blank">Microsoft SQL Server 2008 R2</a></td>
<td valign="top" width="171">SCAC<br />
SCCM<br />
SCDPM<br />
SCOM<br />
SCO<br />
SCSM<br />
SCVMM</td>
</tr>
<tr>
<td valign="top" width="230"><a href="http://go.microsoft.com/fwlink/?LinkID=188401" target="_blank">Microsoft SQL Server 2008 R2 Native Client</a></td>
<td valign="top" width="171">SCVMM<br />
SCAC</td>
</tr>
<tr>
<td valign="top" width="230"><a href="http://go.microsoft.com/fwlink/p/?LinkID=224463" target="_blank">Windows Automated Installation Kit</a></td>
<td valign="top" width="171">SCVMM<br />
SCAC</td>
</tr>
<tr>
<td valign="top" width="230"><a href="http://go.microsoft.com/fwlink/p/?LinkID=218910" target="_blank">Microsoft Analysis Management Objects</a></td>
<td valign="top" width="171">SCSM</td>
</tr>
<tr>
<td valign="top" width="230"><a href="http://go.microsoft.com/fwlink/?LinkID=188430" target="_blank">Microsoft SQL Server 2008 R2 Command Line Utilities</a></td>
<td valign="top" width="171">SCVMM<br />
SCAC</td>
</tr>
<tr>
<td valign="top" width="230"><a href="http://go.microsoft.com/fwlink/?LinkId=235126" target="_blank">SP1 for Microsoft SQL Server 2008 R2</a></td>
<td valign="top" width="171">SCCM</td>
</tr>
<tr>
<td valign="top" width="230"><a href="http://go.microsoft.com/fwlink/?LinkId=238411" target="_blank">Cumulative Update Package 4 for Microsoft SQL Server 2008 R2 SP1</a></td>
<td valign="top" width="171">SCCM</td>
</tr>
</tbody>
</table>
</li>
<li>Now as the last step you have to unpack System Center 2012 and the prerequisites to your installer Computer. I created a Source Folder with the subfolders <strong>SC2012</strong> for all the System Center Products and a subfolder <strong>Prereq</strong> for all the Prerequisites.<br />
<a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SystemCenterUnifiedInstaller01.png"><img class="aligncenter size-medium wp-image-3605" title="System Center Unified Installer 2012" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SystemCenterUnifiedInstaller01-300x166.png" alt="System Center Unified Installer 2012" width="300" height="166" /></a><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SystemCenterUnifiedInstaller02.png"><img class="aligncenter size-medium wp-image-3606" title="System Center Unified Installer 2012" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SystemCenterUnifiedInstaller02-300x166.png" alt="System Center Unified Installer 2012" width="300" height="166" /></a><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SystemCenterUnifiedInstaller03.png"><img class="aligncenter size-medium wp-image-3607" title="System Center Unified Installer 2012" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/05/SystemCenterUnifiedInstaller03-300x166.png" alt="System Center Unified Installer 2012" width="300" height="166" /></a>So of the downloads you have to uncompressed using the command <strong>&lt;filename&gt;.exe /x:C:\Source\Prereq\&lt;software&gt;<br />
</strong>For example:<br />
- SQL Server 2008 R2<br />
- SQL Server 2008 R2 Service Pack 1<br />
- SQL Server 2008 R2 SP1 CU4<br />
- System Center App Controller</li>
</ol>
<p>Now this was step one of the preperation. In the next part I will write about how you have to setup the Installer and the Target servers.</p>
<p>Links for the Unified Installer:</p>
<ul>
<li><a title="Unified Installer TechNet" href="http://technet.microsoft.com/en-us/library/hh751266.aspx" target="_blank">User&#8217;s Guide for System Center 2012 &#8211; Unified Installer</a></li>
<li><a title="Server-talk" href="http://www.server-talk.eu/2012/05/02/system-center-2012-unified-installer-1-2-3-und-alles-ist-installiert/" target="_blank">German post about to setup SCUI by Michel Lüscher</a></li>
</ul>
<p>&nbsp;</p>
<div class="shr-publisher-3599"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2012/05/system-center-2012-unified-installer-step-by-step-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configure Hyper-V Host Network Adapters Like A Boss</title>
		<link>http://www.thomasmaurer.ch/2012/05/configure-hyper-v-host-network-adapters-like-a-boss/</link>
		<comments>http://www.thomasmaurer.ch/2012/05/configure-hyper-v-host-network-adapters-like-a-boss/#comments</comments>
		<pubDate>Wed, 02 May 2012 15:39:56 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Private Cloud]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<category><![CDATA[Windows Server 8]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Adapter]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Cluster Networks]]></category>
		<category><![CDATA[configure network adapters]]></category>
		<category><![CDATA[Get-NICInformation]]></category>
		<category><![CDATA[Hyper-V Server 8]]></category>
		<category><![CDATA[Hyper-V Server R2]]></category>
		<category><![CDATA[like a boss]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[NIC]]></category>
		<category><![CDATA[PCI bus]]></category>
		<category><![CDATA[PCI slot]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[ps1]]></category>
		<category><![CDATA[Rename NIC]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Set IP Address]]></category>
		<category><![CDATA[Set Name]]></category>
		<category><![CDATA[Set-IPAddressfromXML]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=3407</guid>
		<description><![CDATA[If you are working a lot with Hyper-V and Hyper-V Clustering you know that something that takes a lot of time is configure the Hyper-V Host Network Adapters. First because most of the time you have a lot of NICs build into &#8230; <a href="http://www.thomasmaurer.ch/2012/05/configure-hyper-v-host-network-adapters-like-a-boss/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter size-medium wp-image-1867" title="Hyper-V R2 SP1" src="http://www.thomasmaurer.ch/wp-content/uploads/2011/04/3056.hyper-v2-large-msg_thumb_0D8890EC-300x168.jpg" alt="Hyper-V R2 SP1" width="300" height="168" /></p>
<p>If you are working a lot with Hyper-V and Hyper-V Clustering you know that something that takes a lot of time is configure the Hyper-V Host Network Adapters. First because most of the time you have a lot of NICs build into your host for the different Hyper-V and Cluster networks and secondly Windows names the NICs in a random way and this makes it hard to find out which network card is the right one. Maybe your first NIC on your Hyper-V Host01 is called &#8220;Local Area Connection 2&#8243; and on your second Hyper-V Host with the same hardware configuration the &#8220;same&#8221; NIC is called &#8220;Local Area Connection 3&#8243;. One of the possibilities to find out which network card is the right one is to check the MAC address of the network adapter. But for this you still have to know which MAC address is on which network adapter port.<!--?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" /--></p>
<p>Another way to do it is to plug in the network cables one by one. So you can see which port is active and then you can rename the network adapter. Now some times this one is one of the only solutions, but it takes a lot of time to do this on every host. And if you build Clusters up to 16 Hosts you really don’t want to do that.</p>
<p>Now there is a solution, you can sort your NICs by PCI bus and PCI slot. Maarten Wijsman did a <a href="http://www.hyper-v.nu/archives/maarten/2012/02/powershell-collect-nic-pci-bus-info-for-automation/" target="_blank">blog post </a>how you can do this on the <a title="hyper-v.nu" href="http://www.hyper-v.nu" target="_blank">Hyper-V.nu blog</a>. With this knowledge you can start to automate this very easy.</p>
<p><img class="aligncenter size-medium wp-image-3420" title="networkcable" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/networkcable-300x200.jpg" alt="networkcable" width="300" height="200" /></p>
<p>I have created two Windows PowerShell scripts which make my life a lot easier.</p>
<p>First I configured the first Hyper-V host and renamed all the Network adapters. If you have a GUI server you could do that via GUI or if you have a Windows Server Core or Hyper-V Server you can do this via netsh.</p>
<pre>
netsh interface set interface "Local Area Connection 2" newname="Management"
</pre>
<p>If I have done that I use my  Windows PowerShell script called Get-NICInformation.ps1 to get the information about the network adapters.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/get-nicinformation1.png"><img class="aligncenter size-medium wp-image-3411" title="get-nicinformation" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/get-nicinformation1-300x287.png" alt="get-nicinformation" width="300" height="287" /></a></p>
<p>This gives me a lot of information about the NICs in my first hosts. But the important part is the order of the NICs. In my example I know that the order is this:</p>
<ul>
<li>Management</li>
<li>VMNet</li>
<li>CSV</li>
<li>LiveMigration</li>
<li>iSCSI01</li>
<li>iSCSI02</li>
</ul>
<p>Since my other hosts have the same hardware they will have the same PCI Bus order.</p>
<pre>
# ---------------------------------------------------------------------------------------------- #
# Powershell Get-NICInformation $Rev: 748 $
# (c) 2011 Thomas Maurer. All rights reserved.
# created by Thomas Maurer
# www.thomasmaurer.ch
# www.itnetx.ch
# last Update by $Author: tmaurer $ on $Date: 2012-02-24 14:07:36 +0100 (Fr, 24 Feb 2012) $
# ---------------------------------------------------------------------------------------------- #

#region [INFO BLOCK]
# INFO
Write-Host "                               " -BackgroundColor Black -ForegroundColor White
Write-Host " PowerShell Get-NICInformation " -BackgroundColor Black -ForegroundColor White
Write-Host "                               " -BackgroundColor Black -ForegroundColor White
Write-Host " by Thomas Maurer              " -BackgroundColor Black -ForegroundColor White
Write-Host " www.thomasmaurer.ch           " -BackgroundColor Black -ForegroundColor White
Write-Host "                               " -BackgroundColor Black -ForegroundColor White
#endregion

$adapters = Get-WMIObject Win32_PNPSignedDriver | Where-Object { $_.DeviceClass -eq “NET” -and $_.HardWareID -like “*PCI*” } | Sort-Object location

foreach ($adapter in $adapters ) {

    $adapterName = Get-WMIObject Win32_NetworkAdapter | Where-Object { $_.PNPDeviceID -eq $adapter.DeviceID }
    $adapterConfiguration = Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object { $_.index -eq $adapterName.Index }

    Write-Host ‘Adapter Name :’ $adapterName.NetConnectionID
    Write-Host ‘PCI BUS :’ $adapter.Location
    Write-Host ‘MAC Address :’ $adapterName.MACAddress
    Write-Host ‘GUID :’ $adapterName.GUID
    Write-Host ‘Adpater Index :’ $adapterName.Index
    Write-Host ‘Hardwarename :’ $adapterName.Name
    Write-Host ‘DHCP enabled :’ $adapterConfiguration.DHCPEnabled
    Write-Host ‘IP Address :’ $adapterConfiguration.IPAddress
    Write-Host ‘Subent :’ $adapterConfiguration.IPSubnet
    Write-Host ‘Default Gateway :’ $adapterConfiguration.DefaultIPGateway
    Write-Host   

}
</pre>
<p>For the next step I go to my second host. There I have my other Windows PowerShell script (Set-IPAddressfromXML) and a XML file (networkconfig.xml).</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/dir.png"><img class="aligncenter size-medium wp-image-3412" title="dir" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/dir-300x70.png" alt="dir" width="300" height="70" /></a></p>
<p>I edit the networkconfig.xml file with the correct network information. Important here are the id=&#8221;" parameters. They are showing the order of the NICs so with Get-NICInformation I can see the Management interface is the first one, so it gets id=&#8221;1&#8243;, VMNET is the second one it gets id=&#8221;2&#8243; and so on. You also set the correct IP Address information for the second host. Most of the time you just have to change the last number.</p>
<p>You can also set non static IP Addresses (DHCP), in my case I did this for the VMNET adapter which will be used by the Hyper-V Virtual Switch and does not need a IP address.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/networkconfigxml.png"><img class="aligncenter size-medium wp-image-3414" title="networkconfigxml" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/networkconfigxml-300x75.png" alt="networkconfigxml" width="300" height="75" /></a></p>
<pre>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;config&gt;
  &lt;networkadapters&gt;
    &lt;nic id=&quot;1&quot; name=&quot;Management&quot; static=&quot;true&quot; ip=&quot;10.0.20.1&quot; subnet=&quot;255.255.0.0&quot; gateway=&quot;10.0.0.1&quot; /&gt;
    &lt;nic id=&quot;2&quot; name=&quot;LiveMigration&quot; static=&quot;true&quot; ip=&quot;192.168.21.1&quot; subnet=&quot;255.255.255.0&quot; gateway=&quot;&quot; /&gt;
    &lt;nic id=&quot;3&quot; name=&quot;CSV&quot; static=&quot;true&quot; ip=&quot;192.168.22.1&quot; subnet=&quot;255.255.255.0&quot; gateway=&quot;&quot; /&gt;
    &lt;nic id=&quot;4&quot; name=&quot;TeamedAdpater01&quot; static=&quot;false&quot; ip=&quot;&quot; subnet=&quot;&quot; gateway=&quot;&quot; /&gt;
    &lt;nic id=&quot;5&quot; name=&quot;TeamedAdpater02&quot; static=&quot;false&quot; ip=&quot;&quot; subnet=&quot;&quot; gateway=&quot;&quot; /&gt;
    &lt;nic id=&quot;6&quot; name=&quot;TeamedAdpater03&quot; static=&quot;false&quot; ip=&quot;&quot; subnet=&quot;&quot; gateway=&quot;&quot; /&gt;
    &lt;nic id=&quot;7&quot; name=&quot;ISCSI01&quot; static=&quot;true&quot; ip=&quot;10.10.21.1&quot; subnet=&quot;255.255.255.0&quot; gateway=&quot;&quot; /&gt;
    &lt;nic id=&quot;8&quot; name=&quot;ISCSI02&quot; static=&quot;true&quot; ip=&quot;10.10.22.1&quot; subnet=&quot;255.255.255.0&quot; gateway=&quot;&quot; /&gt;
  &lt;/networkadapters&gt;
&lt;/config&gt;
</pre>
<p>After you have done this, you can now simply run the Set-IPAddressfromXML script. This will use the Information from the networkconfig.xml file and will rename all network adapters and will set the correct IP addresses.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/set-ipaddressfromxml.png"><img class="aligncenter size-medium wp-image-3416" title="set-ipaddressfromxml" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/set-ipaddressfromxml-300x230.png" alt="set-ipaddressfromxml" width="300" height="230" /></a></p>
<pre>
# ---------------------------------------------------------------------------------------------- #
# Powershell Set-IPAddressfromXML $Rev: 748 $
# (c) 2011 Thomas Maurer. All rights reserved.
# created by Thomas Maurer
# www.thomasmaurer.ch
# www.itnetx.ch
# last Update by $Author: tmaurer $ on $Date: 2012-02-24 14:07:36 +0100 (Fr, 24 Feb 2012) $
# ---------------------------------------------------------------------------------------------- #

#region [INFO BLOCK]
# INFO
Write-Host "                                 " -BackgroundColor Black -ForegroundColor White
Write-Host " PowerShell Set-IPAddressfromXML " -BackgroundColor Black -ForegroundColor White
Write-Host "                                 " -BackgroundColor Black -ForegroundColor White
Write-Host "  done by Thomas Maurer          " -BackgroundColor Black -ForegroundColor White
Write-Host "  www.thomasmaurer.ch            " -BackgroundColor Black -ForegroundColor White
Write-Host "                                 " -BackgroundColor Black -ForegroundColor White
#endregion

#region [CONFIG BLOCK]
# Get XML Information
[Xml]$global:xmlData = Get-Content ".\networkconfig.xml"
# Set NIC number starting value
[int]$global:nicNumber = "1"
#endregion

#region [MAIN BLOCK]
#Get NIC list
$Adapters = Get-WMIObject Win32_PNPSignedDriver | where { $_.DeviceClass -eq “NET” -and $_.HardWareID -like “*PCI*”} | Sort-Object location

foreach ($Adapter in $Adapters ) {
    # Get Adapter Info
    $AdapterName = Get-WMIObject Win32_NetworkAdapter | where { $_.PNPDeviceID -eq $Adapter.DeviceID }
    $nic = $xmlData.config.networkadapters.nic | Where-Object {$_.id -eq $nicNumber}

    # Write NIC Info
    Write-Host ‘Adapter Name :’ $AdapterName.NetConnectionID
    Write-Host ‘PCI BUS :’ $Adapter.Location
    Write-Host ‘MAC Address :’ $AdapterName.MACAddress
    Write-Host ‘GUID :’ $AdapterName.GUID
    Write-Host ‘New Name :’$nic.name
    Write-Host

    # Change NIC Name
    Invoke-Expression ('netsh interface set interface `"' + $AdapterName.NetConnectionID + '`" newname=`"' + $nic.name + '`" | out-null')
    Write-Host ('netsh interface set interface "' + $AdapterName.NetConnectionID + '" newname="' + $nic.name + '"') -BackgroundColor Green -ForegroundColor Black

    # if true set IP Address
    if ($nic.static -eq "true"){
        Invoke-Expression ('netsh interface ipv4 set address `"' + $nic.name + '`" static ' + $nic.ip +' ' + $nic.subnet + ' ' + $nic.gateway + ' | out-null')
        Write-Host ('netsh interface ipv4 set address "' + $nic.name + '" static ' + $nic.ip +' ' + $nic.subnet + ' ' + $nic.gateway) -BackgroundColor Green -ForegroundColor Black
    }
    else {
        Write-Host "No IP set" -BackgroundColor Green -ForegroundColor Black
    }

    # Count +1 for next Adapter
    $nicNumber++
}
#endregion
</pre>
<p>&nbsp;</p>
<p>I can now copy the Set-IPAddressfromXML.ps1 and the networkconfig.xml to each Hyper-V hosts and edit the IP Addresses in the xml file, run the PowerShell file and I am done.</p>
<p>Lets recap:</p>
<ol>
<li>Rename the NICs of the first hosts</li>
<li>Run the Get-NICInformation.ps1 on the first host and check the NIC order</li>
<li>Edit the networkconfig.xml on the second hosts with the right order of the NICs</li>
<li>Run the Set-IPAddressfromXML.ps1</li>
<li>Do this for all Hyper-V Hosts.</li>
</ol>
<p>I hope this will make life easier :)</p>
<p>You can <a title="PowerShell Scripts Skydrive" href="https://skydrive.live.com/#cid=7298A00D5B74EC3C&amp;id=7298A00D5B74EC3C%21302" target="_blank">download the Scripts from my Skydrive</a></p>
<p>Some other things:</p>
<ul>
<li>I have tested this with Windows Server 2008 R2, Hyper-V Server R2, Windows Server 8 beta, Hyper-V Server 8 beta</li>
<li>It works for both because it&#8217;s not done with PowerShell v3, maybe I will update it to get it even better.</li>
<li>I do not support this script, and you are running it on your own risk.</li>
</ul>
<div class="shr-publisher-3407"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2012/05/configure-hyper-v-host-network-adapters-like-a-boss/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Server 2012: Hyper-V Snapshot Reminder</title>
		<link>http://www.thomasmaurer.ch/2012/04/windows-server-2012-hyper-v-snapshot-reminder/</link>
		<comments>http://www.thomasmaurer.ch/2012/04/windows-server-2012-hyper-v-snapshot-reminder/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 15:21:12 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Private Cloud]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Virtual Machine Manager 2012]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<category><![CDATA[Windows Server 8]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Checkpoint]]></category>
		<category><![CDATA[get-VM]]></category>
		<category><![CDATA[Get-VMSnapshot]]></category>
		<category><![CDATA[Reminder]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[Snapshot]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=3574</guid>
		<description><![CDATA[Last year I created a Windows PowerShell script for System Center Virtual Machine Manager which checks all the Virtual Machines for Snapshots and if you have any it will send you an E-Mail and it will remind you about that. &#8230; <a href="http://www.thomasmaurer.ch/2012/04/windows-server-2012-hyper-v-snapshot-reminder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter size-full wp-image-3206" title="Windows Server 8" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/03/windowsserver8.png" alt="Windows Server 8" width="287" height="59" /></p>
<p>Last year I created a <a title="SCVMM Snapshot Reminder with Powershell" href="http://www.thomasmaurer.ch/2011/09/scvmm-snapshot-reminder-with-powershell/" target="_blank">Windows PowerShell script for System Center Virtual Machine Manager which checks all the Virtual Machines for Snapshots </a>and if you have any it will send you an E-Mail and it will remind you about that.<br />
It were just some small changes from the SCVMM PowerShell cmdlets to the Windows Server 2012 PowerShell cmdlets.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/Hyper-VSnapshots.png"><img class="aligncenter size-medium wp-image-3575" title="Hyper-V Snapshot Reminder" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/Hyper-VSnapshots-300x132.png" alt="Hyper-V Snapshots Reminder" width="300" height="132" /></a></p>
<pre>

# Get Snapshots
$snapshots = Get-VM | Get-VMSnapshot

# Check for existing Snapshots
if ($snapshots.count -gt 0){

    # Create the List of Snapshots
    $info = $snapshots | Format-Table VMName, Name -auto | Out-String

    # Mail Configuration
    # ==================

    # Configuration
    $emailFrom = "user@mydomain.com"
    $emailTo = "user@yourdomain.com"
    $emailSubject = "VM Snapshot Reminder"
    $emailMessage = "You have still some snapshots: `n `n" + $info + "`n Greetings your Hyper-V Server"
    $smtpServer = "mail.server.com"
    $smtpUserName = "username" # This could be also in e-mail address format
    $smtpPassword = "password"
    $smtpDomain = ""

    # SMTP Object
    $smtp = New-Object System.Net.Mail.SmtpClient($smtpServer)
    $mailCredentials = New-Object System.Net.NetworkCredential
    $mailCredentials.Domain = $smtpDomain
    $mailCredentials.UserName = $smtpUserName
    $mailCredentials.Password = $smtpPassword
    $smtp.Credentials = $mailCredentials 

    # Send E-Mail
    $smtp.Send($emailFrom, $emailTo, $emailSubject, $emailMessage)
 }
</pre>
<div class="shr-publisher-3574"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2012/04/windows-server-2012-hyper-v-snapshot-reminder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2012: Doing multiple configuration changes on Hyper-V VMs via PowerShell</title>
		<link>http://www.thomasmaurer.ch/2012/04/windows-server-2012-doing-multiple-configuration-changes-on-hyper-v-vms-via-powershell/</link>
		<comments>http://www.thomasmaurer.ch/2012/04/windows-server-2012-doing-multiple-configuration-changes-on-hyper-v-vms-via-powershell/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 14:13:48 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Private Cloud]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<category><![CDATA[Windows Server 8]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Bulk Actions]]></category>
		<category><![CDATA[Dynamic Memory]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[System Center 2012]]></category>
		<category><![CDATA[Virtual machines]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=3556</guid>
		<description><![CDATA[Over the weekend I was Setting up my lab for the RTM of System Center 2012. I created some Windows Server 2008 R2 Virtual Machines on my Windows Server 2012 beta Hyper-V server. After I had created all VMs and &#8230; <a href="http://www.thomasmaurer.ch/2012/04/windows-server-2012-doing-multiple-configuration-changes-on-hyper-v-vms-via-powershell/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter size-full wp-image-3206" title="Windows Server 8" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/03/windowsserver8.png" alt="Windows Server 8" width="287" height="59" /></p>
<p>Over the weekend I was Setting up my lab for the <a title="System Center 2012 RTM downloads available" href="http://www.thomasmaurer.ch/2012/04/system-center-2012-rtm-downloads-available/" target="_blank">RTM of System Center 2012</a>. I created some Windows Server 2008 R2 Virtual Machines on my <a title="Windows Server 8 Beta downloads and links" href="http://www.thomasmaurer.ch/2012/03/windows-server-8-beta-downloads-and-links/" target="_blank">Windows Server 2012 beta</a> Hyper-V server. After I had created all VMs and installed them, I realized I forgot to configure the limit for Dynamic Memory for the Hyper-V Virtual Machines.</p>
<p>Now here the new PowerShell module for Hyper-V which comes with Windows Server 2012 helped me save some time.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/HyperVPowerShell.png"><img class="aligncenter size-medium wp-image-3557" title="Hyper-V PowerShell" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/HyperVPowerShell-300x165.png" alt="Hyper-V PowerShell" width="300" height="165" /></a></p>
<p>&nbsp;</p>
<p>First I check the Dynamic Memory Maximum value for all my System Center 2012 Virtual Machines.</p>
<pre>Get-VM -Name SC2012* | ft Name, MemoryMaximum</pre>
<p>After that I changed the value from all my System Center 2012 Virtual Machines to 8GB</p>
<pre>Get-VM -Name SC2012* | Set-VM -MemoryMaximumBytes 8589934592</pre>
<p>btw. if you don&#8217;t know that 8GB are 8589934592 Bytes PowerShell can help you, check this out:</p>
<pre>Get-VM -Name SC2012* | Set-VM -MemoryMaximumBytes 8GB</pre>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/HyperVPowerShell2.png"><img class="aligncenter size-medium wp-image-3567" title="Windows Server 2012: Hyper-V PowerShell" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/HyperVPowerShell2-300x146.png" alt="Windows Server 2012: Hyper-V PowerShell" width="300" height="146" /></a></p>
<p>Ben Armstrong, Virtualization Program Manager, did also a<a href="http://blogs.msdn.com/b/virtual_pc_guy/archive/2012/04/16/performing-bulk-configuration-changes-with-powershell-in-hyper-v-on-windows-8.aspx" target="_blank"> blog post </a>on performing bulk configuration changes in Hyper-V via Windows PowerShell on <a href="http://blogs.msdn.com/b/virtual_pc_guy/" target="_blank">his blog</a>.</p>
<p>&nbsp;</p>
<div class="shr-publisher-3556"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2012/04/windows-server-2012-doing-multiple-configuration-changes-on-hyper-v-vms-via-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new SkyDrive rocks&#8230;</title>
		<link>http://www.thomasmaurer.ch/2012/04/the-new-skydrive-rocks/</link>
		<comments>http://www.thomasmaurer.ch/2012/04/the-new-skydrive-rocks/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 21:46:23 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Live]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[25GB]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[live.com]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Skydrive]]></category>
		<category><![CDATA[Space]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=3543</guid>
		<description><![CDATA[Today Microsoft released some new SkyDrive Apps for Windows and Mac and alos offers 25GB of free online storage. I really love SkyDrive to keep my files in sync and access them everywhere. With the new apps the integration is &#8230; <a href="http://www.thomasmaurer.ch/2012/04/the-new-skydrive-rocks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="aligncenter size-full wp-image-3544" title="Microsoft SkyDrive" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/microsoftskydrive.png" alt="Microsoft SkyDrive" width="571" height="202" /></p>
<p>Today Microsoft released some new <a title="SkyDrive.com" href="http://www.skydrive.com" target="_blank">SkyDrive</a> Apps for Windows and Mac and alos offers 25GB of free online storage. I really love SkyDrive to keep my files in sync and access them everywhere. With the new apps the integration is much better, easier and 25GB of free storage is a fair deal.</p>
<p><a href="http://blogs.msdn.com/b/b8/archive/2012/04/23/the-next-chapter-for-skydrive-personal-cloud-storage-for-windows-available-anywhere.aspx" target="_blank">Making personal cloud storage for Windows available anywhere, with the new SkyDrive</a></p>
<p>With the new Apps, SkyDrive is integrated in your operating system. If you need some online Storage, Cloud Sync or you are already using a service like Dropbox or GDrive you should have a closer look at Microsoft SkyDrive.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/skydriveexplorer.png"><img class="aligncenter size-medium wp-image-3547" title="SkyDrive Explorer" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/skydriveexplorer-300x234.png" alt="SkyDrive Explorer" width="300" height="234" /></a></p>
<p>&nbsp;</p>
<h1>New features:</h1>
<ul>
<li>SkyDrive for the Windows desktop (preview available now). View and manage your personal SkyDrive directly from Windows Explorer on Windows 8, Windows 7, and Windows Vista with this new preview app available in 106 languages worldwide.</li>
<li>Fetching files through SkyDrive.com. Easily access, browse, and stream files from a remote PC running the preview app to just about anywhere by simply fetching them via SkyDrive.com.</li>
<li>SkyDrive storage updates. A new, more flexible approach to personal cloud storage that allows power users to get additional paid storage as their needs grow.</li>
<li>SkyDrive for other devices. We’ve updated the SkyDrive apps on Windows Phone and iOS devices, bringing better management features and sharing options to those devices. We’re also releasing a new preview client for Mac OS X Lion, letting you manage your SkyDrive right from the Finder.</li>
</ul>
<p>&nbsp;</p>
<h1>Checkout more about SkyDrive</h1>
<ul>
<li><a href="http://windows.microsoft.com/en-US/skydrive/home" target="_blank">Meet SkyDrive</a></li>
<li><a href="http://windows.microsoft.com/en-US/skydrive/compare" target="_blank">Compare SkyDrive</a></li>
<li><a href="http://windows.microsoft.com/en-US/skydrive/download-skydrive" target="_blank">Download SkyDrive</a></li>
<li><a href="http://windows.microsoft.com/en-US/skydrive/skydrive-mobile" target="_blank">Mobile Versions</a></li>
<li><a href="http://windows.microsoft.com/en-US/skydrive/features" target="_blank">Features</a></li>
</ul>
<div class="shr-publisher-3543"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2012/04/the-new-skydrive-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Winning</title>
		<link>http://www.thomasmaurer.ch/2012/04/winning/</link>
		<comments>http://www.thomasmaurer.ch/2012/04/winning/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 21:14:27 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Avengers]]></category>
		<category><![CDATA[Cinema]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Winning]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=3540</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/564971_10150704286194200_784454199_9627215_1536130698_n.jpg"><img class="aligncenter size-medium wp-image-3541" title="Microsoft Avengers" src="http://www.thomasmaurer.ch/wp-content/uploads/2012/04/564971_10150704286194200_784454199_9627215_1536130698_n-300x224.jpg" alt="Microsoft Avengers" width="300" height="224" /></a></p>
<div class="shr-publisher-3540"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2012/04/winning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.449 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-18 12:12:24 -->

