This video is part of the Microsoft Virtual Academy.

Size: px
Start display at page:

Download "This video is part of the Microsoft Virtual Academy."

Transcription

1 This video is part of the Microsoft Virtual Academy. 1

2 In this session we re going to talk about building for the private cloud using the Microsoft deployment toolkit 2012, my name s Mike Niehaus, I m a Senior Software Development Engineer with the solution accelerator team. 2

3 What we want to start off with is just giving you some background on what Microsoft Deployment toolkit is, it s a free solution accelerator designed for deploying Windows, it can handle any operating system from Windows XP and Server 2003 up to the present operating systems. The processes and procedures that we make use of are all based on industry best practices from customers and partners and others who have been deploying Windows for a long time so we try to take all of those learnings and integrate them together into a easy to use toolkit that others can make use of then to deploy Windows. It s all about trying to simplify the deployment process so we have a wizard driven process overall, we can inject drivers and updates as part of that deployment process, install any operating roles or features that may be needed, in this case we ll be looking at Hyper V installation as part of this, we can install any applications that might be required on top of the operating system to customize it to get it to be a little more useful then just a core simple OS install and we can generate the boot images that are necessary to get the bare metal hardware to connect up to the network and begin the installation process. 3

4 We re presently working on MDT 2012 this new release has a variety of new features including support for configuration manager 2012 with the new user driven installation wizard and designer, we ve also added some new capabilities for Lite Touch deployments to monitor deployments that are currently running, we ve integrated the diagnostics and recovery toolset into this, we ve added support for deploying to UEFI hardware for those new types of hardware that s coming out now, we ve added the ability to deploy to a VHD which is to support the boot from VHD scenarios so that you could have a physical machine which is set up to boot the operating system from a VHD file, and we ve added the ability to do a sys prep and shut down which is really going to be useful in these virtualization scenarios so we ll look at that later when we get into this. We ve also added in some general enhancements to the scenarios including integration with the security compliance manager so that we can take the security templates that they've created and apply it to the operating system to make the OS secure by default. We ve added in the ability to run PowerShell scripts during the task sequences and we ve tried to improve the overall partitioning support to make sure we can set up a machine using the recommended partition structures in the Windows Automation Installation kit. 4

5 What we want to focus on first for this session is to describe how you would use MDT to build a Hyper V host. So the first thing that you ll need to decide when you re building a Hyper V host is which host operating system you want to make use of. You could use the Hyper V Server 2008 R2 with SP1 release which is the free version of Hyper V but if you re doing that you don t have any actual virtual machine licenses so you get the Hyper V server for free but you have to provide your Windows licenses to go on top of that for each virtual machine. Or you could use Windows Server 2008 R2 enterprise which gives you the ability to run four virtual machines. Or you could move up to Server 2008 R2 Data Center which allows an unlimited number of virtual machines to run on top of that so which one that you want to use really depends on the workload that you expect to run on this Hyper V host but you do have all these options. Now from an MDT perspective it really doesn t matter, we can deploy any of these equally well. In the case of Server 2008 R2 enterprise and data center you do have a choice as to whether you want to do a full install or a core install, if you do a core install you actually get rid of most of the GUI components of the operating system so that you re just left with a base operating system that just boots to a command prompt so when you log in you just see a command prompt and you interact and configure everything either from that command prompt or remotely using the remote management tools. That is the only option for Hyper V server, it always installs in this core manner but with the other two, with the enterprise and data center you can actually choose, so you pick which one you want if your goal is to get as many virtual machines on this as possible then you d probably want to do a core install, if you would prefer to have more of the traditional Windows environment to do management and interacting with the server then you can do a full install of those. So which one you choose it s up to you but as far as the Hyper V installation goes well it s just going to be a role installed on top of the operating system after it s been installed. In the case of Hyper V server the Hyper V role is automatically installed as part of the installation process because that s its sole purpose for being is to be a Hyper V machine for the other two for R2 enterprise and data center we have to explicitly specify that we want to install Hyper V but it s fairly easy to do we can just go into MDT to edit the task sequence to say we want to install this role as part of the installation proces. 5

6 So the basic process that we ll go through to build this Hyper V host is to gather all the necessary pieces into an MDT deployment share so we ll create just a network share to hold all the Windows installation files as well as all the drivers and software updates that would be necessary to install the operating system on the hardware that you ve chosen. We can then deploy to that particular Hyper V host we would take the boot images that MDT would generate along with some task sequences that we ll create. We ll then initiate the installation and let it run through the whole OS install process, the end result would then be a fully functioning Hyper V host that we can then make use of then for more of the private cloud activity. 6

7 So to start off this process the first thing we want to do is launch the Microsoft deployment toolkit deployment workbench and then we ll create a deployment share to hold all the components that we need for the actual operating system installation. So to create the deployment share it s fairly simple, I can right click and choose new deployment share, I will specify c:\demo with a share name of demo$, specify a description and I can choose which actual wizard panes get displayed as part of the deployment for right now I can just leave those as the default and now I have a deployment share. We ll copy all of the MDT scripts and templates that are needed for the deployment process onto that deployment share and as soon as that finishes up then we can start adding the additional files that we need. So the first thing that we would want to add would be the operating systems themselves so I can right click on operating systems and choose to import, choose a full set of source files and then normally I would want to point to the DVD that contains the installation media, now here I ve just simplified things here a little bit by copying it to the hard drive so that it will copy over a little bit faster so the first one I will add is Hyper V server and just to make this go really fast I ll move the files instead of copying them, specify a name here and the import runs fairly quick, so we now have an operating system which is Hyper V server. We can add a second OS just to show what it would look like if we were going to do this with a full operating system, so I can choose my Server 2008 R2 installation files and add those to my deployment share. And that added a set of options for each of the different skews that are available for Server 2008 and then we can also see the differences in this case between a full install which is what we would have with server enterprise and a core install with server enterprise core. Now if we were deploying to a machine that required additional drivers we would want to import those here by running the import drivers wizard and pointing to a folder structure that contains the drivers that needed to be added, in this case I don t actually need any drivers so I can cancel out of that. We might want to apply patches as part of this installation process so we can import those into the packages node, same basic process, run the wizard and then point to the folder that contains those but I don t actually need any since I m deploying SP1 and I ve got most of the security updates installed as part of that already. So what we ll focus in on then is the task sequences, so the task sequence is basically are what ties all of these different pieces together, so I ll create a new task sequence, in this case I ll call it Hyper V, 7

8 install Hyper V 2008 R2, I guess I should put the word server in there SP1, it is a server task sequence so I can choose the server task sequence from the list, choose the operating system that I imported previously, I don t need a product key to do the install, I can leave the defaults for the full name, organization, IE home page, I do need to specify a password to be used for the local administrator account and then the task sequence is created. So if we look at this task sequence it just contains all the steps necessary to do the actual OS deployment. Because this is a bare metal deployment we would more or less start in the pre-install phase where we could format and partition the disk, configure the operating system installation parameters and check the drivers and security updates, install the operating system, do some additional customization on that and finally we can do any post OS customization that s required. Now in this case since we re deploying Hyper V server we don t actually need to do any real customization after the OS has been deployed because the Hyper V role is automatically installed. Let s then create a second one to do Server 2008 R2 enterprise for the full installation, we can choose the server template again, find the server enterprise image in the list, specify a password again and there s the second task sequence. Now in this case if we wanted this to be a Hyper V server we d need to edit this task sequence to put a step into the new operating system which can be at any point in here. To install roles and features, then if we scroll down the list we ll see Hyper V, check that one, and then apply our changes, so now as part of the installation process we ll automatically install the Hyper V role so that the machine is ready to host virtual machines. If we wanted to do a core installation of R2 enterprise, the process is pretty much the same, we just need to specify the same type of details, server task sequence template and we can choose our enterprise core OS here, specify an admin password and then make the same edits to the task sequence that we made to the enterprise task sequence to add a step in here to install the Hyper V role. The last thing that we would need to do then is update the deployment share to generate the boot images that are needed to do these OS installations in this case I ve already created a separate deployment share that already contains all of these task sequences and I ve already generated the boot images for that so we can go ahead an open that and see what kind of a more flushed out deployment share looks like where I just have some additional task sequences and operating systems in the list to install a variety of different OS s. But in this case we had the same ones to install Hyper V Server 2008 R2 SP1 and to install data center the core install for R2 data center. So now we re on the physical host, and on this physical host we want to execute the task sequence that we created before, so for this one I ll choose the Hyper V server 2008 R2 SP1 task sequence and click next and just work my way through this wizard, so I can specify the name of my host, I will call it Hyper V host, I can choose the 7

9 language, time zone settings, and in this case I m not actually looking to create an image I m looking to deploy this physical machine so I don t need to do any capturing or sys prepping so I can leave the default, I don t need bit locker on this particular machine so I can leave that as the default, and at this point we re ready to go install the OS that we specified. So I can click begin which will start the task sequence, which will initially format and partition the disk, then begin the OS installation process and after a period of time typically anywhere from 15 to 25 minutes depending on the speed of the hardware we should have a fully functional operating system ready to go. So our installation of Hyper V has finished successfully, we can click okay on the button here to get the MDT wizard to go away and now after a few seconds we should see the normal Hyper V server menu pop up and at this point you would go through and do whatever additional configuration is necessary. So at this point the Hyper V server is ready to be used to host virtual machines and that gets us to the position where we can talk about the next step in the process where we want to take a machine running Hyper V and manage it by a machine virtual manager instance and then use MDT to create some templates that can be deployed as new virtual machines using VMM. 7

10 So now we want to talk about building a virtual machine template in this case we have system center virtual machine manager as the key tool for managing our private cloud and we have it managing our Hyper V host. So at this point we want to use MDT to deploy a new operating system into a virtual machine that s managed by VMM and then turn that into a template that we can use for creating multiple VMs after that point. So the basic process that we need to go through for that is to install the operating system which requires the typical MDT configuration task to create a task sequence for that operating system, but then we also need to make sure that the virtual machine can boot a boot image and connect back to the MDT deployment share to drive the whole deployment process, there are a couple ways that we can go about doing that we could make sure that the machine is able to pixie boot and load that from a WDS server, or we could take an easier route and just add the boot image into the VMM library so that we can then configure the new virtual machine to boot from that library boot image. So that s the easier route, we ll take that for the demo when we walk through it. After we ve got that in the library we can then create a new VM attaching the boot image to it make sure that we ve got the necessary VMM 2012 configuration in place for the virtual machine. We can then turn on the virtual machine which will then boot into the boot image to the deployment share, we can then choose the task sequence specifying that we want to sys prep this operating system after the installation is complete. Once sys prep is complete we can then shut down the virtual machine and tell virtual machine manager to turn it into a new template. After the template s been created you can deploy it as many times as you need because it is basically a sys prepped image at that point. 8

11 So let s switch back over to a virtual machine and walk through that process. so on my deployment server I have multiple task sequences already defined, one of those is for Windows 7 enterprise, x86, that s the operating system that we want to turn into a template so that we can use that for deploying additional virtual machines from that. So, I ve created the task sequence, I ve already updated my deployment share to create the boot images, I then copied those into my VMM library. So if we switch over to the virtual machine manager 2012 console I can look at the VMM library and see the ISOs folder that I ve created and put the two boot images in so I ve got an x64 boot image and an x86 boot image. When I create the virtual machine I want to use the x86 image because I m installing an x86 operating system. Now when I look under VMs and services I ve already created a private cloud using virtual machine manager 2012, it doesn t have any VMs in it now so I want to create a new virtual machine with a blank virtual hard disk because I m going to be doing an OS install into it, I can specify a name, Windows 7 enterprise x86, I then need to configure a few things, like the capability profile for Hyper V, I want to increase the memory from the default 512 MB to 2 GB, I need to configure then the DVD drive to attach the boot image that we had already added here, x86, configure the network adaptor to connect it to a specific network on my private cloud and at that point the virtual machine is configured. For the destination since I do have a cloud created I m going to select cloud as the destination, so I can choose to deploy the virtual machine to a private cloud and then virtual machine manager will try to figure out the best private cloud for me, now in this case I ve only got one, so the choice is going to be fairly obvious, but it will go through and make sure that the cloud I selected actually meets the requirements for the virtual machine that I ve defined. So as expected virtual machine manager says that my MDT cloud is a good choice for this particular virtual machine and at that point I can go ahead and tell it to create the VM, so now it starts a job that defines the virtual machine and copies all the necessary files over to it including that boot image that we had defined and as soon as that job s finished we can turn on the virtual machine and have it boot into the MDT boot image to start the OS install process. At this point the MDT wizard start up, gather information about the virtual machine and get us to the point that we had seen before where we could choose the task sequence that we want to deploy. So we want to choose the Windows 7 enterprise x86 task sequence and then specify some basic information for the OS install process. In this case the computer name doesn t matter because we re 9

12 just going to use this as the base for a template, we want to leave it into a workgroup because that s what we want for sys prepping the actual image. We don t have any data to restore, time zone and local can be left at the default, in this case we re going to choose a new option in MDT 2012 to sys prep this computer so we re not going to capture an image because what we re ending up creating then is just a virtual machine with a VHD attached to it and that s what we want to use to make our template. Don t need bit locker and I m ready to begin. So at this point we ll begin the task sequence that will format and partition the disk, do the full OS installation, reboot into the new OS, sys prep it and then at that point we can shut the machine down and begin the template creation process back in the VMM console. So our OS deployment s finished now, the machine has been sys prepped successfully and we re seeing the summary screen now showing us that everything went fine so we can go ahead and click finish at this point and then shut the machine down and at that point we re then ready to create a template. So let me go ahead and close the viewer, switch back to the virtual machine console where we should be able to see that the machine is now shut down, okay, now it shows that it is stopped, so we can right click and say that we want to create a VM template and yes we need to confirm the message that says this will destroy the virtual machine is in the process of turning into a template, yes, we want to continue. We can use the same name for the template and the same settings for the hardware profile, we don t actually need the ISOs anymore so we could come in and remove that but for right now we ll just leave it there that doesn t hurt anything. We can then put in whatever operating system configuration we want, so you can put in any settings that may be required for the OS here, you could also put in an answer file if you wanted to do a specific configuration, I ll just leave the default s here for now, we can then choose a library share to place this on and you can choose a path to put it on a particular library so we ll just put it at the root, nice and simple. So now when we click create it will begin the process of turning that virtual machine into a template, that will take a little bit as it moves the VHD into the library but as soon as that process is done we then have a template that we can make use of for creating additional virtual machines. So that process created a single template for Windows 7 enterprise x86 if we needed additional templates for other operating systems we would just repeat that same process again, we would create a virtual machine, attach the MDT boot image to it, boot it up, choose the task sequence for the OS that we wanted to install, specify that we want to sys prep the operating system when we re done installing it and then shut it down and begin the process of turning it into a template. So that s pretty much all there is to it. 9

13 So for more information about MDT you can go to where you can get to the MDT downloads there s different versions for x86 and x64 host OS s although you could deploy either OS so you want to pick the version that corresponds to the OS that you ll be installing it on. There s also a link there to the connect site that has the beta versions for MDT 2012 so you can click that link and sign up for the beta access and download and try out the new version that we re working on. You can also visit the MDT forums on TechNet with the URL provided. We also have a team blog at blogs.technet.com/msdeployment we ll post announcements about new releases or any significant issues that people might run into. I also have my own blog at blogs.technet.com/mniehaus where I post a variety of OS related blog entries. And there s a group of MCS consultants who call themselves the deployment guys who also have a blog out on technet that posts all kinds of useful information for different scenarios that you might want to try out around OS deployment. 10

14 This has been a presentation of the Microsoft Virtual Academy. 11

Deploying Windows Server 2008 with System Center

Deploying Windows Server 2008 with System Center Windows Server 2008 At a glance: Configuration Manager deployment features Creating and customising a server task sequence Adding server roles Setting computer-specific variables Deploying Windows Server

More information

Scvmm 2012 Install Virtual Guest Services. Manually >>>CLICK HERE<<<

Scvmm 2012 Install Virtual Guest Services. Manually >>>CLICK HERE<<< Scvmm 2012 Install Virtual Guest Services Manually SCVMM 2012 R2 - Installing Virtual Switch Fails with Error 2916 Ensure that the Windows Remote Management (WinRM) service and the VMM agent are installed

More information

Deploying Windows 8.1 with ConfigMgr 2012 R2 and MDT 2013

Deploying Windows 8.1 with ConfigMgr 2012 R2 and MDT 2013 Deploying Windows 8.1 with ConfigMgr 2012 R2 and MDT 2013 Windows 8.1 Hands-on lab In this lab, you will learn how to deploy a Windows 8.1 image with ConfigMgr 2012 R2 and MDT 2013. Produced by Deployment

More information

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1

Hands-On Lab. Windows Azure Virtual Machine Roles. Lab version: Last updated: 12/14/2010. Page 1 Hands-On Lab Windows Azure Virtual Machine Roles Lab version: 2.0.0 Last updated: 12/14/2010 Page 1 CONTENTS OVERVIEW... 3 EXERCISE 1: CREATING AND DEPLOYING A VIRTUAL MACHINE ROLE IN WINDOWS AZURE...

More information

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in

More information

Microsoft. Configuring and Deploying a Private Cloud with System Center 2012

Microsoft. Configuring and Deploying a Private Cloud with System Center 2012 Microsoft 70-247 Configuring and Deploying a Private Cloud with System Center 2012 Download Full Version : https://killexams.com/pass4sure/exam-detail/70-247 Answer: C QUESTION: 94 Your role of Systems

More information

SaaSaMe Transport Workload Snapshot Export for. Alibaba Cloud

SaaSaMe Transport Workload Snapshot Export for. Alibaba Cloud SaaSaMe Transport Workload Snapshot Export for Alibaba Cloud Contents About This Document... 3 Revision History... 3 Workload Snapshot Export for Alibaba Cloud... 4 Workload Snapshot Export Feature...

More information

CIS 231 Windows 2012 R2 Server Install Lab #1

CIS 231 Windows 2012 R2 Server Install Lab #1 CIS 231 Windows 2012 R2 Server Install Lab #1 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems

More information

Deploying Windows 7 Using MDT UDI

Deploying Windows 7 Using MDT UDI The Microsoft Deployment Toolkit (MDT) supports three types of deployments Zero Touch Installation (ZTI), Lite Touch Installation (LTI), and User Driven Installation (UDI). However each deployment type

More information

Farstone TotalDeploy User Guide

Farstone TotalDeploy User Guide Farstone TotalDeploy User Guide 1 Introduction to TotalDeploy...3 1.1 Overview...3 1.1.1 What is TotalDeploy...3 1.1.2 Who needs TotalDeploy?...3 1.1.3 TotalDeploy infrastructure...3 1.2 What you can do

More information

CIS 231 Windows 7 Install Lab #2

CIS 231 Windows 7 Install Lab #2 CIS 231 Windows 7 Install Lab #2 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in the

More information

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Deploy is a trademark owned by Specops Software. All

More information

Acronis Backup & Recovery 11 Beta Advanced Editions

Acronis Backup & Recovery 11 Beta Advanced Editions Acronis Backup & Recovery 11 Beta Advanced Editions Quick Start Guide Table of contents 1 Main components... 3 2 Supported operating systems... 3 3 Where do I install the components?... 3 4 What you need

More information

How to Integrate SmartDeploy Enterprise with Windows Deployment Services

How to Integrate SmartDeploy Enterprise with Windows Deployment Services How to Integrate SmartDeploy Enterprise with Windows Deployment Services Prowess Consulting, LLC Published: March, 2010 Abstract Integrating custom Windows Imaging Format (WIM) images into Windows Deployment

More information

How to Integrate SmartDeploy with Windows Deployment Services

How to Integrate SmartDeploy with Windows Deployment Services How to Integrate SmartDeploy with Windows Deployment Services SmartDeploy Revised: March 2017 Integrating custom Windows Imaging Format (WIM) images into Windows Deployment Services (WDS) lets you take

More information

70-643: Windows Server 2008 Applications Infrastructure. Course 01 - Deploying Windows in the Enterprise

70-643: Windows Server 2008 Applications Infrastructure. Course 01 - Deploying Windows in the Enterprise 70-643: Windows Server 2008 Applications Infrastructure Course 01 - Deploying Windows in the Enterprise Slide 1 Deploying Windows in the Enterprise How to deploy Windows in the 2008 Server Environment

More information

Geeks Guide to BDD 2007 Part 4, Deploying XP using Lite Touch

Geeks Guide to BDD 2007 Part 4, Deploying XP using Lite Touch Geeks Guide to BDD 2007 Part 4, Deploying XP using Lite Touch Welcome BDD 2007, as you probably already know, is End-to-end guidance, best practices, and tools for planning, building, and deploying Windows

More information

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Slide 1: Cover Welcome to lesson 3 of the db2 on Campus lecture series. Today we're going to talk about tools and scripting, and this is part 1 of 2

More information

FireFox. CIS 231 Windows 2012 R2 Server Install Lab #1

FireFox. CIS 231 Windows 2012 R2 Server Install Lab #1 CIS 231 Windows 2012 R2 Server Install Lab #1 1) Use either Chrome or Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click

More information

IBM Endpoint Manager. OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute)

IBM Endpoint Manager. OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) IBM Endpoint Manager OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) IBM Endpoint Manager OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) Note Before

More information

OS Installer. Installation Instructions

OS Installer. Installation Instructions OS Installer These instructions are only relative to Digital X Bus X.200 owners needing to completely clean out their internal hard drive and re-install the entire operating system and the latest Digital

More information

Your Own Virtual Playground. CS 1585 :: Doug McGeehan

Your Own Virtual Playground. CS 1585 :: Doug McGeehan Your Own Virtual Playground CS 1585 :: Doug McGeehan Overview Follow these steps on your personal laptop or home PC. 1. 2. 3. 4. 5. Open this URL in your browser: http://tiny.cc/dsl-vm Download and Install

More information

Geeks Guide to BDD 2007 Part 3, Using Zero Touch to deploy Windows Vista

Geeks Guide to BDD 2007 Part 3, Using Zero Touch to deploy Windows Vista Geeks Guide to BDD 2007 Part 3, Using Zero Touch to deploy Windows Vista Welcome BDD 2007, as you probably already know, is End-to-end guidance, best practices, and tools for planning, building, and deploying

More information

Optional Lab. Identifying the Requirements. Configuring Windows 7 with virtualization. Installing Windows Server 2008 on a virtual machine

Optional Lab. Identifying the Requirements. Configuring Windows 7 with virtualization. Installing Windows Server 2008 on a virtual machine Optional Lab Appendix D As you go through Microsoft Windows Networking Essentials for the 98-366 exam, you may want to get your hands on Windows Server 2008 and dig a little deeper. That makes sense. While

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

List of Virtual Machines Used in This Lab

List of Virtual Machines Used in This Lab INF204x Module 3 Lab1: Deploying Windows 10 to a New Computer by Using Microsoft Deployment Toolkit Lab: Using Microsoft Deployment Toolkit 2013 Update 1 Preview to Deploy Operating Systems Overview of

More information

Microsoft Exam Recertification for MCSE: Desktop Infrastructure Version: 5.0 [ Total Questions: 180 ]

Microsoft Exam Recertification for MCSE: Desktop Infrastructure Version: 5.0 [ Total Questions: 180 ] s@lm@n Microsoft Exam 70-982 Recertification for MCSE: Desktop Infrastructure Version: 5.0 [ Total Questions: 180 ] Topic 1, Proseware Inc Microsoft 70-982 : Practice Test Overview Proseware, Inc. is an

More information

CIS 231 Windows XP (SP3) Install Lab #3 Virtual Machines

CIS 231 Windows XP (SP3) Install Lab #3 Virtual Machines CIS 231 Windows XP (SP3) Install Lab #3 Virtual Machines Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client. Be

More information

Personal vdisk Implementation Guide. Worldwide Technical Readiness

Personal vdisk Implementation Guide. Worldwide Technical Readiness Worldwide Technical Readiness Table of Contents Table of Contents... 2 Overview... 3 Implementation Guide... 4 Pre-requisites... 5 Preparing PVS vdisk to be used with Personal vdisk... 6 Creating a Desktop

More information

10 cool tools in Windows 7

10 cool tools in Windows 7 Version 1.0 May 21, 2009 By Debra Littlejohn Shinder, MVP Windows 7 has received plenty of attention from the tech press, but much of the focus has been on interface changes, such as the redesigned taskbar,

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

VRX VIRTUAL REPLICATION ACCELERATOR

VRX VIRTUAL REPLICATION ACCELERATOR If you re not using Citrix XenCenter 6.0, your screens may vary. VRX VIRTUAL REPLICATION ACCELERATOR Citrix XenServer Hypervisor Server Mode (Single-Interface Deployment) 2015 Silver Peak Systems, Inc.

More information

Dell EMC SC Series Storage and SMI-S Integration with Microsoft SCVMM

Dell EMC SC Series Storage and SMI-S Integration with Microsoft SCVMM Dell EMC SC Series Storage and SMI-S Integration with Microsoft SCVMM Dell EMC Engineering February 2017 A Dell EMC Deployment and Configuration Guide Revisions Date May 2012 February 2013 December 2013

More information

Automating the Windows 2000 Installation

Automating the Windows 2000 Installation Chapter 2 Automating the Windows 2000 Installation MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Perform an unattended installation of Windows 2000 Professional. Install Windows 2000 Professional by

More information

Required Virtual Interface Maps to... mgmt0. virtual network = mgmt0 wan0. virtual network = wan0 mgmt1. network adapter not connected lan0

Required Virtual Interface Maps to... mgmt0. virtual network = mgmt0 wan0. virtual network = wan0 mgmt1. network adapter not connected lan0 VX-1000 VIRTUAL APPLIANCE Microsoft Hyper-V Hypervisor 2012 Silver Peak Systems, Inc. Support Limitations In single-homed Router mode, the virtual appliance only uses mgmt0 and wan0. This Quick Start Guide

More information

Dell Lifecycle Controller Integration Version for Microsoft System Center 2012 Virtual Machine Manager User s Guide

Dell Lifecycle Controller Integration Version for Microsoft System Center 2012 Virtual Machine Manager User s Guide Dell Lifecycle Controller Integration Version 1.0.1 for Microsoft System Center 2012 Virtual Machine Manager User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that

More information

Quick Start Guide. Citrix XenServer Hypervisor. Router Mode (Out-of-Path Deployment) Before You Begin SUMMARY OF TASKS

Quick Start Guide. Citrix XenServer Hypervisor. Router Mode (Out-of-Path Deployment) Before You Begin SUMMARY OF TASKS VX VIRTUAL APPLIANCES If you re not using Citrix XenCenter 6.0, your screens may vary. Citrix XenServer Hypervisor Router Mode (Out-of-Path Deployment) 2015 Silver Peak Systems, Inc. Before You Begin Comply

More information

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012!

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012! Windows Server 2012 Hands- On Camp Learn What s Hot and New in Windows Server 2012! Your Facilitator Damir Bersinic Datacenter Solutions Specialist Microsoft Canada Inc. damirb@microsoft.com Twitter: @DamirB

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

Martin Vittrup Senior Technology Specialist Windows Client Microsoft Danmark

Martin Vittrup Senior Technology Specialist Windows Client Microsoft Danmark Martin Vittrup Senior Technology Specialist Windows Client Microsoft Danmark mvittrup@microsoft.com SOLUTIONS IMAGING DELIVERY MIGRATION Microsoft Deployment Toolkit Application Compatibility Toolkit

More information

Create a pfsense router for your private lab network template

Create a pfsense router for your private lab network template Create a pfsense router for your private lab network template Some labs will require a private network where you can deploy services like DHCP. Here are instructions for setting up an uplink router for

More information

Getting Started with the Deployment Console and Deploying the Clients Per PXE Network Booting using their MAC address. Quick Guide

Getting Started with the Deployment Console and Deploying the Clients Per PXE Network Booting using their MAC address. Quick Guide Getting Started with the Deployment Console and Deploying the Clients Per PXE Network Booting using their MAC address Quick Guide Deployment Manager 2 Quick Guide 1 Introduction...3 1.1 Installing the

More information

Quick Start Guide. Citrix XenServer Hypervisor. Server Mode (Single-Interface Deployment) Before You Begin SUMMARY OF TASKS

Quick Start Guide. Citrix XenServer Hypervisor. Server Mode (Single-Interface Deployment) Before You Begin SUMMARY OF TASKS Quick Start Guide VX VIRTUAL APPLIANCES If you re not using Citrix XenCenter 6.0, your screens may vary. Citrix XenServer Hypervisor Server Mode (Single-Interface Deployment) 2014 Silver Peak Systems,

More information

Blackfin Online Learning & Development

Blackfin Online Learning & Development Presentation Title: Multimedia Starter Kit Presenter Name: George Stephan Chapter 1: Introduction Sub-chapter 1a: Overview Chapter 2: Blackfin Starter Kits Sub-chapter 2a: What is a Starter Kit? Sub-chapter

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

If you re not using Citrix XenCenter 6.0, your screens may vary.

If you re not using Citrix XenCenter 6.0, your screens may vary. VX VIRTUAL APPLIANCES If you re not using Citrix XenCenter 6.0, your screens may vary. Citrix XenServer Hypervisor Bridge Mode (In-Line Deployment) 2014 Silver Peak Systems, Inc. Before You Begin Comply

More information

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client.

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS 231 Windows 10 Install Lab # 3 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

Using PlateSpin PowerConvert to Perform Windows-to-Virtual Conversions into Virtual Iron Servers

Using PlateSpin PowerConvert to Perform Windows-to-Virtual Conversions into Virtual Iron Servers Using PlateSpin PowerConvert to Perform Windows-to-Virtual Conversions into Virtual Iron Servers Introduction PlateSpin PowerConvert can be used to perform physical-to-virtual (P2V) conversions of Windows

More information

Install and Manage Windows Nano Server 2016 Step by Step

Install and Manage Windows Nano Server 2016 Step by Step Complete Lab (V2.0) Ahmed Abdelwahed Microsoft Certified Trainer Ahmed_abdulwahed@outlook.com Table of Contents Lab Objective... 3 Windows Nano Server 2016 overview... 3 Current infrastructure environment...

More information

IBM Endpoint Manager. OS Deployment V3.5 User's Guide

IBM Endpoint Manager. OS Deployment V3.5 User's Guide IBM Endpoint Manager OS Deployment V3.5 User's Guide IBM Endpoint Manager OS Deployment V3.5 User's Guide Note Before using this information and the product it supports, read the information in Notices

More information

Exam Questions

Exam Questions Exam Questions 70-246 Private Cloud Monitoring and Operations with System Center 2012 https://www.2passeasy.com/dumps/70-246/ 1. You work as a Network Administrator at ABC.com. The network includes a System

More information

Imaging the HP Z240 Workstation

Imaging the HP Z240 Workstation Technical white paper Imaging the HP Z240 Workstation with Windows 10 Pro (64-bit) and Microsoft Deployment Toolkit (MDT) 2013 v1.2 A system image enables you to automate the deployment of computers in

More information

Lesson 9 Transcript: Backup and Recovery

Lesson 9 Transcript: Backup and Recovery Lesson 9 Transcript: Backup and Recovery Slide 1: Cover Welcome to lesson 9 of the DB2 on Campus Lecture Series. We are going to talk in this presentation about database logging and backup and recovery.

More information

70-247: Configuring and Deploying a Private Cloud with System Center 2012

70-247: Configuring and Deploying a Private Cloud with System Center 2012 70-247: Configuring and Deploying a Private Cloud with System Center 2012 Module 01 - Understanding the Private Cloud Lesson 1: Understanding the Private Cloud Cloud Comparisons Comparing the Private and

More information

10 cool tools in Windows 7

10 cool tools in Windows 7 10 cool tools in Windows 7 Date: May 21st, 2009 Author: Debra Littlejohn Shinder Category: 10 things Tags: Microsoft Windows 7, Microsoft Windows PowerShell, Tool, Computer, Microsoft Windows, Productivity,

More information

Deploying an Exchange 2007 SP1 CCR Cluster on a Windows Server 2008 Failover Cluster

Deploying an Exchange 2007 SP1 CCR Cluster on a Windows Server 2008 Failover Cluster Deploying an Exchange 2007 SP1 CCR Cluster on a Windows Server 2008 Failover Cluster Back in October 2006 when Exchange Server 2007 still was a beta 2 product (at least to the general public), I wrote

More information

Hey guys, With that, let s begin. HOW TO INSTALL OFFICE 2013 ON THE WINDOWS RELEASE PREVIEW. Step 1: Create an account and join the preview

Hey guys, With that, let s begin. HOW TO INSTALL OFFICE 2013 ON THE WINDOWS RELEASE PREVIEW. Step 1: Create an account and join the preview Hey guys, It has been a while since I posted any kind of tutorial, but now that there is a new office version out, I will post a tutorial about how to install it and how it integrates into the cloud to

More information

Dell Lifecycle Controller Integration Version for Microsoft System Center 2012 Virtual Machine Manager Installation Guide

Dell Lifecycle Controller Integration Version for Microsoft System Center 2012 Virtual Machine Manager Installation Guide Dell Lifecycle Controller Integration Version 1.0.1 for Microsoft System Center 2012 Virtual Machine Manager Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information

More information

DOWNLOAD PDF CREATOR FOR WINDOWS 8 64 BIT

DOWNLOAD PDF CREATOR FOR WINDOWS 8 64 BIT Chapter 1 : Media Creation Tool x64 - Windows 8 Downloads If you need to install or reinstall Windows, you can use the tools on this page to create your own installation media using either a USB flash

More information

K2 ServerSave Installation and User Guide

K2 ServerSave Installation and User Guide K2 ServerSave Installation and User Guide Chapter 1: Introduction 1.1 What is K2 ServerSave? Welcome to the K2 ServerSave Server Edition User Guide. This guide briefly describes the K2 ServerSave Application

More information

FileWave 10 Webinar Q&A

FileWave 10 Webinar Q&A FileWave 10 Webinar Q&A When will 10 be released? October 14 th, but you can sign up today to get into the beta program. Link: www.filewave.com/beta-program How stable is the beta? Should we use it for

More information

Infinity Management Guide

Infinity Management Guide Infinity Management Guide 1. What is Infinity Management? Infinity Management is a deployment tool offered by Heimdal Security that will provide you the ability to deploy software within your organization

More information

Geeks Guide to BDD 2007 Part 2, Using Lite Touch to deploy Windows Vista

Geeks Guide to BDD 2007 Part 2, Using Lite Touch to deploy Windows Vista Geeks Guide to BDD 2007 Part 2, Using Lite Touch to deploy Windows Vista Welcome BDD 2007, as you probably already know, is End-to-end guidance, best practices, and tools for planning, building, and deploying

More information

benefits for customers with subscriptions in CSP

benefits for customers with subscriptions in CSP Windows 10 upgrade benefits for customers with subscriptions in CSP Windows 10 upgrade benefits for customers Resources and guidance for organizations upgrading from Windows 7 and Windows 8/8.1 with subscriptions

More information

Demo Lab Guide vworkspace

Demo Lab Guide vworkspace Demo Lab Guide vworkspace Product Domain: Cloud Client Computing Author: Dan Coleman Version: 1.01 Table of Contents 1 Product Overview... 4 1.1 Lab Preparation Considerations and Caveats... 4 2 Introduction...

More information

L AB: W I N D O W S 7 V I R T U A L I Z A T I O N

L AB: W I N D O W S 7 V I R T U A L I Z A T I O N Revision Date: 5/31/2013 Time 1.0 Hours O V E R V IEW In this lab, you will set up a Virtual PC Environment that you can configure at home to complete the lab activities in this course. L AB ACTIVIT IES

More information

Applied ICT Skills MS Windows

Applied ICT Skills MS Windows Applied ICT Skills MS Windows Lesson 1 - How to install an operating system into computer? Windows 7 is perhaps the best Microsoft operating system and is very easy to install compared to other windows.

More information

CST VMWare Documentation

CST VMWare Documentation Login to the vsphere Web Client using a web browser by navigating to https://cstvmware.ridgewater.edu/ui/. Chrome is the best for this, but others will work. You will see a page like this: Login with your

More information

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete CIS 231 Windows 2008 Server Install Lab #1 (Virtual Machines) Keys to Remember when using the vsphere client. Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins

More information

How to Install Ubuntu on VirtualBox

How to Install Ubuntu on VirtualBox How to Install Ubuntu on VirtualBox Updated on January 26, 2017 Melanie more VirtualBox is easy to use software that allows you to use multiple operating systems simultaneously. As different operating

More information

Infrastructure Provisioning with System Center Virtual Machine Manager

Infrastructure Provisioning with System Center Virtual Machine Manager Infrastructure Provisioning with System Center Virtual Machine Manager Course Details Duration: Course code: 5 Days M10981 Overview: Learn how to install and configure Microsoft System Center 2012 R2 Virtual

More information

If you re not using Microsoft Hyper-V 2012, your screens may vary.

If you re not using Microsoft Hyper-V 2012, your screens may vary. Quick Start Guide If you re not using Microsoft Hyper-V 2012, your screens may vary. VX VIRTUAL APPLIANCES Microsoft Hyper-V Hypervisor Server Mode (Single-Interface Deployment) 2015 Silver Peak Systems,

More information

Retrospect 8 for Windows Reviewer s Guide

Retrospect 8 for Windows Reviewer s Guide Retrospect 8 for Windows Reviewer s Guide 2012 Retrospect, Inc. About this Reviewer s Guide This document provides a concise guide to understanding Retrospect 8 for Windows. While it is not designed to

More information

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7.

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7. TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION VMware Horizon 7 version 7.x Table of Contents Introduction.... 3 JMP Next-Generation Desktop

More information

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer

Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer Summary This document outlines the process to perform the following tasks. 1. Configure Windows Server 2003 Release 2 Server Network File Share (NFS) as an authenticated storage repository for XenServer.

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, please review the readme files,

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox CIS 231 Windows 7 Install Lab #2 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

Microsoft Deployment Toolkit

Microsoft Deployment Toolkit Microsoft Deployment Toolkit Agenda MDT Prerequisites Building a Deployment Share Configure New Deployment Share Deployment Share Properties Import Applications Import The OS Image Import The drivers Import

More information

MySQL for Windows. Tak Auyeung. September 7, 2003

MySQL for Windows. Tak Auyeung. September 7, 2003 MySQL for Windows Tak Auyeung September 7, 2003 1 Getting it Go to http://www.mysql.com for general information. To make your life easier, you can get most of the files on a CD (so you can install it easily

More information

NE Infrastructure Provisioning with System Center Virtual Machine Manager

NE Infrastructure Provisioning with System Center Virtual Machine Manager NE-10981 Infrastructure Provisioning with System Center Virtual Machine Manager Summary Duration 5 Days Audience IT Professionals Level 400 Technology Microsoft System Center 2012 Delivery Method Instructor-led

More information

Infinova SS200T3R Embedded VMS Box

Infinova SS200T3R Embedded VMS Box Infinova SS200T3R Embedded VMS Box WARNING Embedded VMS advanced maintenance is special activity and it is highly recommended that only trained engineers operate the maintenance procedures. Incorrect configuration

More information

System Center Virtual Machine Manager. Overblik Demo. Roadmap

System Center Virtual Machine Manager. Overblik Demo. Roadmap System Center Virtual Machine Manager Overblik Demo Roadmap System Center Macro Trends Virtualization acceleration Large Datacenter build outs Current Indicators #1 CIO priority in 2008 (up from #17) Companies

More information

Installing and Configuring Citrix XenApp 6.5 (Part 1)

Installing and Configuring Citrix XenApp 6.5 (Part 1) Installing and Configuring Citrix XenApp 6.5 (Part 1) Introduction The first part of this series describes the installation steps of the first server (which will create the XenApp environment) and the

More information

This is Lab Worksheet 7 - not an Assignment

This is Lab Worksheet 7 - not an Assignment This is Lab Worksheet 7 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make sure

More information

IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User s Guide

IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User s Guide IBM System x IBM Deployment Pack for Microsoft System Center Configuration Manager 2007 Installation and User s Guide Version 1.0 IBM System x IBM Deployment Pack for Microsoft System Center Configuration

More information

_APP A_541_10/31/06. Appendix A. Backing Up Your Project Files

_APP A_541_10/31/06. Appendix A. Backing Up Your Project Files 1-59863-307-4_APP A_541_10/31/06 Appendix A Backing Up Your Project Files At the end of every recording session, I back up my project files. It doesn t matter whether I m running late or whether I m so

More information

Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud Amazon Elastic Compute Cloud - By Demokloud 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon EC2 Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure,

More information

Dell Compellent Storage Center. Microsoft Server 2008 R2 Hyper-V Best Practices for Microsoft SCVMM 2012

Dell Compellent Storage Center. Microsoft Server 2008 R2 Hyper-V Best Practices for Microsoft SCVMM 2012 Dell Compellent Storage Center Microsoft Server 2008 R2 Hyper-V Best Practices for Microsoft SCVMM 2012 Document Revisions Date Revision Comments 05/18/2012 A First Revision THIS BEST PRACTICES GUIDE IS

More information

AOMEI Image Deploy User Manual

AOMEI Image Deploy User Manual AOMEI Image Deploy User Manual AOMEI Image Deploy Overview Sometimes we need to deploy/restore Windows image files to multiple computers or clone system disk to multiple computers in a same LAN to install

More information

Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide

Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide Dell Lifecycle Controller Integration Version 2.2 For Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

Q&A. DEMO Version

Q&A. DEMO Version Managing and Maintaining Windows 8 Q&A DEMO Version Copyright (c) 2013 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration purpose only, this free version Chinatag

More information

Windows to Go and Portable VirtualBox

Windows to Go and Portable VirtualBox Windows to Go and Portable VirtualBox Creating a portable virtual machine test bench Originally presented at the Maine Technical User s Group Conference, June 2014 Steps in the Process Create a Windows

More information

Acronis True Image Echo Corporate Overview & Reviewer s Guide

Acronis True Image Echo Corporate Overview & Reviewer s Guide Acronis True Image Echo Corporate Overview & Reviewer s Guide Introduction This guide is designed for members of the media and others who will be evaluating the corporate family of Acronis True Image Echo

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Update 2 Advanced Server Server for Windows Virtual Edition Server for Linux Advanced Server SBS Edition Workstation

More information

How to set up SQL Source Control The short guide for evaluators

How to set up SQL Source Control The short guide for evaluators GUIDE How to set up SQL Source Control The short guide for evaluators 1 Contents Introduction Team Foundation Server & Subversion setup Git setup Setup without a source control system Making your first

More information

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron Virtualization Manager to configure

More information

Deploying Windows 10 Part 1

Deploying Windows 10 Part 1 Deploying Windows 10 Part 1 System Center 2012 R2 Configuration Manager SP1 CU2 and MDT 2013 Update 2 Creating Windows 10 reference image In my previous post, I have installed and integrated MDT 2013 Update

More information

Tintri VMstore with Hyper-V Best Practice Guide

Tintri VMstore with Hyper-V Best Practice Guide TECHNICAL WHITE PAPER Tintri VMstore with Hyper-V Best Practice Guide Author: Dominic Cheah (Technical Marketing Engineer) Technical Best Practices Paper, Rev 1.3, Nov 4th, 2015 www.tintri.com Contents

More information