The Importance of User Workspace Virtualization in Desktop Virtualization

Size: px
Start display at page:

Download "The Importance of User Workspace Virtualization in Desktop Virtualization"

Transcription

1 res Software // Whitepaper The Importance of User Workspace Virtualization in Desktop Virtualization Whitepaper Transforming Desktops into Workspaces

2 2 Table of content: Abstract... 3 What is desktop virtualization?...4 Why a single master disk image is important?...4 Making the master image a reality: The layer concept...5 Transforming Windows into a properly-layered solution... 6 User workspace virtualization: isn t this just roaming profiles?...7 So what is user workspace virtualization?... 7 Summary...9 Transforming Desktops into Workspaces

3 3 Abstract Everyone wants to reduce the costs associated with supporting desktop users, and one of the most promising ways to do that is with desktop virtualization. The cost savings of desktop virtualization are usually realized via lower management costs associated with managing a single master installation of Windows that all users share instead of managing a unique installation for each user. While this makes sense for IT, it poses unique challenges for users who are accustomed to having their own unique desktops. In this paper, independent industry expert Brian Madden will look at the user workspace challenges faced when virtualizing desktops, and how users can continue to get a personalized workspace even when sharing a master virtual desktop image.

4 4 What is desktop virtualization? Even though this paper is about the delivery and management of the user workspace and the user personalization aspects of desktop virtualization, it s probably worth spending a few paragraphs discussing what is meant by desktop virtualization in the context of this paper. When thinking about desktop virtualization, a lot of people immediately think VDI. But VDI is only part of it. At its most basic level, virtualization is separating the physical from the logical, so therefore desktop virtualization is separating the physical desktop device (laptop, desktop, etc.) from the logical desktop software (Windows). So while it s true that VDI is desktop virtualization it s only one type of desktop virtualization. The entire desktop virtualization universe is much bigger than just VDI. For example, Terminal Server (and the various Terminal Serverbased solutions like Citrix XenApp) is desktop virtualization, since it provides a desktop to a user (from the remote server) to a user s device (like a thin client) where the desktop OS is not installed on the device. (In this sense, Terminal Server and VDI are very similar, with TS being a multi-user and VDI being a single-user type of server-based computing.) But desktop virtualization can also be more than serverbased computing. For example, OS streaming describes a technology where a copy of Windows runs locally on a client device (so client-based computing rather than serverbased computing ). But with OS streaming, the OS image is streamed from a central point down to the client rather than installed locally. And this OS streaming can be used natively on a client device where the only real change from traditional computing is that the copy of Windows is a shared copy coming across the network instead of installed locally or it can be used in combination with some kind of hardware virtualization running on the client device. Additionally, there s a whole other category of desktop virtualization that comes from combining traditional hardware virtualization with the newer desktop virtualization. Citrix, VMware, and startup companies Virtual Computer and Neocleus all intend on releasing client hypervisor products later this year. Client hypervisors are similar in concept to VMware ESX or Microsoft Hyper-V, except they run on laptops instead of servers. (The idea is that a laptop could easily run its OS in a virtual machine, bringing the benefits of image portability, management, backup, and control to laptops just like servers.) Finally, other companies, such as RingCube and Mokafive, have products which allow administrators to run centrallycontrolled corporate virtual machines directly on client devices on top of existing client operating systems (even Linux or Mac), combining user freedom of choice and administrator control. So as you can see; VDI, terminal server, OS streaming, client hypervisors, and client-based virtual machines are all forms of desktop virtualization. Why a single master disk image is important As was briefly mentioned in the opening paragraphs of this paper, one of the key reasons companies implement these various forms of desktop virtualization is to save money through reduced management costs. And one of the primary ways that happens is by letting multiple (hundreds or even thousands) of users share a single copy of Windows. Doing so means that all your Windows maintenance tasks hotfixes, patches, and configuring changes can be done once to that single shared master image, instead of over and over and over for each individual user. By the way, it s probably worth pointing out that sharing a copy of Windows does not literally mean that multiple users actually login to and use the same Windows VM or even the same disk image. Instead, this sharing capability is enabled via things like snap-shotting or cloning or dynamic provisioning or some other technical capability that lets a single disk image (vhd, vmdk, etc.) be used by multiple machines at the same time. So you get lots of users, one instance of Windows. To those who ve never considered this sharing concept, a lot of complex problems become pretty clear. For example, if all your Windows desktops are sharing the same disk image, how do you deal with duplicate computer names and SIDs and all the other problems that would come up as soon as you tried to boot up multiple Windows desktops from the same disk image? Transforming Desktops into Workspaces

5 5 Fortunately all the companies like Citrix and VMware and Microsoft and Virtual Computer and Mokafive have solved these problems (the discussion of which is beyond the scope of this paper). However, there are still a lot of logistical that users will face, namely, if each user starts with the same Windows disk image, how do you differentiate one user s desktop from another? How do you let users customize their environment or change their own settings? While these problems can seem daunting at first, we re fortunate that there s a fifteen-year precedent showing us how to do this: Terminal Server! (After all, in a Terminal Server environment, several users share the same Terminal Server Windows image it s just that they share it in their own session instead of on their own computer.) So in order for desktop virtualization to be successful, we need to figure out a way for all users to share a single master copy of Windows while not losing the capacity to personalize their own desktop as they see fit. User desktopworkspace Applications Operating System Hardware We can visualize these categories as a set of layers. Much like other layered models, such as the OSI stack, we can think of higher layers building on top of lower layers, producing a desktop stack that looks something like this: User Workspace Applications Operating System Hardware Figure 1. The ideal desktop stack Making the master image a reality: The layer concept Now that we ve looked at why getting to a single master shared disk image is important, let s dig in to the how of how this happens. Microsoft Windows (from the old days of Windows NT up through Windows 7 today) is based on architecture that s meant for a single user to run it locally on a client device. It has always been assumed that users would be able to install apps and personalize their desktop as they saw fit. So that s fine if we re using Windows the old way. But if we want to let many users share a single master copy of Windows in a desktop virtualization environment, we have to think about changing the way that Windows works. This thinking differently is more than just a user s desktop personalization. If we want to share a single master disk image for all users, we also have to address the fact that different users will want to use different types of hardware, and that different users will need different applications. Fortunately there s an easy way to graphically represent this way of thinking. If we think about all the different kinds of customizations we need for a single copy of Windows to be shared by many users, we can group them into several broad categories, including: You can probably imagine that if we were able to cleanly delineate these four layers on a Windows desktop, it would be relatively easy for us to share that master disk image among all of our users. Each user could start with his or her own hardware layer (whether that was a local laptop or a remote VDI instance). Then we could lay down our OS layer (which again, is shared by many hundreds or thousands of users). Then the applications could be laid down as needed for that specific user, and finally the user desktop workspace (or user desktop, personality or user session or whatever you want to call it) could be laid down on top of that. You would have a dynamically-created Windows desktop that s totally customized for each user, by being built dynamically from various components at various layers as needed. It s probably easy to understand why this would be great, and at this point, most people reading this are probably thinking, Yes, please! Unfortunately the real world is not so simple. While we really want a layered model shown back in Figure 1, the reality is that Microsoft Windows just doesn t work that way. In fact, Figure 2 is probably more accurate:

6 6 User Workspace Applications Operating System Hardware If Figure you look 2. The closely real at Windows Figure 2, desktop you ll see stack that technically all four layers are there. We have hardware, OS, application, and user workspace layers. The problem is that there s not a clean level of separation between the layers. What exactly does this mean? Consider the OS layer and the hardware layer. There s a lot of hardware-specific stuff in the OS layer that ties it to a specific piece of hardware (drivers, configurations, HKLM registry settings, etc.). If you re not sure about how much of a problem this is today, just pull a hard drive from one desktop, install it into another desktop that s a different model, and turn it on. The desktop probably won t even boot up, because each copy of Windows was highly customized for the specific client device on which is was installed. The same can be said about applications. Today s Windows applications are very tightly tied to the OS on which they re installed. (Think of HKLM registry settings, shared DLLs, drivers, kernel-mode EXEs, services, etc.) So again, you can t just lift an application from one instance of Windows and run it on another. (Again, just try to copy an application s Program Files folder from one computer to another. Chances are good that the app just won t run unless it was properly installed pm on the new desktop. This installation process is what highly customizes that application for that specific instance of Windows.) As if this wasn t messy enough, we even have some overlap across multiple layers. For example, when users personalize their desktop, where are those personalizations stored? Some are in the registry. Some are in files. Some are in databases. (And sometimes we don t even know where they re stored!) Transforming Windows into a properlylayered solution As you can probably imagine, if we could sort of transform Windows so that it had clean separation between the layers, that would enable us to do all sorts of great things in terms of desktop management. For example, we could have different apps for different users while sharing the same base installation of the OS. Or we could have user settings follow the users around as they logged in and out of different types of hardware. The good news is that being able to cleanly separate the various layers of the Windows stack is really what virtualization is all about, and there are several different products and technologies that facilitate this. For example, hardware virtualization products such as VMware ESX, Citrix XenServer, and Microsoft Hyper-V already create the nice clean separation between the OS layer and the hardware layer. (After all, if you run your Windows machine in a VM, then yes, you can cleanly move it between different types of hardware and it still runs.) And the various application virtualization solutions, such as Microsoft App-V, VMware ThinApp, Symantec Workspace Virtualization, and Citrix XenApp streaming all work to make a clean layer break between the application and OS layers. Understanding that, it s easy to see how a similar product which virtualizes the user settings could create a nice clean User Workspace Applications Operating System Hardware User Workspace Other Applications Operating System Different Hardware Figure 3. A properly layered Windows stack lets us do cool things Transforming Desktops into Workspaces

7 7 User Workspace Virtualizaton App Virtualizaton Hardware Virtualizaton User Workspace Applications Operating System Hardware Figure 4. The various types of virtualization products give us clean breaks between layers break between the user desktop and the application and OS layers. An added bonus of the proper layerization of Windows is that much like the OSI stack, we can allow higher-level layers to essentially ignore the layers below them. In theory, if our applications were properly virtualized, it wouldn t matter what the OS layer looked like. (Obviously today it still has to be Windows, but you could envision an application virtualization environment where a single Windows app package could run on Terminal Server, Windows 7 client, or Windows XP.) The same is again true at the user workspace layer. If we properly isolate and virtualize all of our user desktop settings, then the user could get his or her own, rich, fully-customizable desktop regardless of which type of desktop virtualization was used be it Terminal Server, VDI, client hypervisors, or a traditional desktop. User workspace virtualization: isn t this just roaming profiles? If we re defining user workspace virtualization as the abstraction of all user settings from the applications and the OS, then there s a good chance you read this and think, Hmm that sounds a lot like roaming profiles. And the truth is that s absolutely right. The concept of user desktop virtualization is essentially identical to the concept of roaming profiles. The problem is again that the way roaming profiles work in real world doesn t quite jive with the vision of what we want. The main drawback to roaming profiles is that they only capture certain portions of the user desktop. (Specifically they capture files written to the user profile folder and registry keys written to the HKCU registry area.) But in the real world, user settings are written and saved in several all over the place not just these two pre-defined profile locations. So roaming profiles won t capture any files written outside of the users profile folder, and they won t capture settings written into other registry areas. The other problem with roaming profiles is that they re all or nothing in terms of the registry. So as an admin, you can turn on roaming profiles which means that each user s HKCU will be saved and restored. But once you do that, you lose the ability to then make changes to the registry for the user. From a practical standpoint, this means that you can t pick-andchoose which user settings you d like to enforce versus those that you d like to let the user customize. So with the roaming profiles capability built-in to Windows, it s either the Wild West where users can control everything, or total lockdown where they can control nothing. By the way, if anyone reading this is not familiar with the drawbacks of roaming profiles, or if anyone reading this doesn t believe relying only on roaming profiles won t work, then I challenge you to use roaming profiles for a week for your own personal Windows desktop. Try to work as a regular user and see what you lose by using roaming profiles, and then see if your mind is changed! So what is user workspace virtualization? From a high-level, all we ve done so far in this paper is (1) established that yes, user workspace virtualization is important for successful desktop virtualization usage, and (2) we can t rely on roaming profiles by themselves. So what exactly is user workspace virtualization, and how does it differ from the builtin roaming profiles capabilities? Much like Windows roaming profiles, user workspace virtualization solutions watch what changes and customizations a user makes while using his or her desktop. These changed are then encapsulated and stored in a central network location. The idea is that these changes can be

8 8 centrally saved as they re made and then re-applied to any location where the user logs in. What we end up with is the users full environment applied on-demand, even though that user s session is based on the shared master disk. And since we ve fully decoupled the user s workspace and desktop customizations from Windows, administrators can refresh or re-clone the master desktop again and again without affecting a user s personalizations or settings. Of course we still haven t specifically addressed how these user workspace virtualization products differ from the built-in roaming profiles capabilities, so let s go through those now: Unlike Windows roaming profiles, most user workspace virtualization products operate continuously, so any user change or personalization is instantly captured and transmitted to the central storage location. This means that users personalizations are retained even if they don t get a clean logoff. This is a big advantage over roaming profiles, since with roaming profiles the saving process happens as part of the user logoff process. Second, and perhaps more importantly user workspace virtualization products have the capability to capture all changes made during a user s session, including those that are written outside of the standard user profile locations. This means that the types of changes and personalizations captured and retained by these products is much broader that what can be captured via roaming profiles. can use to graphically configure exactly the products work for different groups of users. For example, administrators might want to configure specific MAPI settings that are forced upon the user so their Outlook software always has the correct configuration, while at the same type giving the user the ability to customize his or her own Out of Office settings. And finally, since these user workspace virtualization products are written by companies other than Microsoft and purposebuilt for these kinds of use cases, they have a much broader compatibility than the built-in roaming profiles capabilities. For example, what if your specific use cases dictate that you need to provide some applications via Windows Server 2008 Terminal Services, local desktops via Windows Vista, and VDI desktops via Windows XP? A roaming profile won t survive in that environment, as the different versions of Windows will change and corrupt things. (And some user settings saved on one platform won t be read on another, forcing the user to make the same personalizations over and over again as he or she switches platforms.) A user workspace virtualization product can fix that problem, as it will know what settings to read from various locations on the different platforms. Third, all user workspace virtualization products have some form of centralized management console that administrators Transforming Desktops into Workspaces

9 9 Summary Desktop virtualization be it VDI, Terminal Server, client VMs, or streamed OSes is coming, like it or not. Gartner predicts that 49 million users will be using the VDI flavor of desktop virtualization in just five years. (And that s in addition to the over 100 million users in the world who are currently using Terminal Server.) In order to really squeeze the operating costs out of your desktop environment, you have to get to a single (or to a few) shared master disk image. Hardware, OS, and application virtualization will get us most of the way there. User workspace virtualization will get us the rest of the way there. Many of these user workspace virtualization products are real today. You can begin using them today to manage (or to allow users to manage their own) personalities and configurations in your existing environments, even crossing over and sharing personalizations between traditional desktops and laptops, Terminal Server and Citrix XenApp farms, and your experimental VDI implementations. Figuring out your user workspace virtualization strategy now will help you as you move towards a fully integrated and blended desktop virtualization solution in the near future.

10 RES Software is an independent software developer and vendor, founded in We unify different technologies with one goal: getting the right services to the right people at the right time. Our versatile and innovative products enable IT professionals to manage their Microsoft Windows environments, delivering IT the way people need it to do their daily work. We achieve this by involving our customers in the development and enhancement of our products. Currently more than 2,500 organizations worldwide have purchased products from the RES Software portfolio. RES Software products are exclusively delivered through a network of certified partners. More information: Copyright 2010 RES Software

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

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

Virtualization Technologies. Embrace the new world of healthcare

Virtualization Technologies. Embrace the new world of healthcare Virtualization Technologies Embrace the new world of healthcare Overview Introduction and Virtualization Basics Core Virtualization Technologies Enterprise Server Virtualization Solutions End User and

More information

Virtualizing the Desktop with ScriptLogic Desktop Authority

Virtualizing the Desktop with ScriptLogic Desktop Authority Virtualizing the Desktop with ScriptLogic Desktop Authority A ScriptLogic Product Positioning Paper By Nick Cavalancia 1. 8 0 0. 4 2 4. 9 4 1 1 w w w. s c r i p t l o g i c. c o m Information in this document

More information

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

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

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

Increasing Your VDI Project s Return on Investment Using Workspace Virtualization

Increasing Your VDI Project s Return on Investment Using Workspace Virtualization W H I T E P A P E R Increasing Your VDI Project s Return on Investment Using Workspace Virtualization W H I T E P A P E R Increasing Your VDI Project s Return on Investment Using Workspace Virtualization

More information

Optimizing Environments for Desktop Virtualization

Optimizing Environments for Desktop Virtualization Optimizing Environments for Desktop Virtualization This paper is designed for enterprise organizations evaluating or deploying application and desktop virtualization technologies Contents page Executive

More information

TechTarget Windows Media

TechTarget Windows Media TechTarget Windows Media SearchWinIT.com SearchExchange.com SearchSQLServer.com SearchEnterpriseDesktop.com SearchWindowsServer.com SearchDomino.com LabMice.net E-Guide Hyper-V: What you need to know before

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

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

Top 10 Best Practices of Backup and Replication for VMware and Hyper-V

Top 10 Best Practices of Backup and Replication for VMware and Hyper-V WHITE PAPER Top 10 Best Practices of Backup and Replication for VMware and Hyper-V By David Davis, VMware vexpert Virtualization changes everything for IT infrastructure administration and management.

More information

Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES

Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES Server and Storage Sizing Guide for Windows 7 TECHNICAL NOTES Table of Contents About this Document.... 3 Introduction... 4 Baseline Existing Desktop Environment... 4 Estimate VDI Hardware Needed.... 5

More information

VMware End User Computing Horizon Suite

VMware End User Computing Horizon Suite VMware End User Computing Horizon Suite Luc Gallet lgallet@vmware.com 2010 VMware Inc. All rights reserved The pace and rate of technology change is faster than ever Devices 66 % use 2+ devices for work

More information

Extending Microsoft Hyper-V with Advanced Automation and Management from Citrix

Extending Microsoft Hyper-V with Advanced Automation and Management from Citrix Extending Microsoft Hyper-V with Advanced Automation and Management from Citrix August 2009 Table of Contents Introducing Citrix Essentials for Hyper-V 3 Challenges of Server Virtualization 3 Components

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

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

Desktop Virtualization Technologies and Implementation

Desktop Virtualization Technologies and Implementation ISSN : 2250-3021 Desktop Virtualization Technologies and Implementation Pranit Patil 1, Shakti Shekar 2 1 ( Mumbai, India) 2 (Mumbai, India) ABSTRACT Desktop virtualization is new desktop delivery method

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

Solving the Desktop Dilemma

Solving the Desktop Dilemma WHITE PAPER Solving the Desktop Dilemma With User-Centric Desktop Virtualization for the Enterprise Table of Contents Introduction: The Desktop Dilemma............................................3 Current

More information

GENERAL QUESTIONS...2 USER S PROFILE AND SETTINGS... 4 SERVICE INSTALLATION AND CONFIGURATION... 6 ASSIGNING PROFILES... 9 MIGRATING PROFILES...

GENERAL QUESTIONS...2 USER S PROFILE AND SETTINGS... 4 SERVICE INSTALLATION AND CONFIGURATION... 6 ASSIGNING PROFILES... 9 MIGRATING PROFILES... Citrix Presentation Server FAQ FAQ DATASHEET Profile Management Frequently Asked Questions Table of Contents GENERAL QUESTIONS...2 USER S PROFILE AND SETTINGS... 4 SERVICE INSTALLATION AND CONFIGURATION...

More information

Boost your VDI Confidence with Monitoring and Load Testing

Boost your VDI Confidence with Monitoring and Load Testing White Paper Boost your VDI Confidence with Monitoring and Load Testing How combining monitoring tools and load testing tools offers a complete solution for VDI performance assurance By Adam Carter, Product

More information

White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios

White paper. Microsoft and Citrix VDI: Virtual desktop implementation scenarios White paper Microsoft and Citrix VDI: Virtual desktop implementation scenarios Table of contents Objective Microsoft VDI offering components High definition user experience...3 A very cost-effective and

More information

Comparing Virtualization Technologies

Comparing Virtualization Technologies CHAPTER 2 Comparing Virtualization Technologies With this chapter, we begin our exploration of several popular virtualization strategies and explain how each works. The aim is to bring you the operational

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

Simplify Suite in a VDI Environment

Simplify Suite in a VDI Environment Simplify Suite in a VDI Environment Before jumping onto the VDI bandwagon, ensure a smooth transition. tricerat solves the problems you may face when transitioning to VDI. Andrew Parlette, VP of Product

More information

VMware and Microsoft VSS: What You Need to Know

VMware and Microsoft VSS: What You Need to Know Commissioned by VMware and Microsoft VSS: What You Need to Know A Concentrated Technology SolutionSpace Analysis Greg Shields white paper / page 1 Introduction When it comes to Microsoft VSS, there s more

More information

Citrix desktop virtualization and Microsoft System Center 2012: better together

Citrix desktop virtualization and Microsoft System Center 2012: better together Citrix desktop virtualization and Microsoft System Center 2012: better together 2 Delivery of applications and data to users is an integral part of IT services today. But delivery can t happen without

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

Augmenting VMware View Horizon (VDI) with Micro Focus Client Management

Augmenting VMware View Horizon (VDI) with Micro Focus Client Management White Paper ZENworks Augmenting VMware View Horizon (VDI) with Micro Focus Client Management Table of Contents page Making the VMware View Horizon Management Solution Work Beyond Your Wildest Dreams...2

More information

White. Paper. Desktop Virtualization Efficiencies with Citrix and NetApp. October, 2009. By Mark Bowker

White. Paper. Desktop Virtualization Efficiencies with Citrix and NetApp. October, 2009. By Mark Bowker White Paper Desktop Virtualization Efficiencies with Citrix and NetApp By Mark Bowker October, 2009 2009, Enterprise Strategy Group, Inc. All Rights Reserved White Paper: Desktop Virtualization Efficiencies

More information

Desktop Virtualization: A Buyer s Guide

Desktop Virtualization: A Buyer s Guide Desktop Virtualization Buyer s Guide Desktop Virtualization: A Buyer s Guide Published: May, 2008 TABLE OF CONTENTS INTRODUCTION... 2 A BRIEF OVERVIEW OF THE DESKTOP DELIVERY APPROACH... 3 User experience

More information

Enterprise-class desktop virtualization with NComputing. Clear the hurdles that block you from getting ahead. Whitepaper

Enterprise-class desktop virtualization with NComputing. Clear the hurdles that block you from getting ahead. Whitepaper Enterprise-class desktop virtualization with NComputing Clear the hurdles that block you from getting ahead Whitepaper Introduction Enterprise IT departments are realizing virtualization is not just for

More information

How To Get A Client Side Virtualization Solution For Your Financial Services Business

How To Get A Client Side Virtualization Solution For Your Financial Services Business SOLUTION BRIEF Financial Services Industry 2nd Generation Intel Core i5 vpro and Core i7 vpro Processors Benefits of Client-Side Virtualization A Flexible, New Solution for Improving Manageability, Security,

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

QuickSpecs. HP Virtual Desktop Infrastructure with VMware View Overview

QuickSpecs. HP Virtual Desktop Infrastructure with VMware View Overview Overview HP Virtual Desktop Infrastructure (VDI) is an end-to-end client virtualization solution based on the best managed and virtualizationready HP ProLiant and BladeSystem servers, HP Storage Works

More information

Desktop Virtualization Strategy

Desktop Virtualization Strategy Choosing the right solution for your needs ABSTRACT Several forms of desktop virtualization can help organizations satisfy users needs for mobility and flexibility, while relieving pressure on information

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

FastPass Password Manager

FastPass Password Manager FastPass Password Manager Version 3.4 FastPass in Thin Clients environments Document Title FastPass in Thin Clients environments Document Classification Public Document Revision B Document Status Final

More information

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0 White Paper Enterprise File Serving 2.0 Anywhere, Any Device File Access with IT in Control Like it or not, cloud- based file sharing services have opened up a new world of mobile file access and collaborative

More information

Virtualization 101 ASPE RESOURCE SERIES. Prepared for ASPE by Global Knowledge's Kerry Doyle, MA, ZDNet/CNet.com Associate Editor

Virtualization 101 ASPE RESOURCE SERIES. Prepared for ASPE by Global Knowledge's Kerry Doyle, MA, ZDNet/CNet.com Associate Editor ASPE RESOURCE SERIES Virtualization 101 Prepared for ASPE by Global Knowledge's Kerry Doyle, MA, ZDNet/CNet.com Associate Editor Real Skills. Real Results. Real IT. in partnership with Virtualization 101

More information

XenApp and XenDesktop 7.8 AppDisk & AppDNA for AppDisk technology

XenApp and XenDesktop 7.8 AppDisk & AppDNA for AppDisk technology Citrix Frequently Asked Questions White Paper XenApp and XenDesktop 7.8 AppDisk & AppDNA for AppDisk technology Frequently Asked Questions February 2016 Prepared by: Citrix Windows App Delivery Product

More information

Eliminating End User and Application Downtime. Continuous Availability for your Business Applications

Eliminating End User and Application Downtime. Continuous Availability for your Business Applications Eliminating End User and Application Downtime Continuous Availability for your Business Applications March 2010 Table of Contents Introduction... 3 Availability vs. Ecosystem Availability... 3 Cost, Complexity,

More information

SynapseBackup Secure backups and disaster recovery services for both physical and virtual environments. Top reasons on why SynapseBackup is the best

SynapseBackup Secure backups and disaster recovery services for both physical and virtual environments. Top reasons on why SynapseBackup is the best SynapseBackup Secure backups and disaster recovery services for both physical and virtual environments Synapse have been both using and offering online backup solutions to clients since 1998. An online

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

APPLICATION VIRTUALIZATION COMPARISON

APPLICATION VIRTUALIZATION COMPARISON APPLICATION VIRTUALIZATION COMPARISON It s important to understand the comparing features are the last step in the decision tree. Vision, Strategy and Technology are the former steps. Each Application

More information

3. What are the primary business drivers behind the virtualization assessment effort?

3. What are the primary business drivers behind the virtualization assessment effort? 1 Overview 1. Who are the key desktop and application stakeholders within your organization? What areas of responsibility do each cover (workflows, coverage, 24/7 staff members are good to identify at

More information

How Traditional Physical Backup Imaging Technology Fits Into a Virtual Backup Solution

How Traditional Physical Backup Imaging Technology Fits Into a Virtual Backup Solution Virtualization Backup and Recovery Solutions for the SMB Market The Essentials Series How Traditional Physical Backup Imaging Technology Fits Into a Virtual Backup Solution sponsored by Introduction to

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

vnas Series All-in-one NAS with virtualization platform 2014.01.03

vnas Series All-in-one NAS with virtualization platform 2014.01.03 vnas Series All-in-one NAS with virtualization platform 2014.01.03 2 Imaging NAS Virtualization Station VMware ESX 3 Install Virtualization Station on a specialized Turbo NAS VM vnas Use vnas series to

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

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

Virtualizing Exchange

Virtualizing Exchange Virtualizing Exchange Simplifying and Optimizing Management of Microsoft Exchange Server Using Virtualization Technologies By Anil Desai Microsoft MVP September, 2008 An Alternative to Hosted Exchange

More information

More Efficient Virtualization Management: Templates

More Efficient Virtualization Management: Templates White Paper More Efficient Virtualization Management: Templates Learn more at www.swsoft.com/virtuozzo Published: November 2006 Revised: November 2006 Table of Contents Table of Contents... 2 OS, Middleware

More information

VDI May Not Be The Right Solution

VDI May Not Be The Right Solution WHITE PAPER: VDI VERSUS STREAMING VDI May Not Be The Right Solution or Why Streaming Might Be A Better One Contents So You Think You Want VDI?...1 Why VDI?...1 VDI is a platform, not a solution...2 Infrastructure

More information

Citrix XenDesktop with FlexCast technology. Citrix XenDesktop: Desktop Virtualization For All. www.citrix.com

Citrix XenDesktop with FlexCast technology. Citrix XenDesktop: Desktop Virtualization For All. www.citrix.com Citrix XenDesktop with FlexCast technology White Paper Citrix XenDesktop: Desktop Virtualization For All www.citrix.com Today s organizations encompass a diverse range of users, from road warriors using

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

The Software Developers Guide to. Making Your Program Work With. Microsoft App-V. Tim Mangan. TMurgent Technologies, LLP

The Software Developers Guide to. Making Your Program Work With. Microsoft App-V. Tim Mangan. TMurgent Technologies, LLP The Software Developers Guide to Making Your Program Work With Microsoft App-V Tim Mangan TMurgent Technologies, LLP January, 2016 Introduction When you sell your software into a company, especially the

More information

Citrix XenApp The need for a Citrix server will still be required so no integration with our future SCCM environment will be available.

Citrix XenApp The need for a Citrix server will still be required so no integration with our future SCCM environment will be available. Decision Matrix Integration with current infrastructure (SMS): SMS can deliver the virtual application as effectively as a traditionally packaged application with no customizations or modifications to

More information

Total Backup Recovery

Total Backup Recovery Total Backup Recovery Ultimate Backup & Recovery Solution for Businesses & Organizations Total Backup Recovery 7 Series is a total backup and recovery solution for businesses and organizations. The series

More information

Enterprise Remote Control 5.6 Manual

Enterprise Remote Control 5.6 Manual Enterprise Remote Control 5.6 Manual Solutions for Network Administrators Copyright 2015, IntelliAdmin, LLC Revision 3/26/2015 http://www.intelliadmin.com Page 1 Table of Contents What is Enterprise Remote

More information

E-Guide. TechTarget Data Center Media. Sponsored By:

E-Guide. TechTarget Data Center Media. Sponsored By: TechTarget Data Center Media E-Guide Desktop Virtualization: Goals, Options, Approaches and Solutions Desktop virtualization is the use of virtual machines to let multiple network subscribers maintain

More information

Product Brief. it s Backed Up

Product Brief. it s Backed Up Product Brief it s Backed Up IT Authorities, Inc. 1/11/2010 Table of Contents Contents Table of Contents... 2 it s Backed Up... 3 Backup... 3 Backup, Continued... 4 Backup, Continued... 5 Application Aware

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

TABLE OF CONTENTS: Transforming Desktops into Workspaces

TABLE OF CONTENTS: Transforming Desktops into Workspaces e s u F r e w o P S RE anagement User Workspace M 2. TABLE OF CONTENTS: Overview... 3. What is a User Workspace?... 4. Why User Workspace Management?... 5. What are the benefits for me?... 6. Facts about

More information

Hoster Improves Remote Access, Increases Revenues with Virtualized Desktop Solution

Hoster Improves Remote Access, Increases Revenues with Virtualized Desktop Solution Customer Solution Case Study Hoster Improves Remote Access, Increases Revenues with Virtualized Desktop Solution Overview Country or Region: United States Industry: Hosting Customer Profile ngenx delivers

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

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

Citrix Lab Manager 3.6 SP 2 Quick Start Guide

Citrix Lab Manager 3.6 SP 2 Quick Start Guide WHITE PAPER Citrix Essentials for Microsoft Hyper-V Citrix Lab Manager 3.6 SP 2 Quick Start Guide www.citrix.com Contents Document Summary... 3 Preparation... 3 Architectural Review of Lab Manager... 3

More information

Mobile Computing and Virtual Desktops

Mobile Computing and Virtual Desktops Mobile Computing and Virtual Desktops buzzetti@us.ibm.com The IBM Worldwide Design Centers comprise certified IT architects and specialists using state-of-the-art methodologies and technologies in the

More information

AVLOR SERVER CLOUD RECOVERY

AVLOR SERVER CLOUD RECOVERY AVLOR SERVER CLOUD RECOVERY WHITE PAPER 1 Table of Contents Abstract... 2 1. Introduction... 3 2. Server Cloud Recovery... 3 3. Amazon AWS Cloud... 4 a. What it is... 4 b. Why Use AWS?... 5 4. Difficulties

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 En suring Desktop Virtualization Success... 1 Siz ing Your Desktop Virtualization Environment... 2 Ap

More information

VMware/Hyper-V Backup Plug-in User Guide

VMware/Hyper-V Backup Plug-in User Guide VMware/Hyper-V Backup Plug-in User Guide COPYRIGHT No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying,

More information

IT@Intel. Developing an Enterprise Client Virtualization Strategy

IT@Intel. Developing an Enterprise Client Virtualization Strategy White Paper Intel Information Technology Computer Manufacturing Client Virtualization Developing an Enterprise Client Virtualization Strategy Intel IT is investigating virtualization because it has the

More information

Servervirualisierung mit Citrix XenServer

Servervirualisierung mit Citrix XenServer Servervirualisierung mit Citrix XenServer Paul Murray, Senior Systems Engineer, MSG EMEA Citrix Systems International GmbH paul.murray@eu.citrix.com Virtualization Wave is Just Beginning Only 6% of x86

More information

Maximizing Your Desktop and Application Virtualization Implementation

Maximizing Your Desktop and Application Virtualization Implementation Maximizing Your Desktop and Application Virtualization Implementation The Essentials Series sponsored by David Davis Article 1: Using Hosted Applications with Desktop Virtualization... 1 The State of Desktop

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

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

Microsoft Hyper-V chose a Primary Server Virtualization Platform

Microsoft Hyper-V chose a Primary Server Virtualization Platform Roger Shupert, Integration Specialist } Lake Michigan College has been using Microsoft Hyper-V as it s primary server virtualization platform since 2008, in this presentation we will discuss the following;

More information

Enterprise Desktop Solutions: VMware View 4.5

Enterprise Desktop Solutions: VMware View 4.5 C H E A T S H E E T Enterprise Desktop Solutions: What is VMware View? VMware View 4.5 is the leading desktop virtualization solution, built for delivering desktops as a managed service from the platform

More information

The Do s and Don ts of Server Virtualization Back to basics tips for Australian IT professionals

The Do s and Don ts of Server Virtualization Back to basics tips for Australian IT professionals The Do s and Don ts of Server Virtualization Back to basics tips for Australian IT professionals Virtualization is a well-established in today s IT environments, but it still remains a top priority among

More information

Virtual Application Management with Microsoft Application Virtualization 4.6 and System Center 2012 Configuration Manager

Virtual Application Management with Microsoft Application Virtualization 4.6 and System Center 2012 Configuration Manager Virtual Application Management with Microsoft Application Virtualization 4.6 and System Center 2012 Configuration Manager This whitepaper describes the virtual application management capabilities provided

More information

Desktop Virtualization. The back-end

Desktop Virtualization. The back-end Desktop Virtualization The back-end Will desktop virtualization really fit every user? Cost? Scalability? User Experience? Beyond VDI with FlexCast Mobile users Guest workers Office workers Remote workers

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

RES ONE Automation 2015 Task Overview

RES ONE Automation 2015 Task Overview RES ONE Automation 2015 Task Overview Task Overview RES ONE Automation 2015 Configuration Tasks The library Configuration contains Tasks that relate to the configuration of a computer, such as applying

More information

Increase Utilization, Decrease Energy Costs With Data Center Virtualization

Increase Utilization, Decrease Energy Costs With Data Center Virtualization Increase Utilization, Decrease Energy Costs With Data Center Virtualization Produced by SearchDataCenter.com Presenter: Ron Priester Sponsored by Copyright 2008 HP. All Rights Reserved. Reproduction, adaptation,

More information

The Benefits of Virtualizing Citrix XenApp with Citrix XenServer

The Benefits of Virtualizing Citrix XenApp with Citrix XenServer White Paper The Benefits of Virtualizing Citrix XenApp with Citrix XenServer This white paper will discuss how customers can achieve faster deployment, higher reliability, easier management, and reduced

More information

Medical 360 Network Edition and Citrix

Medical 360 Network Edition and Citrix WHITE PAPER Dragon Medical 360 Network Edition and Citrix A White Paper from Nuance Healthcare HEALTHCARE DRAGON MEDICAL 360 AND CITRIX Contents Introduction... 3 Citrix Overview... 4 Dragon Medical 360

More information

Where are Organizations Today? The Cloud. The Current and Future State of IT When, Where, and How To Leverage the Cloud. The Cloud and the Players

Where are Organizations Today? The Cloud. The Current and Future State of IT When, Where, and How To Leverage the Cloud. The Cloud and the Players The Current and Future State of IT When, Where, and How To Leverage the The and the Players Software as a Service Citrix VMWare Google SalesForce.com Created and Presented by: Rand Morimoto, Ph.D., MCITP,

More information

Benefit. Allows you to integrate RES PowerFuse with application virtualization technologies other than SoftGrid (e.g. Citrix XenApp, VMWare Thinapp).

Benefit. Allows you to integrate RES PowerFuse with application virtualization technologies other than SoftGrid (e.g. Citrix XenApp, VMWare Thinapp). Core (1/2) Access Control Access to settings and applications can be based on Organizational Units in Directory Services like (Active Directory and Novell) or through users and groups in the domain. This

More information

Effects of Generic Com in App-V 5 SP2 Deployment Performance

Effects of Generic Com in App-V 5 SP2 Deployment Performance Effects of Generic Com in App-V 5 SP2 Deployment Performance TMurgent Performance Research Series June, 2014 Contents 1 Introduction... 3 2 Background on COM... 4 2.1 In-Process, versus Out-of-Process

More information

Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide

Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide Consulting Solutions WHITE PAPER Citrix XenDesktop Citrix Personal vdisk Technology Planning Guide www.citrix.com Overview XenDesktop offers IT administrators many options in order to implement virtual

More information

Protecting the Irreplacable. November 2013 Athens Ian Whiteside, F-Secure Ian.Whiteside@f-secure.com

Protecting the Irreplacable. November 2013 Athens Ian Whiteside, F-Secure Ian.Whiteside@f-secure.com Protecting the Irreplacable November Athens Ian Whiteside, F-Secure Ian.Whiteside@f-secure.com PC Sales continue to fall. Lack of innovation and no excitement Windows 8 doesn t seem to have excited the

More information

Server Virtualization A Game-Changer For SMB Customers

Server Virtualization A Game-Changer For SMB Customers Whitepaper Server Virtualization A Game-Changer For SMB Customers Introduction Everyone in the IT world has heard of server virtualization, and some stunning achievements by datacenter and Enterprise customers

More information

Total Backup Recovery 7

Total Backup Recovery 7 7 TM 7 Enhance business functionality and productivity with guaranteed protection from 7 Server 7 Server is a total backup and recovery solution for Windows. With support for all operating systems, 7 Server

More information

Geek Week VDI Day 4:

Geek Week VDI Day 4: 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

More information

Security. Environments. Dave Shackleford. John Wiley &. Sons, Inc. s j}! '**»* t i j. l:i. in: i««;

Security. Environments. Dave Shackleford. John Wiley &. Sons, Inc. s j}! '**»* t i j. l:i. in: i««; Security N Environments '' J J H -. i ^ s j}! Dave Shackleford '**»* t i j i««; l:i in: John Wiley &. Sons, Inc. Contents Introduction.. : xix Chapter l Fundamentals of Virtualization Security Virtualization

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

Effects of VC RunTimes in App-V 5 SP2 with HotFix 4 Deployment Performance

Effects of VC RunTimes in App-V 5 SP2 with HotFix 4 Deployment Performance Effects of VC RunTimes in App-V 5 SP2 with HotFix 4 Deployment Performance TMurgent App-V 5 Performance Research Series June, 2014 Contents 1 Introduction... 3 2 Background on VC Runtimes... 4 2.1 Detecting

More information