Powered by System Center
Posts tagged Deployment
Mike Kolitz’s SuperDuper Windows 8/Server 2012 Deployment cmdlet
Jun 1st
Updated June 7, 2012
I have already blogged several times about how to create a Boot from VHD installation for the Developer and Beta versions of Windows 8 and Windows Server 8 Beta.
Now that the Release Preview version of Windows 8 and the Release Candidate version of Windows Server 2012 have been released, it is a good occasion to revisit this very flexible boot method.
My first assumption this time is that you already have a system running PowerShell 3.0 which is the case if your machine runs an earlier version of Windows (Server) 8. This blog you will learn how to configure Native VHD without touching diskpart for preparing the VHD file. In fact we are going to create a VHDX file which is recognized by Windows 8 and Windows Server 2012 machines.
A second assumption is that you have the Hyper-V role installed. This is required because we need the Hyper-V PowerShell module which comes with the Hyper-V role.
To fully understand what is going on, I suggest you first run the classical route and then be surprised by the simplest of deployment methods which has much less requirements [See update and comments Mike Kolitz below) compared to the Classical Route. More on this later on in the blog!
The Classical Route
Let’s start creating a 60GB dynamic VHDX file named ws2012rc.vhdx in a directory we shall name D:\VHDX. A downloaded ISO image file of Windows Server 2012 should be copied to D:\Download.
New-VHD -Path d:\vhdx\ws2012rc.vhdx -Dynamic -SizeBytes 60GB
Once the VHDX file is created, it can be mounted as follows:
Mount-VHD -Path D:\vhdx\ws2012rc.vhdx –verbose
As you can see in the next screen, the newly mounted VHDX has a RAW partition style, so we need to find a way to only initialize the mounted virtual hard disk.
New announcements for Virtual Machine Manager at MMS2011
Mar 22nd
Today Brad Anderson announced the availability of Virtual Machine Manager 2012 beta which can be downloaded for evaluation purposes. In an email from Carmen Summers who is Program Manager for Virtualization & Datacenter Management, it was stressed that VMM 2012 Eval should not be used for production.
Download location:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=e0fbb298-8f02-47e7-88be-0614bc44ee32
Mastering Hyper-V Deployment Book Available
Oct 1st
My fellow MVP Aidan Finn wrote it. I had the honor to be technical editor for it.
As Amazon promotes it:
The only book to take an in-depth look at deploying Hyper-V
Now in its second generation, the popular Hyper-V boasts technical advances that create even more dynamic systems than ever before. This unique resource serves an authoritative guide to deploying Windows Server 2008 R2 Hyper-V comprehensively. Step-by-step instructions demonstrate how to design a Hyper-V deployment, build a Hyper-V host environment, and design a management system with System Center Virtual Machine Manager 2008 R2.
Features real-world examples that show you how to design a Hyper-V deployment, build a Hyper-V host environment, and design a management system
Walks you through incorporating System Center Operations Manager 2008 R2, System Center Data Protection Manager 2010, and System Center Essentials 2010
Offers authoritative coverage of Hyper-V security, business continuity, and an array of VM roles, including domain controllers, Exchange Server, SQL Server, and System CenterThis in-depth guide is the ultimate resource for system administrators, engineers, and architects, and IT consultants deploying Hyper-V.
You can order it from Amazon:
http://www.amazon.com/dp/0470876530?tag=b4b-ja-20#lbhuc_926689
Or from Comcol.nl:
http://www.comcol.nl/detail/72198.htm











Twitter
RSS