Geek Week VDI Day 4:

Size: px
Start display at page:

Download "Geek Week VDI Day 4:"

Transcription

1 TechTarget Virtualization Media Geek Week VDI Day 4: Microsoft "in box" VDI solution summary The idea behind Geek Week is simple: Brian Madden and Gabe Knuth examine, as best they can, one vendor's product per day for a week. For this inaugural Geek Week, they chose to take a look at VDI products from the companies that you, the community, wanted to see. This article is an over the shoulder account of their day in the lab where they installed Microsoft s VDI product from scratch, including provisioning desktops for users and connecting remotely. Sponsored By:

2 Geek Week VDI Day 4: Microsoft "in box" VDI solution summary by Gabe Knuth This post, like all five Geek Week: VDI wrap-up posts, was co-written by Brian & Gabe. Geek Week Day 4 brings in Microsoft, and we were looking forward to getting back into the Windows world. Joining us were two "Softies," Eric Schroeder and Michael Kleef. Our goal for the day was to eventually test VDI Suite, while stopping along the way to test the "in box" VDI solution that Brian wrote about back in February. What we learned is that "in box" does not mean "simple" or "easy," and we never actually did get to the full VDI Suite. We did, however, get to see some pretty surprising performance from RDP in our WAN simulations, and that alone was a pretty positive takeaway from the day. Before we get started, we should mention that lacing all of these technologies together has been simplified through the use of a handful of scripts or small applications. Whenever possible, we linked to them (we should have gotten them all), but if you catch something that we missed, let us know and we'll track these guys down and get it from them. All the scripts and apps that we used are available for free. The whiteboard Before we got started, Michael Kleef spent some time on the white board explaining the bits and pieces of what we'd be doing today. Not more than two minutes after we started recording, yet another organized gathering attended by us was interrupted by a fire alarm that called for evacuation. That brings the total to three (BriForum 2006 at the National Press Club, iforum Edinburgh 2007 closing party, and Geek Week: VDI), plus a bomb scare (also during BriForum 2006)! So, after the evacuation (and an early lunch), we reconvened at the whiteboard where Michael went on explaining the important parts of the "in box" VDI solution. Microsoft "in box" VDI solution installation and configuration With an already shortened day, it was time to get busy. We managed to shorten the video down to about 30 minutes, but it took the better part of the afternoon to actually get this installed and configured. Since the "in box" solution is more or less a collection of loosely joined pieces that just happen to work together, we ended up spending most of our time just getting it to work. To begin, Eric showed us a simple way to create VHD files using an app called WIM2VHD. WIM stands for "Windows Imaging Format," and WIM files exist on the installation media for all versions of Windows made after and including Sponsored by: Page 2 of 6

3 Vista. In just a couple minutes, the utility converts the WIM file into a sysprepped VHD file that you can import into Hyper-V or Virtual PC, or even boot from natively. After creating our VHD, we created a new VM and used the VHD we'd just created. This entire process is nothing special, except that we went bare-virtual-metal to installed, sysprepped Windows 7 in about five minutes. We still need to give it a name and detect hardware and such, so there's still a reboot to do, but the time to install Win 7 is drastically reduced. Next, Eric created copy-on-write differencing disks that are used by users to maintain state separate from the master (or parent) image. Differencing disks can be configured to be persistent through reboots or to be wiped after each reboot. The main caveat (and the difference between this and the other products we've seen) is that changing the parent image invalidates the differencing disks. Another interesting note is that the differencing disks need to live on the same volume as the parent image. So, for instance, you can't have your parent image on the host and the differencing disks on a SAN. The next step for us was to make some tweaks to the VM, such as enabling RDP, turning on and configuring the Windows Firewall, and enabling some RPC management interfaces for communications with RDS and RDV (the bit that ties RDS into Hyper-V). Eric used a PowerShell script called "Configure Guest OS for Microsoft VDI". This script can be (and is usually) incorporated into the image creation process, but we singled it out to show that it needs to be done. Before continuing, we noticed that we hadn't installed the RDV role on to the Hyper-V host, so we took a minute to do that. It's just a matter of finding and selecting the "Remote Desktop Virtualization Host" role in server manager. It's actually a sub-role under the Remote Desktop Services role. Now we need to enable the Remote Desktop Session Host for redirection. Remote Desktop Session Host is the new name for a plain-old Terminal Server. Right now you might be asking "Why the hell would you need a Terminal Server when using VDI, and while we're at it, what the hell is redirection mode?" The reason for this, as explained my Michael Kleef, is that when Remote Desktop Clients connect to the Remote Desktop Connection Broker, the Connection Broker is expecting to find a session host (Terminal Server). Redirection mode is basically just telling the connection broker "Yeah, I'm here, carry on," so the connection broker can go on its way. While we were installing the Connection Broker via the setup wizard, we realized we hadn't yet configured TS Web Access, so we added that role to the same server as the Connection Broker. To complete the setup of TS Web Access, Eric went to the web site, logged on as admin, and specified the name of the Connection Broker server. We're almost ready to start brokering desktops, but there's still a few more steps. First, we have to go back to the Connection Broker wizard and point it to the Hyper-V server that is running the RD Virtualization Host role. Then, we also need to point the Connection Broker to the RD Session Host (Terminal Server) server. Once the setup wizard is completed, it automatically launches another wizard that allows you to assign virtual desktops to users. Sponsored by: Page 3 of 6

4 The first thing we do in this wizard is pick a user account and a machine to which that user will have access. When we selected the appropriate machine, we were presented with an error that the name of the VM in the Hyper-V console must match the FQDN of the VM in Active Directory. To fix this, we actually have to go into Hyper-V and rename the VM's to be the same as the computer name. The reason for this, as Eric explains, is that it has to do with how the machine attribute is assigned to the user, and Hyper-V is more or less appending the domain name to the end of VM's name. The main purpose of this is to allow the Connection Broker to keep track of a specific VM in the even that it's moved from one Hyper-V host to another. After we changed the name of our VM in Hyper-V, we finished up the assignment wizard and tested our connection. Now we were ready to move on to the user experience testing. The user experience Before we started testing, we huddled up and tried to come up with a test method for using the "client hints" that are in the Remote Desktop Client. If you're not familiar with that term, client hints are the different connection scenarios that you can select from the Experience tab in the RDC. Each one is pre-tailored for certain connection types and conditions. This can be configured at the web interface, but it's web interface-wide, and isn't using any automatic client detection to pick which client hint to use. The only way to provide, say, three different connection scenarios is to stand up three separate web interfaces, each with their own connection configurations. Obviously this is cumbersome, but it does give the user the best experience based on the connection type. We chose to test a scenario like this, but by specifically setting the client hints in the RDC, not using the web interface (to save the time of setting up two more web interfaces). We also learned dug a little deeper into the Satellite client hint and came a way pretty surprised at the performance, even in our bad WAN scenario. As usual, the best way to convey the user experience is through the video, so check it out. The Bottom Line From Gabe: I think the FQDN thing put me over the top with this solution. Comparing apples to apples, if you remove dynamic provisioning from the equation (since the "in box" VDI solution doesn't have that as a feature) and just compare getting the desktop broker piece up and running, Microsoft is easily the most complex thing we saw. Now, I didn't have very high expectations for Microsoft coming in to the day, since neither VDI solution is really targeted for enterprise-wide implementation, but I was still a little disappointed there. The scripts that Eric used were very helpful, but it would be really great if someone...anyone...create some sort of wrapper for the config in order to make this a simple process. We cut out a lot of footage where we were looking for specific settings in several different places, uninstalling roles so we could put them on a different machine that wouldn't conflict with something else, and so on. Sponsored by: Page 4 of 6

5 Still, while it was as slick as sandpaper, it did work in the end. So, with a little effort, it is possible to stand up a, more or less, free VDI solution. The highlight of the day was using the "Satellite" client hint when doing the WAN testing. It was really amazing to see the difference in performance between it and the other client hints that we used. We still had some of the same RDP-like issues, and there were no negative surprises when it came to RDP (everything we saw is pretty wellknown), but the Satellite experience was quite a bit better than expected. From Brian: Since Microsoft's VDI solution is based on Terminal Services, I felt that I'd be pretty familiar with how this solution works. I know Terminal Server. I know System Center. And I know RDP. No surprises. I also knew going into this that Microsoft's solution is based on a bunch of loosely-connected components and that it's not exactly what you'd call "simple," so again I felt like I knew what we were getting into. And I can confidently say, for better or worse, that Microsoft's Windows Server 2008 R2 "in box" VDI solution was exactly what I thought'd it be. There are a lot of moving parts that aren't necessarily designed to be used in this way, and even once it's all working it's confusing to keep things straight. (Even with the Microsoft guys onsite, we had more than one occurence of "Oh wait, that's configured over here, not there," and "Where is that setting again?") In terms of practical limitations, the Server 2008 R2 in box solution is mostly missing the ability to thin provision shared master images and the ability to load-balance incoming user connections. Those two things right there limit Microsoft's usefulness to only the simplest or environments. But the irony, of course, is that Microsoft's VDI offering over-complexifies these simple solutions.. Like there are just a ton of moving parts to get integrated and working with no super cool result. (At least Citrix XenDesktop's complexity gives you a great environment when you're done!) If I'm a smaller environment, I'm probably going with something simple to setyup like VMware View Quest vworkspace (or even one of the complete solutions like Pano Logic). I just can't see wading through the Microsoft muck just to end up with what they offer. Oh wait. It's free. ("Free" as in if you buy the requisite MS licenses for any VDI product, you have by definition bought the licenses you need to deploy the Microsoft in box solution.) So if your company is super poor or super cheap, and you like to script things, then the Microsoft in box solution might be for you. (Of course if you're super cheap, I don't think VDI is for you in the first place.) Sponsored by: Page 5 of 6

6 Resources from VMware Experience the World s Most Amazing View. VMWare View 4 Why VMWare View? Calculate your Virtual Desktop ROI About VMware Manage thousands of desktops from a single console with the world s leading desktop solution VMware View 4. Centralize desktops, applications, and data for increased control, versatility, and security. Reduce your total cost of ownership by 50% with the only virtualization solution specifically built for desktops. Enjoy the view. Sponsored by: Page 6 of 6

Trusteer Rapport Virtual Implementation Scenarios

Trusteer Rapport Virtual Implementation Scenarios Trusteer Rapport Virtual Implementation Scenarios Technical White Paper Version 1.0 October 2012 new threats, new thinking Contents About this Document 1 1. Overview of Virtual Desktop/Machine Environments

More information

Component Details Notes Tested. The virtualization host is a windows 2008 R2 Hyper-V server. Yes

Component Details Notes Tested. The virtualization host is a windows 2008 R2 Hyper-V server. Yes We will be reviewing Microsoft s Remote Desktop Services (RDS), which has undergone significant reworking since it was released as Windows 2008 Terminal Services. In the original release of Microsoft Windows

More information

Implementing and Managing Windows Server 2008 Hyper-V

Implementing and Managing Windows Server 2008 Hyper-V Course 6422A: Implementing and Managing Windows Server 2008 Hyper-V Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology: Windows Server 2008 Type: Course Delivery Method:

More information

TechTarget Virtualization Media. E-Guide

TechTarget Virtualization Media. E-Guide TechTarget Virtualization Media E-Guide Desktop Virtualization: Expert Guide to VDI, Hypervisors, and More Many businesses fail to understand that the desktop virtualization space extends far beyond just

More information

PDFDumps. http://www.pdfdumps.com. PDFDumps can solve all your IT exam problems and broaden your knowledge

PDFDumps. http://www.pdfdumps.com. PDFDumps can solve all your IT exam problems and broaden your knowledge PDFDumps http://www.pdfdumps.com PDFDumps can solve all your IT exam problems and broaden your knowledge Exam : 1Y0-A14 Title : Implementing Citrix XenDesktop 3 Vendors : Citrix Version : DEMO NO.1 Which

More information

In addition to their professional experience, students who attend this training should have technical knowledge in the following areas.

In addition to their professional experience, students who attend this training should have technical knowledge in the following areas. 6422A - Implementing and Managing Windows Server 2008 Hyper-V Course Number: 6422A Course Length: 3 Days Course Overview This three-day instructor-led course teaches students how to implement and manage

More information

2009 AAMGA Automation Conference

2009 AAMGA Automation Conference 2009 AAMGA Automation Conference Kenny Morris, MCSE Manager of Network Services CRC Insurance Services, Inc. kmorris@crcins.com Server Infrastructure 170 servers 70% in Central Datacenter 25% of server

More information

Integration Guide: Using Unidesk 3.x with Citrix XenDesktop

Integration Guide: Using Unidesk 3.x with Citrix XenDesktop TECHNICAL WHITE PAPER Integration Guide: Using Unidesk 3.x with Citrix XenDesktop This document provides a high- level overview of the Unidesk product as well as design considerations for deploying Unidesk

More information

Microsoft Virtual Desktop Infrastructure (VDI) FAQ

Microsoft Virtual Desktop Infrastructure (VDI) FAQ Microsoft Virtual Desktop Infrastructure (VDI) FAQ Q1: What is VDI? A1: Virtual Desktop Infrastructure (VDI) is a centralized desktop delivery solution that enables organizations to store and execute desktop

More information

6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days)

6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days) www.peaklearningllc.com 6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days) Introduction This three-day instructor-led course teaches students how to implement and manage Windows Server

More information

XenDesktop 4 Product Review

XenDesktop 4 Product Review XenDesktop 4 Product Review Virtual Desktop software is technology that is designed to run a desktop operating system, on a virtual cluster while attempting to provide the same user experience as a physical

More information

The Importance of User Workspace Virtualization in Desktop Virtualization

The Importance of User Workspace Virtualization in Desktop Virtualization res Software // Whitepaper The Importance of User Workspace Virtualization in Desktop Virtualization Whitepaper Transforming Desktops into Workspaces 2 Table of content: Abstract... 3 What is desktop virtualization?...4

More information

Version 2.1. Copyright 2014 DataCore Software Corp. All Rights Reserved. Copyright 2014 DataCore Software Corp. All Rights Reserved.

Version 2.1. Copyright 2014 DataCore Software Corp. All Rights Reserved. Copyright 2014 DataCore Software Corp. All Rights Reserved. Version 2.1 VDI Virtual Desktop Infrastructure "Full Featured Virtual desktops are the logical next step to server and storage virtualization." With this approach, all the components and applications are

More information

MOC 10324A: Implementing and Managing Microsoft Desktop Virtualization

MOC 10324A: Implementing and Managing Microsoft Desktop Virtualization MOC 10324A: Implementing and Managing Microsoft Desktop Virtualization Course Overview This course provides students with the knowledge and skills to implement and manage desktop virtualization solutions.

More information

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Duration: Three consecutive Saturdays About this Course This instructor led course teaches students how to implement and manage Windows

More information

Multiple Access on VMWare Images

Multiple Access on VMWare Images Jul 31, 2008 Hi Guys! I need help. How am I able to access one image with multiple VMWare Player? Sep 10, 2007 1. Re: Multiple Access on VMWare Images Aug 4, 2008 2:55 AM If you mean Accessing one shared

More information

Evento Assyrus Microsoft 2009

Evento Assyrus Microsoft 2009 Remote Services Panoramica delle nuove funzionalità Andrea Mauro Direttore Tecnico 20 novembre 2009 Assyrus Srl Microsoft Virtualization User State Virtualization Server Virtualization Presentation Virtualization

More information

Virtual Desktop Infrastructure in

Virtual Desktop Infrastructure in Introducing Virtual Desktop Infrastructure in Propalms TSE 6.0 1. Introduction: Propalms TSE 6.0 introduces the Virtual Desktop Infrastructure that lets you harness the power of virtualization technology.

More information

Saving money and increasing security of desktops: forget VDI

Saving money and increasing security of desktops: forget VDI Saving money and increasing security of desktops: forget VDI The problem with desktop virtualization...2 What is client virtualization?...3 Why client virtualization instead of VDI?...4 Where does client

More information

Virtualizing Enterprise Desktops and Apps

Virtualizing Enterprise Desktops and Apps Course 20694B: Virtualizing Enterprise Desktops and Apps Page 1 of 6 Virtualizing Enterprise Desktops and Apps Course 20694B: 4 days; Instructor-Led Introduction This four-day, hands-on training course

More information

Installing Booked scheduler on CentOS 6.5

Installing Booked scheduler on CentOS 6.5 Installing Booked scheduler on CentOS 6.5 This guide will assume that you already have CentOS 6.x installed on your computer, I did a plain vanilla Desktop install into a Virtual Box VM for this test,

More information

How to Migrate Citrix XenApp to VMware Horizon 6 TECHNICAL WHITE PAPER

How to Migrate Citrix XenApp to VMware Horizon 6 TECHNICAL WHITE PAPER How to Migrate Citrix XenApp to VMware Horizon 6 TECHNICAL WHITE PAPER Table of Contents Introduction... 3 Horizon and XenApp Components Comparison.... 4 Preparing for the Migration.... 5 Three Approaches

More information

Microsoft 20694 - Virtualizing Enterprise Desktops and Apps

Microsoft 20694 - Virtualizing Enterprise Desktops and Apps 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20694 - Virtualizing Enterprise Desktops and Apps Length 5 days Price $4169.00 (inc GST) Version B Overview This five-day, hands-on training course is designed

More information

AT&T Connect Participant Application & VDI Platform Support

AT&T Connect Participant Application & VDI Platform Support AT&T Connect Participant Application & Platform Support AT&T Connect Participant Application & Vdi Platform Support 2014 AT&T Intellectual Property Published by: AT&T Intellectual Property Product: AT&T

More information

Configuring RemoteFX on Windows Server 2012 R2

Configuring RemoteFX on Windows Server 2012 R2 Configuring RemoteFX on Windows Server 2012 R2 Michael@SchmittDotNet.com www.schmittdotnet.com Version 1.0 02/15/2015 Copyright and Disclaimers This guide is for informational purposes only. THE AUTHOR

More information

Remote Desktop Solution, (RDS), replacing CITRIX Home Access

Remote Desktop Solution, (RDS), replacing CITRIX Home Access Remote Desktop Solution, (RDS), replacing CITRIX Home Access RDS Applications on a Computer Overview RDS has replaced citrix for remote access at home for College staff and pupils. This does not replace

More information

70-415. Implementing a Desktop Infrastructure. Version: Demo. Page <<1/9>>

70-415. Implementing a Desktop Infrastructure. Version: Demo. Page <<1/9>> 70-415 Implementing a Desktop Infrastructure Version: Demo Page 1. Casos de Estudio Testlet 1 Case Study 1 Proseware Inc. The following testlet will present a Case Study followed by [count] multiple

More information

Implementing and Managing Microsoft Desktop Virtualization

Implementing and Managing Microsoft Desktop Virtualization Implementing and Managing Microsoft Desktop Virtualization Course 10324: 5 days, Instructor-led Course Description This five-day, instructor-led course provides you with the knowledge and skills to implement

More information

How bare-metal client hypervisors will mean the end of agent-based Windows management

How bare-metal client hypervisors will mean the end of agent-based Windows management How bare-metal client hypervisors will mean the end of agent-based Windows management Abstract... 2 Understanding the old (current?) way of managing desktops.... 2 How do companies manage desktops currently?...

More information

Microsoft and Citrix: Joint Virtual Desktop Infrastructure (VDI) Offering

Microsoft and Citrix: Joint Virtual Desktop Infrastructure (VDI) Offering Microsoft and Citrix: Joint Virtual Desktop Infrastructure (VDI) Offering Architectural Guidance July 2009 The information contained in this document represents the current view of Microsoft Corporation

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

Thinspace deskcloud. Quick Start Guide

Thinspace deskcloud. Quick Start Guide Thinspace deskcloud Quick Start Guide Version 1.2 Published: SEP-2014 Updated: 16-SEP-2014 2014 Thinspace Technology Ltd. All rights reserved. The information contained in this document represents the

More information

Microsoft.Test-inside.70-669.v2013-11-28.by.ROD.239q

Microsoft.Test-inside.70-669.v2013-11-28.by.ROD.239q Microsoft.Test-inside.70-669.v2013-11-28.by.ROD.239q Number: 70-669 Passing Score: 800 Time Limit: 120 min File Version: 16.5 http://www.gratisexam.com/ Exam Code: 70-669 Exam Name: TS: Windows Server

More information

Wyse vworkspace Supports Higher Education s Desktop Virtualization Needs

Wyse vworkspace Supports Higher Education s Desktop Virtualization Needs Wyse vworkspace Supports Higher Education s Desktop Virtualization Needs Prepared by Chris Lyman, Senior Systems Consultant Dell cloud client-computing Solutions Abstract As interest in alternative approaches

More information

Sponsored by: Speaker: Brian Madden, Independent Industry Analyst and Blogger

Sponsored by: Speaker: Brian Madden, Independent Industry Analyst and Blogger THIN CLIENT OPTIONS Sponsored by: Speaker: Brian Madden, Independent Industry Analyst and Blogger Brian Madden: Hello. My name is Brian Madden, and welcome to Part 2 of our threepart video series about

More information

SearchCloudComputing.com SearchEnterpriseDesktop.com SearchVirtualDesktop.com BrianMadden.com

SearchCloudComputing.com SearchEnterpriseDesktop.com SearchVirtualDesktop.com BrianMadden.com TechTarget Data Center & Virtualization Media SearchDataCenter.com SearchWindowsServer.com SearchServerVirtualization.com SearchVMware.com SearchCloudComputing.com SearchEnterpriseDesktop.com SearchVirtualDesktop.com

More information

Leostream Corporation leostream.com help@leostream.com Share this Whitepaper!

Leostream Corporation leostream.com help@leostream.com Share this Whitepaper! Introduction... 3 Advantages of Providing Remote Access to Personal PC... 4 Disadvantages of Typical Remote Access Solutions in a Corporate Environment... 5 Why Use Leostream for Remote Access... 5 Using

More information

Real World Considerations for Implementing Desktop Virtualization

Real World Considerations for Implementing Desktop Virtualization Real World Considerations for Implementing Desktop Virtualization The Essentials Series sponsored by Intro duction to Desktop Virtualization for the IT Pro... 1 What Is Desktop Virtualization?... 2 VDI

More information

Course MS20694A Virtualizing Enterprise Desktops and Apps. Length: 5 Days

Course MS20694A Virtualizing Enterprise Desktops and Apps. Length: 5 Days 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Course MS20694A Virtualizing Enterprise Desktops and Apps

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

Planning and Designing Microsoft Virtualization Solutions

Planning and Designing Microsoft Virtualization Solutions Planning and Designing Microsoft Virtualization Solutions 50273: Planning and Designing Microsoft Virtualization Solutions (5 days) About this Course This five-day instructor-led course provides students

More information

Extending FactoryTalk View Site Edition with Microsoft's Remote Desktop Services

Extending FactoryTalk View Site Edition with Microsoft's Remote Desktop Services Extending FactoryTalk View Site Edition with Microsoft's Remote Desktop Services FactoryTalk View Site Edition Lab PUBLIC INFORMATION A View for Every Manufacturing Scenario FactoryTalk View Machine Edition

More information

Remote Desktop Reporter Agent Deployment Guide

Remote Desktop Reporter Agent Deployment Guide Remote Desktop Reporter Agent Deployment Guide Table of Contents Overview... 2 Agent Components... 2 Agent Security... 2 Windows Firewall Considerations... 3 Installation Procedure and Configuration Parameters...

More information

Course 50273B: Planning and Designing Microsoft Virtualization Solutions. Level: 300. About this Course

Course 50273B: Planning and Designing Microsoft Virtualization Solutions. Level: 300. About this Course Course 50273B: Planning and Designing Microsoft Virtualization Solutions Length: 5 Day(s) Level: 300 About this Course This five-day instructor-led course provides students with the knowledge and skills

More information

Virtualization and Windows 7

Virtualization and Windows 7 9 Chapter Virtualization and Windows 7 Information in this Chapter Windows XP Mode Many Forms of Virtualization Summary Windows Virtual PC is an optional component of Windows 7 Professional, Enterprise,

More information

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland Introducing Markus Erlacher Technical Solution Professional Microsoft Switzerland Overarching Release Principles Strong emphasis on hardware, driver and application compatibility Goal to support Windows

More information

Server-centric client virtualization model reduces costs while improving security and flexibility.

Server-centric client virtualization model reduces costs while improving security and flexibility. BUSINESS SOLUTIONS Desktop Demystified Server-centric client virtualization model reduces costs while improving security and flexibility. Virtualization is transforming the data center. It s eliminating

More information

>> My name is Danielle Anguiano and I am a tutor of the Writing Center which is just outside these doors within the Student Learning Center.

>> My name is Danielle Anguiano and I am a tutor of the Writing Center which is just outside these doors within the Student Learning Center. >> My name is Danielle Anguiano and I am a tutor of the Writing Center which is just outside these doors within the Student Learning Center. Have any of you been to the Writing Center before? A couple

More information

Jenesis Software - Podcast Episode 3

Jenesis Software - Podcast Episode 3 Jenesis Software - Podcast Episode 3 Welcome to Episode 3. This is Benny speaking, and I'm with- Eddie. Chuck. Today we'll be addressing system requirements. We will also be talking about some monitor

More information

2XApplication Server XG v10.6

2XApplication Server XG v10.6 2XApplication Server XG v10.6 Introduction 1 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are

More information

Course 6331A: Deploying and Managing Microsoft System Center Virtual Machine Manager

Course 6331A: Deploying and Managing Microsoft System Center Virtual Machine Manager Course 6331A: Deploying and Managing Microsoft System Center Virtual Machine Manager Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology: Microsoft System Center Virtual

More information

Windows Server 2008 R2 Remote Desktop Services

Windows Server 2008 R2 Remote Desktop Services Microsoft Windows Server 2008 R2 Remote Desktop Services Resource Kit Christa Anderson and Kristin L. Griffin with the Remote Desktop Virtualization Team Acknowledgments Introduction xv xvii Chapter 1

More information

Introduction to Open Atrium s workflow

Introduction to Open Atrium s workflow Okay welcome everybody! Thanks for attending the webinar today, my name is Mike Potter and we're going to be doing a demonstration today of some really exciting new features in open atrium 2 for handling

More information

Product Review ControlUp

Product Review ControlUp Product Review ControlUp Februari 2012 Wilco van Bragt Control-UP Page 2 of 15 Introduction While Citrix Resource Manager was not perfect in earlier version of Citrix Presentation Server, many Citrix administrators

More information

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : 70-693 Title : Windows Server 2008R2, Virtualization Administrator Version : Demo 1 / 6 1.You have a Windows Server 2008 R2 Hyper-V failover

More information

Installing Windows On A Macintosh Or Linux Using A Virtual Machine

Installing Windows On A Macintosh Or Linux Using A Virtual Machine Installing Windows On A Macintosh Or Linux Using A Virtual Machine At Shaw Programs, the software we develop is made using Microsoft Access. As with all Microsoft Software it requires Windows in order

More information

Virtual desktops made easy

Virtual desktops made easy Product test: DataCore Virtual Desktop Server 2.0 Virtual desktops made easy Dr. Götz Güttich The Virtual Desktop Server 2.0 allows administrators to launch and maintain virtual desktops with relatively

More information

The State of Desktop Virtualization in 2013: Brian Madden analyzes uses cases, preferred vendors and effective tools

The State of Desktop Virtualization in 2013: Brian Madden analyzes uses cases, preferred vendors and effective tools The State of Desktop Virtualization in 2013: Brian Madden analyzes uses cases, preferred vendors and effective tools Why have virtual desktops been positioned as a cure-all for many of today s endpoint

More information

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.5 (v11.5) Document Date: March 2015 www.goliathtechnologies.com

More information

Digital Marketing Manager, Marketing Manager, Agency Owner. Bachelors in Marketing, Advertising, Communications, or equivalent experience

Digital Marketing Manager, Marketing Manager, Agency Owner. Bachelors in Marketing, Advertising, Communications, or equivalent experience Persona name Amanda Industry, geographic or other segments B2B Roles Digital Marketing Manager, Marketing Manager, Agency Owner Reports to VP Marketing or Agency Owner Education Bachelors in Marketing,

More information

Business Virtualization

Business Virtualization Business Virtualization Why should I consider server virtualization? Save money. Often servers are dedicated to just one or two applications. As a result servers in many organizations are only using 15

More information

Implementing and Managing Microsoft Desktop Virtualization 10324 en

Implementing and Managing Microsoft Desktop Virtualization 10324 en Implementing and Managing Microsoft Desktop Virtualization 10324 en Course Outline Module 1: Overview of Desktop Virtualization Scenarios Many organizations are exploring the use of virtualization to optimize

More information

Course Outline: Course 6331: Deploying and Managing Microsoft System Center Virtual Machine Manager Learning Method: Instructor-led Classroom Learning

Course Outline: Course 6331: Deploying and Managing Microsoft System Center Virtual Machine Manager Learning Method: Instructor-led Classroom Learning Course Outline: Course 6331: Deploying and Managing Microsoft System Center Virtual Machine Manager Learning Method: Instructor-led Classroom Learning Duration: 3.00 Day(s)/ 24 hrs Overview: This three-day

More information

Hosted Desktop Model vs. SBC, VDI and Traditional Desktop Position Document

Hosted Desktop Model vs. SBC, VDI and Traditional Desktop Position Document Hosted Desktop Model vs. SBC, VDI and Traditional Desktop Position Document Author: Richard South Document #: 1033 Date: 11/07/2008 Last Revision: 20/08/2008 Hosted Desktop Infrastructure is an innovative

More information

2XApplication Server XG v10.1

2XApplication Server XG v10.1 2XApplication Server XG v10.1 Introduction 1 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are

More information

Overview of Desktop Virtualization

Overview of Desktop Virtualization Virtual Desktops Increasing Access, Increasing Productivity and Reducing Service Costs UCSD, Princeton University, Duke University, Yale University, University of Iowa Overview of Desktop Virtualization

More information

How to create a Virtual machine from a Macrium image backup

How to create a Virtual machine from a Macrium image backup ImgToVhd is a utility that creates VHD files from Macrium backup images. These can then be used to create a bootable virtual machine facilitating quick access to a failed machine whose repair would be

More information

Deployment Guide: Unidesk and Hyper- V

Deployment Guide: Unidesk and Hyper- V TECHNICAL WHITE PAPER Deployment Guide: Unidesk and Hyper- V This document provides a high level overview of Unidesk 3.x and Remote Desktop Services. It covers how Unidesk works, an architectural overview

More information

IGEL Linux and Microsoft Remote Desktop Connection Broker 2012 R2

IGEL Linux and Microsoft Remote Desktop Connection Broker 2012 R2 Whitepaper IGEL Linux and Microsoft Remote Desktop Connection Broker 2012 R2 Version 1.00 Blog: blog.cloud-client.info Website: www.cloud-client.info This document can be distributed / used free of charge

More information

Accops HyWorks v2.5. Quick Start Guide. Last Update: 4/18/2016

Accops HyWorks v2.5. Quick Start Guide. Last Update: 4/18/2016 Accops HyWorks v2.5 Quick Start Guide Last Update: 4/18/2016 2016 Propalms Technologies Pvt. Ltd. All rights reserved. The information contained in this document represents the current view of Propalms

More information

Index C, D. Background Intelligent Transfer Service (BITS), 174, 191

Index C, D. Background Intelligent Transfer Service (BITS), 174, 191 Index A Active Directory Restore Mode (DSRM), 12 Application profile, 293 Availability sets configure possible and preferred owners, 282 283 creation, 279 281 guest cluster, 279 physical cluster, 279 virtual

More information

SA Citrix Virtual Desktop Infrastructure (VDI) Configuration Guide

SA Citrix Virtual Desktop Infrastructure (VDI) Configuration Guide SA Citrix Virtual Desktop Infrastructure (VDI) Configuration Guide Published July 2015 This document covers steps to configure Citrix VDI on Pulse Secure s SA Series SSL VPN platforms. It also covers brief

More information

Setting up Hyper-V for 2X VirtualDesktopServer Manual

Setting up Hyper-V for 2X VirtualDesktopServer Manual Setting up Hyper-V for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Course Syllabus. Implementing and Managing Windows Server 2008 Hyper-V. Key Data. Audience. At Course Completion. Prerequisites

Course Syllabus. Implementing and Managing Windows Server 2008 Hyper-V. Key Data. Audience. At Course Completion. Prerequisites Course Syllabus Implementing and Managing Windows Server 2008 Hyper-V Key Data Product #: 3961 Elements of this syllabus are subject to change. This three-day instructor-led course teaches students how

More information

Hyper-V: Microsoft s

Hyper-V: Microsoft s TechTarget Windows Media SearchWinIT.com SearchExchange.com SearchSQLServer.com SearchEnterpriseDesktop.com SearchWindowsServer.com SearchDomino.com LabMice.net Hyper-V: Microsoft s Approach to Server

More information

VMware Virtual Desktop Infrastructure (VDI) - The Best Strategy for Managing Desktop Environments Mike Coleman, VMware (mcoleman@vmware.

VMware Virtual Desktop Infrastructure (VDI) - The Best Strategy for Managing Desktop Environments Mike Coleman, VMware (mcoleman@vmware. VMware Virtual Desktop Infrastructure (VDI) - The Best Strategy for Managing Desktop Environments Mike Coleman, VMware (mcoleman@vmware.com) Copyright 2008 EMC Corporation. All rights reserved. Agenda

More information

Frequently Asked Questions: Desktone s Offerings and Market

Frequently Asked Questions: Desktone s Offerings and Market Frequently Asked Questions: Desktone s Offerings and Market General Virtualization Q: What is desktop virtualization? A: Desktop virtualization is the separation of a client operating system/environment

More information

VMware Virtual Desktop Manager User Authentication Guide

VMware Virtual Desktop Manager User Authentication Guide Technical Note VMware Virtual Desktop Manager User Authentication Guide VMware Virtual Desktop Manager The purpose of this guide is to provide details of user authentication in VMware Virtual Desktop Manager

More information

Host Installation on a Terminal Server

Host Installation on a Terminal Server TECHNICAL PAPER Host Installation on a Terminal Server Netop develops and sells software solutions that enable swift, secure and seamless transfer of video, screens, sounds and data between two or more

More information

Pearl Echo Installation Checklist

Pearl Echo Installation Checklist Pearl Echo Installation Checklist Use this checklist to enter critical installation and setup information that will be required to install Pearl Echo in your network. For detailed deployment instructions

More information

Release Version 4.1 The 2X Software Server Based Computing Guide

Release Version 4.1 The 2X Software Server Based Computing Guide Release Version 4.1 The 2X Software Server Based Computing Guide Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless

More information

mylittleadmin for MS SQL Server 2005 from a Webhosting Perspective Anthony Wilko President, Infuseweb LLC

mylittleadmin for MS SQL Server 2005 from a Webhosting Perspective Anthony Wilko President, Infuseweb LLC mylittleadmin for MS SQL Server 2005 from a Webhosting Perspective Anthony Wilko President, Infuseweb LLC April 2008 Introduction f there's one thing constant in the IT and hosting industries, it's that

More information

Implementing and Managing Microsoft Server Virtualization

Implementing and Managing Microsoft Server Virtualization Implementing and Managing Microsoft Server At the end of the course the delegate will be able to complete the following: COMPUTER TRAINING The key to a better future WINDOWS Course No. 10215 5 Days Target

More information

Licensing Windows and Microsoft Office for use on a Mac

Licensing Windows and Microsoft Office for use on a Mac Volume Licensing brief Licensing Windows and Microsoft Office for use on a Mac Table of Contents This brief applies to all Volume Licensing programs. Summary... 1 What s New in This Brief... 1 Details...

More information

THE VM BACKUP BAKE OFF REPORT

THE VM BACKUP BAKE OFF REPORT THE VM BACKUP BAKE OFF REPORT Author: Ricky El-Qasem Revision: 1.0 Date: 23/10/2014 Website: www.virtualizeplanet.com 1 P a g e Contents 1 Executive Summary...3 2 Test Environment...3 3 The VM Backup Solutions...3

More information

SA Citrix Virtual Desktop Infrastructure (VDI) Configuration Guide

SA Citrix Virtual Desktop Infrastructure (VDI) Configuration Guide SA Citrix Virtual Desktop Infrastructure (VDI) Configuration Guide This document covers steps to configure Citrix VDI on Juniper Network s SA Series SSL VPN platforms. It also covers brief overview of

More information

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.6 (v11.6) Document Date: August 2015 www.goliathtechnologies.com

More information

Outgoing VDI Gateways:

Outgoing VDI Gateways: ` Outgoing VDI Gateways: Creating a Unified Outgoing Virtual Desktop Infrastructure with Windows Server 2008 R2 and ObserveIT Daniel Petri January 2010 Copyright 2010 ObserveIT Ltd. 2 Table of Contents

More information

Hyper-V Protection. User guide

Hyper-V Protection. User guide Hyper-V Protection User guide Contents 1. Hyper-V overview... 2 Documentation... 2 Licensing... 2 Hyper-V requirements... 2 Windows Server 2012 Hyper-V support... 3 2. Hyper-V protection features... 3

More information

MICROSOFT SERVER LICENSING IN A VIRTUAL ENVIRONMENT. Brought to you by Altaro Software, developers of Altaro VM Backup

MICROSOFT SERVER LICENSING IN A VIRTUAL ENVIRONMENT. Brought to you by Altaro Software, developers of Altaro VM Backup LICENSING MICROSOFT SERVER IN A VIRTUAL ENVIRONMENT Brought to you by Altaro Software, developers of Altaro VM Backup Compiled and written by Eric Siron Disclaimer Software licensing is a legal matter.

More information

Licensing Windows for VDI Environments

Licensing Windows for VDI Environments Microsoft VDI Suites and Windows VDA Frequently Asked Questions Licensing Windows for VDI Environments How does Microsoft license Windows for virtual environments? Microsoft licenses Windows for virtual

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

WHAT S NEW AND EXCITING WITH REMOTE DESKTOP SERVICES

WHAT S NEW AND EXCITING WITH REMOTE DESKTOP SERVICES WHAT S NEW AND EXCITING WITH REMOTE DESKTOP SERVICES JENNELLE CROTHERS Who I Am Microsoft MVP for Windows Desktop Experience MCITP: Enterprise Administrator & MCITP: Enterprise Desktop Administrator 7

More information

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure Introduction This article shows you how to deploy the MATLAB Distributed Computing Server (hereinafter referred to as MDCS) with

More information

INTEGRATING APP-V WITH MICROSOFT VDI

INTEGRATING APP-V WITH MICROSOFT VDI INTEGRATING APP-V WITH MICROSOFT VDI 2013 Microsoft Corporation. All rights reserved. This document is provided "as-is." Information and views expressed in this document, including URL and other Internet

More information

W H I T E P A P E R M y t h s a n d R e a l i t i e s o f C e n t r a l i z e d V i r t u a l D e s k t o p A d o p t i o n

W H I T E P A P E R M y t h s a n d R e a l i t i e s o f C e n t r a l i z e d V i r t u a l D e s k t o p A d o p t i o n Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R M y t h s a n d R e a l i t i e s o f C e n t r a l i z e d V i r t u a l D e

More information

Maximize your Remote Desktop Services

Maximize your Remote Desktop Services Maximize your Remote Desktop Services White paper Parallels An Overview of Remote Desktop Services Virtualization has added new issues to information technology. Today, businesses look not only at optimizing

More information

Don t Hyper-Ventilate over Hyper-V backup!

Don t Hyper-Ventilate over Hyper-V backup! Don t Hyper-Ventilate over Hyper-V backup! A straightforward solution to Hyper-V backup Presented by Linus Chang, Lead Developer of BackupAssist The theme of today is... Hyper-V! Today s agenda 1. The

More information

Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide

Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide c623242f-20f0-40fe-b5c1-8412a094fdc7 Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide Microsoft Corporation Published: June 2009 Updated: April 2010 Abstract

More information

Transform: Cloud Client Computing

Transform: Cloud Client Computing Transform: Cloud Client Computing 跨 界 桌 面 雲 - 風 暴 即 來 臨 蘇 建 龍 戴 爾 桌 面 虛 擬 化 解 決 方 案 資 深 協 理 全 球 桌 面 虛 擬 化 市 場 趨 勢 -I 67% Market Growth Fast growth market = more opportunities 3 rd Wave 2 nd Wave Cloud

More information