APPLYING AND TROUBLESHOOTING PREDEFINED SETTINGS VMware Horizon

Size: px
Start display at page:

Download "APPLYING AND TROUBLESHOOTING PREDEFINED SETTINGS VMware Horizon"

Transcription

1 GUIDE DECEMBER 2018 PRINTED 19 DECEMBER 2018 APPLYING AND TROUBLESHOOTING PREDEFINED SETTINGS VMware Horizon

2 Table of Contents Applying and Troubleshooting Predefined Settings Applying and Troubleshooting Predefined Settings GUIDE 2

3 Profiling Applications: VMware User Environment Manager Operational Tutorial Applying and Troubleshooting Predefined Settings Applying and Troubleshooting Predefined Settings Configuring a specific toolbar layout, setting a region-specific language, disabling automatic updates these are just a few of many reasons IT might want to configure predefined application settings. Unfortunately, this is not always a simple task. Software vendors store configuration data in a variety of locations, and various packaging and deployment technologies have their own methods for customizing application settings. VMware User Environment Manager provides an easy and consistent way to apply and enforce predefined settings for all your Windows applications. For this tutorial, we used the Application Profiler tool to capture these settings. VLC Media Player as the Profiled Application For this exercise, we profile a popular video playback application called VLC Media Player, capture specific application settings, and configure these settings as predefined settings, to be applied when an end user launches the application. We also explore troubleshooting techniques as needed. Machine Configuration for Profiling and Deployment Installing Application Profiler and performing the initial profiling process is outside the scope of this tutorial. It is well documented in the VMware User Environment Manager Application Profiler Administration Guide. To get an evaluation environment up and running quickly, see the Quick-Start Tutorial for VMware User Environment Manager. This tutorial focuses on the advanced scenario of troubleshooting a profiled application. The following section describes the configuration used to profile VLC. For a comprehensive list of supported operating systems for Application Profiler, see the VMware User Environment Manager Application Profiler Administration Guide. Application Packaging and Profiling Machine Configuration (Profiling VM) The application packaging and profiling machine (also called the profiling VM) was configured with the following: Windows 10 Anniversary Update (AU) VM. VMware App Volumes Agent version VMware User Environment Manager Application Profiler version 9.1. The svc-profiler domain account has local administrative privileges. The App Volumes Agent is an optional component, and is part of the VMware End-User-Computing JMP Solution. This agent was included so the same VM could be used to build an App Volumes AppStack for application deployment and to profile the application for personalization with User Environment Manager. If you would like to learn more, or include App Volumes in your environment, refer GUIDE 3

4 to the Reviewer's Guide for VMware App Volumes. End-User Machine Configuration The end-user machine in this example had the following configuration: Windows 10 AU instant-clone VM. VMware App Volumes Agent version VMware User Environment Manager FlexEngine version 9.1. The jspencer user account is a standard end-user domain account. Profiling the VLC Media Player Application VLC Media Player version was captured to an App Volumes AppStack using all default installation options. The AppStack was then used to deliver VLC to the profiling VM. During the User Environment Manager application-profiling process, the View > Playlist setting was selected for the default view. Note: Playlist is the item selected. Docked Playlist is a default setting, independent of Playlist. Upon completion of the profiling process, we saw that the configuration change was written to the file system, in the %AppData%\vlc folder. Selecting Config File with Predefined Settings from Application Profiler produced four files: INI - User Environment Manager configuration file containing the import and export locations. This file defines the parameters for User Environment Manager to manage the application. ICO - Icon used by User Environment Manager Management Console and the Self-Support Tool. FLAG - Flag file for FlexEngine, when DirectFlex is enabled (default). ZIP - File containing predefined user settings. We recommend modifying the Default Save Path setting so that saved files are automatically added to User Environment Manager. GUIDE 4

5 While you may be tempted to open and edit the ZIP file directly from Windows Explorer, it is critical that the Edit Profile Archive button be used instead. User Environment Manager uses the standard ZIP file format to prevent the creation of proprietary file formats, but the writes to and reads from the ZIP files are optimized for performance. Using tools outside of User Environment Manager to edit these ZIP files makes them unreadable by FlexEngine (the User Environment Manager agent). By editing the profile archive, we can browse the contents and make changes as needed. Notice that VLC uses an INI file to record the user settings. When View > Playlist was selected during application profiling, playlist-visible=true was recorded in the INI. However, there are a number of additional settings that were automatically recorded in the INI. GUIDE 5

6 When configuring predefined application settings, you might notice that user settings that are stored in an INI file might result in different behavior than user settings stored in registry keys. We will come back to predefined settings later in this tutorial. Next, we ran the application-profiling process again for VLC. This time, View > Playlist was selected, and Tools > Preferences > Menus Language was configured for French. When the profiling process was complete, we saw that the configuration changes were written to the file system, in the %AppData%\vlc folder, and to the registry, in HKCU\Software\VideoLAN. Editing the profile archive this time, we can see both the AppData and Registry folders. Though not a common practice, this version of VLC Media Player stores the language setting in the registry, while storing a variety of GUIDE 6

7 other user settings in an INI file. Configuring and Applying Predefined Settings To configure and apply the predefined settings, we use the User Environment Manager Management Console. The VMware User Environment Manager Administration Guide provides a detailed description of the four types of predefined settings you can choose from. For our purposes, we configured VLC Media Player predefined settings to Partially Enforced Settings. Partially enforced settings are applied after the user profile archive has been imported. This effectively merges the user's personal settings with the partially enforced settings. In case of a conflict, the partially enforced settings win and overwrite the user's personal settings. To test our configuration, we logged in to an instant-clone desktop in as jspencer. The same App Volumes AppStack that was used to deliver VLC to the application-packaging VM was used to dynamically deliver VLC to the VM at login time. When VLC Player was launched for the first time, the menus were in French, and the interface was configured for Playlist view, as expected. While logged in as jspencer, the following settings were modified. The Playlist view was disabled. GUIDE 7

8 The language was changed to American English. All check boxes on this preferences page were cleared. Based on the way the Partially Enforced Settings option is designed to behave, we expected the following behavior the next time VLC was opened by jspencer: The menus should be in French and the Playlist view should be enabled. This is because both settings were configured during application profiling, and applied as partially enforced predefined settings. The check boxes cleared on the preferences page should remain cleared. This is because these settings are not specified by the predefined settings, and are therefore user settings that are stored in the user profile archive. After closing and re-opening the application, we saw that all of the changes were discarded, including the check boxes on the preferences page. This is not what we expected! But why did this happen? We are seeing the result of an application storing its user settings in an INI file. To understand this, let us look at the workflow when a user logs in to a Windows desktop with User Environment Manager enabled. 1. User logs in. 2. User profile archive, including any custom user settings, is imported to Windows. 3. Predefined application settings are imported to Windows. GUIDE 8

9 User Environment Manager behaves differently during Step 3, depending on whether the application settings are stored in the registry or in an INI file. User Environment Manager can parse individual registry settings. You might think of this as merging only the specified, predefined registry keys to the Windows registry. In our test case, only the language setting is forced on the end user by the predefined application settings registry import. Any other user settings that happen to get recorded in HKCU\Software\VideoLAN are preserved for the end user. This enables IT to enforce specific application settings, while granting the end user flexibility to customize and preserve any other settings. When applications store configuration data in files (INI, XML, or others), User Environment Manager can only overwrite the entire file. In our test case, the Playlist view predefined setting is stored in an INI file. That file is part of the predefined applications settings that are applied after the user profile archive is imported. The user jspencer made several changes (cleared check boxes) to the preferences page, which were stored in that same INI file. Going back to the previous workflow, the problem becomes apparent. 1. User logs in. 2. User profile archive, including the INI file customized per the user settings, is imported to Windows. 3. Predefined application settings, including a copy of the INI file created during the application-profiling process, overwrites the INI file imported in Step 2. Another Issue with Text Files Even though the user jspencer might be logged in to the end-user VM, if we examine the VLC application settings INI file, we see a value that includes the user name of the account (svc-profiler) that was used during the application-profiling process. The intended behavior is for this line to be populated with the user name of the currently logged-in user, which is jspencer in this case. User Environment Manager supports using placeholders to accommodate variables in text files. Editing the profile archive allows us to modify the text file manually. In this case, the user name jspencer is replaced with the system variable %username%. See the VMware User Environment Manager Administration Guide for proper syntax and usage. GUIDE 9

10 Now when jspencer runs the application, the user name is properly reflected in the INI file. Conclusion The following is a brief summary of the application-profiling concepts and practices covered in this section, which you can apply to your own applications. Always use the Application Profiler or the User Environment Manager tools to edit a profile archive ZIP file. Applications might store user settings in the registry, in files, or both. Taking the time to fully understand the way your application behaves (know thine app) will ensure successful application profiling. When applications store user settings in an INI file, the intended behavior of partially enforced predefined settings might change. When applications store user settings in a file, values from the profiling VM or profiling user account might be preserved in the predefined application settings. Placeholders enable the use of system variables to address this possibility. GUIDE 10

11 VMware, Inc Hillview Avenue Palo Alto CA USA Tel Fax Copyright 2017 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. VMware products are covered by one or more patents listed at VMware is a registered trademark or trademark of VMware, Inc. in the United States and/or other jurisdictions. All other marks and names mentioned herein may be trademarks of their respective companies.

EXPLORING MONITORING AND ANALYTICS VMware Horizon

EXPLORING MONITORING AND ANALYTICS VMware Horizon GUIDE AUGUST 2018 PRINTED 11 JANUARY 2019 EXPLORING MONITORING AND ANALYTICS VMware Horizon Table of Contents Exploring Monitoring and Analytics About Monitoring and Analytics Exploring Dashboard and Status

More information

Cloud Pod Architecture with VMware Horizon 6.1

Cloud Pod Architecture with VMware Horizon 6.1 Author: Dale Carter March 2015 Table of Contents 1. Configure Cloud Pod Architecture... 4 1.1 Initializing the First Pod Connection Server.... 4 1.2 Joining the Second Pod to the First Pod... 6 1.3 Create

More information

Configuring Single Sign-on from the VMware Identity Manager Service to Marketo

Configuring Single Sign-on from the VMware Identity Manager Service to Marketo Configuring Single Sign-on from the VMware Identity Manager Service to Marketo VMware Identity Manager JANUARY 2016 V1 Configuring Single Sign-On from VMware Identity Manager to Marketo Table of Contents

More information

Configuring OneSign 4.9 Virtual Desktop Access with Horizon View HOW-TO GUIDE

Configuring OneSign 4.9 Virtual Desktop Access with Horizon View HOW-TO GUIDE Configuring OneSign 4.9 Virtual Desktop Access with Horizon View HOW-TO GUIDE Introduction This How-To Guide includes information about configuring OneSign virtual desktop access (VDA) with View in VMware

More information

Configuring Single Sign-on from the VMware Identity Manager Service to Exterro E-Discovery

Configuring Single Sign-on from the VMware Identity Manager Service to Exterro E-Discovery Configuring Single Sign-on from the VMware Identity Manager Service to Exterro E-Discovery VMware Identity Manager A P R I L 2 0 1 6 V1 Configuring Single Sign-On from VMware Identity Manager to Exterro

More information

VMware Horizon Migration Tool User Guide

VMware Horizon Migration Tool User Guide VMware Horizon Migration Tool User Guide Version 3.0.0 August 2017 VMware End User Computing 1/31 @2017 VMware, Inc. All rights reserved. @2017 VMware, Inc. All rights reserved. This product is protected

More information

INTEGRATING WITH DELL CLIENT COMMAND SUITE: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

INTEGRATING WITH DELL CLIENT COMMAND SUITE: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE SEPTEMBER 2018 PRINTED 4 MARCH 2019 INTEGRATING WITH DELL CLIENT COMMAND SUITE: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Purpose Audience

More information

A: SETTING UP VMware Horizon

A: SETTING UP VMware Horizon GUIDE AUGUST 2018 PRINTED 11 JANUARY 2019 VMware Horizon Table of Contents A: Setting Up About Setup Exercise A1: Reviewing the Workflow Exercise A2: Creating the VNet Exercise A3: Configuring VNet Peering

More information

Configuring Single Sign-on from the VMware Identity Manager Service to Vizru

Configuring Single Sign-on from the VMware Identity Manager Service to Vizru Configuring Single Sign-on from the VMware Identity Manager Service to Vizru VMware Identity Manager JULY 2016 V1 Table of Contents Overview... 2 Adding Vizru to VMware Identity Manager Catalog... 2 Add

More information

Configuring Single Sign-on from the VMware Identity Manager Service to Trumba

Configuring Single Sign-on from the VMware Identity Manager Service to Trumba Configuring Single Sign-on from the VMware Identity Manager Service to Trumba VMware Identity Manager JULY 2016 V1 Table of Contents Overview... 2 Adding Trumba to VMware Identity Manager Catalog... 2

More information

INSTALLATION AND SETUP VMware Workspace ONE

INSTALLATION AND SETUP VMware Workspace ONE GUIDE NOVEMBER 2018 PRINTED 9 JANUARY 2019 VMware Workspace ONE Table of Contents Installation and Setup Introduction Prerequisites Signing Up for a Free Trial Launching the Workspace ONE UEM Console Navigating

More information

INTEGRATING OKTA: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

INTEGRATING OKTA: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE AUGUST 2018 PRINTED 4 MARCH 2019 INTEGRATING OKTA: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Purpose Audience Integrating Okta with VMware

More information

Configuring Single Sign-on from the VMware Identity Manager Service to Bonusly

Configuring Single Sign-on from the VMware Identity Manager Service to Bonusly Configuring Single Sign-on from the VMware Identity Manager Service to Bonusly VMware Identity Manager OCTOBER 2015 V1 Configuring Single Sign-On from VMware Identity Manager to Bonusly Table of Contents

More information

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

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

More information

CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE FEBRUARY 2019 PRINTED 26 FEBRUARY 2019 CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Purpose Audience

More information

USING PRODUCT PROVISIONING TO DELIVER FILES TO WINDOWS 10: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

USING PRODUCT PROVISIONING TO DELIVER FILES TO WINDOWS 10: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE OCTOBER 2018 PRINTED 4 MARCH 2019 USING PRODUCT PROVISIONING TO DELIVER FILES TO WINDOWS 10: VMWARE WORKSPACE ONE VMware Workspace ONE Table of Contents Overview Introduction Purpose Audience Delivering

More information

VMware vrealize Operations for Horizon Installation

VMware vrealize Operations for Horizon Installation VMware vrealize Operations for Horizon Installation vrealize Operations for Horizon 6.4 Installation vrealize Operations for Horizon 6.4 This document supports the version of each product listed and supports

More information

PROVIDING SECURE ACCESS TO VMWARE HORIZON 7 AND VMWARE IDENTITY MANAGER WITH THE VMWARE UNIFIED ACCESS GATEWAY REVISED 2 MAY 2018

PROVIDING SECURE ACCESS TO VMWARE HORIZON 7 AND VMWARE IDENTITY MANAGER WITH THE VMWARE UNIFIED ACCESS GATEWAY REVISED 2 MAY 2018 PROVIDING SECURE ACCESS TO VMWARE HORIZON 7 AND VMWARE IDENTITY MANAGER WITH THE VMWARE UNIFIED ACCESS GATEWAY REVISED 2 MAY 2018 Table of Contents Introduction Deployment Options Preparation Configuration

More information

What s New in VMware vcloud Automation Center 5.1

What s New in VMware vcloud Automation Center 5.1 What s New in VMware vcloud Automation Center 5.1 Feature Overview Technical White paper october 2012 Table of Contents vcloud Automation Center Overview.... 3 VMware vsphere 5.1 Support.... 3 VMware vcloud

More information

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE APRIL 2019 PRINTED 17 APRIL 2019 MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Audience Getting Started with Android

More information

Configuring Single Sign-on from the VMware Identity Manager Service to Collibra

Configuring Single Sign-on from the VMware Identity Manager Service to Collibra Configuring Single Sign-on from the VMware Identity Manager Service to Collibra VMware Identity Manager JULY 2016 V1 Table of Contents Overview... 2 Adding Collibra to VMware Identity Manager Catalog...

More information

vrealize Production Test Upgrade Assessment Guide

vrealize Production Test Upgrade Assessment Guide vrealize Production Test Upgrade Assessment Guide JUNE 2017 V E R S I O N 1.7. 1 Table of Contents Overview... 3 Supported Versions... 3 Prerequisites... 3 Installation... 3 Run the Full Suite of Tests

More information

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.5

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.5 VMware vrealize Operations for Horizon Installation VMware vrealize Operations for Horizon 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: UNIFIED ACCESS GATEWAY ARCHITECTURE

REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: UNIFIED ACCESS GATEWAY ARCHITECTURE REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: UNIFIED ACCESS GATEWAY ARCHITECTURE Table of Contents Component Design: Unified Access Gateway Architecture Design Overview Network Deployment Options Authentication

More information

Branch Office Desktop

Branch Office Desktop Branch Office Desktop Providing Visibility into Branch Office Desktops with Liquidware Labs Stratusphere UX HOW-TO GUIDE Solution Overview Liquidware Labs Stratusphere UX is a supported component of the

More information

VPAT VMWARE VPAT VMWARE FUSION 10 VPAT TM

VPAT VMWARE VPAT VMWARE FUSION 10 VPAT TM VPAT VMWARE VPAT VMWARE FUSION 10 VPAT TM October 2017 VMware, Inc. 3401 Hillview Avenue Palo Alto CA 94304 USA Tel 877-486-9273 Fax 650-427-5001 www.vmware.com Copyright 2017 VMware, Inc. All rights reserved.

More information

ARCHITECTURAL OVERVIEW REVISED 6 NOVEMBER 2018

ARCHITECTURAL OVERVIEW REVISED 6 NOVEMBER 2018 REVISED 6 NOVEMBER 2018 Table of Contents Architectural Overview Workspace ONE Logical Architecture GUIDE 2 VMware Workspace ONE Cloud-Based Reference Architecture - Architectural Overview Architectural

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

vrealize Production Test

vrealize Production Test Production Test Guide for vrealize Automation vrealize Operations P R O D U C T I O N T E S T G U I D E A P R I L 2 0 1 5 V E R S I O N 1. 0 Table of Contents Component Overview... 3 Configuring and Using

More information

VMware Horizon FLEX 1.5 WHITE PAPER

VMware Horizon FLEX 1.5 WHITE PAPER WHITE PAPER Table of Contents What Is VMware Horizon FLEX?... 3 Terminology for Horizon FLEX.... 4 Key Benefits of Horizon FLEX... 4 Deploying Horizon FLEX.... 5 Tested Host Operating Systems for Horizon

More information

Horizon Air 16.6 Release Notes. This document describes changes to Horizon Air for version 16.6

Horizon Air 16.6 Release Notes. This document describes changes to Horizon Air for version 16.6 Horizon Air 16.6 Release Notes This document describes changes to Horizon Air for version 16.6 August 2016 Revision History Date Version Description 08/29/2016 1.0 Initial release 09/12/2016 1.1 1 st revision

More information

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.3

VMware vrealize Operations for Horizon Installation. VMware vrealize Operations for Horizon 6.3 VMware vrealize Operations for Horizon Installation VMware vrealize Operations for Horizon 6.3 VMware vrealize Operations for Horizon Installation You can find the most up-to-date technical documentation

More information

Image Management for View Desktops using Mirage

Image Management for View Desktops using Mirage Image Management for View Desktops using Mirage Mirage 5.9.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

VMware User Environment Manager Administration Guide. VMware User Environment Manager 9.5

VMware User Environment Manager Administration Guide. VMware User Environment Manager 9.5 VMware User Environment Manager Administration Guide VMware User Environment Manager 9.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

UPGRADING APP VOLUMES MANAGER SERVERS AND AGENTS: VMWARE APP VOLUMES OPERATIONAL TUTORIAL

UPGRADING APP VOLUMES MANAGER SERVERS AND AGENTS: VMWARE APP VOLUMES OPERATIONAL TUTORIAL UPGRADING APP VOLUMES MANAGER SERVERS AND AGENTS: VMWARE APP VOLUMES OPERATIONAL TUTORIAL Table of Contents Overview... 3 Introduction... 4 Purpose of This Tutorial... 5 Audience... 6 Upgrading App Volumes

More information

REVIEWERS GUIDE NOVEMBER 2017 REVIEWER S GUIDE FOR CLOUD-BASED VMWARE WORKSPACE ONE: MOBILE SINGLE SIGN-ON. VMware Workspace ONE

REVIEWERS GUIDE NOVEMBER 2017 REVIEWER S GUIDE FOR CLOUD-BASED VMWARE WORKSPACE ONE: MOBILE SINGLE SIGN-ON. VMware Workspace ONE REVIEWERS GUIDE NOVEMBER 2017 REVIEWER S GUIDE FOR CLOUD-BASED VMWARE WORKSPACE ONE: VMware Workspace ONE Table of Contents Introduction.... 3 Purpose of This Guide....3 Audience...3 Before You Begin....3

More information

VMware User Environment Manager Application Profiler Administration Guide. VMware User Environment Manager 9.4

VMware User Environment Manager Application Profiler Administration Guide. VMware User Environment Manager 9.4 VMware User Environment Manager Application Profiler Administration Guide VMware User Environment Manager 9.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware User Environment Manager Application Profiler Administration Guide. VMware User Environment Manager 9.2

VMware User Environment Manager Application Profiler Administration Guide. VMware User Environment Manager 9.2 VMware User Environment Manager Application Profiler Administration Guide VMware User Environment Manager 9.2 VMware User Environment Manager Application Profiler Administration Guide You can find the

More information

VMware User Environment Manager SyncTool Administration Guide. VMware User Environment Manager 9.1

VMware User Environment Manager SyncTool Administration Guide. VMware User Environment Manager 9.1 VMware User Environment Manager SyncTool Administration Guide VMware User Environment Manager 9.1 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/

More information

IMPLEMENTING SINGLE SIGN-ON (SSO) TO KERBEROS CONSTRAINED DELEGATION AND HEADER-BASED APPS. VMware Identity Manager.

IMPLEMENTING SINGLE SIGN-ON (SSO) TO KERBEROS CONSTRAINED DELEGATION AND HEADER-BASED APPS. VMware Identity Manager. IMPLEMENTING SINGLE SIGN-ON (SSO) TO KERBEROS CONSTRAINED DELEGATION AND HEADER-BASED APPS VMware Identity Manager February 2017 V1 1 2 Table of Contents Overview... 5 Benefits of BIG-IP APM and Identity

More information

VMware User Environment Manager Administration Guide

VMware User Environment Manager Administration Guide VMware User Environment Manager Administration Guide VMware User Environment Manager 9.2 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Using VMware View Client for Mac

Using VMware View Client for Mac May 2012 View Client for Mac This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 Table of Contents Introduction to Horizon Cloud with Manager.... 3 Benefits of Integration.... 3 Single Sign-On....3

More information

Getting Started with VMware View View 3.1

Getting Started with VMware View View 3.1 Technical Note Getting Started with VMware View View 3.1 This guide provides an overview of how to install View Manager components and provision virtual desktops. Additional View Manager documentation

More information

Installing and Configuring VMware User Environment Manager. VMware User Environment Manager 9.2

Installing and Configuring VMware User Environment Manager. VMware User Environment Manager 9.2 Installing and Configuring VMware User Environment Manager VMware User Environment Manager 9.2 Installing and Configuring VMware User Environment Manager You can find the most up-to-date technical documentation

More information

VMware User Environment Manager Administration Guide. VMware User Environment Manager 9.1

VMware User Environment Manager Administration Guide. VMware User Environment Manager 9.1 VMware User Environment Manager Administration Guide VMware User Environment Manager 9.1 VMware User Environment Manager Administration Guide You can find the most up-to-date technical documentation on

More information

PRINTED 13 APRIL 2018 NETWORK PORTS IN VMWARE HORIZON 7

PRINTED 13 APRIL 2018 NETWORK PORTS IN VMWARE HORIZON 7 PRINTED 13 APRIL 2018 NETWORK PORTS IN VMWARE HORIZON 7 Table of Contents About This Guide Client Connections Internal Connection External Connection Tunneled Connection Virtual Desktop or RDS Host View

More information

Mobile Secure Desktop Implementation with Pivot3 HOW-TO GUIDE

Mobile Secure Desktop Implementation with Pivot3 HOW-TO GUIDE Mobile Secure Desktop Implementation with Pivot3 HOW-TO GUIDE Solution Overview Purpose built to deliver a simple, scalable enterprise-class Virtual Desktop Infrastructure; Pivot3 vstac VDI appliances

More information

Installing and Configuring VMware User Environment Manager. VMware User Environment Manager 9.3

Installing and Configuring VMware User Environment Manager. VMware User Environment Manager 9.3 Installing and Configuring VMware User Environment Manager VMware User Environment Manager 9.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Application Profiler Administrator s Guide

Application Profiler Administrator s Guide Application Profiler Administrator s Guide VMware User Environment Manager V E R S I O N 8. 7.0 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/

More information

VMware User Environment Manager Administration Guide. VMware User Environment Manager 9.3

VMware User Environment Manager Administration Guide. VMware User Environment Manager 9.3 VMware User Environment Manager Administration Guide VMware User Environment Manager 9.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

VMware User Environment Manager SyncTool Administration Guide

VMware User Environment Manager SyncTool Administration Guide VMware User Environment Manager SyncTool Administration Guide VMware User Environment Manager 9.2 This document supports the version of each product listed and supports all subsequent versions until the

More information

VMware vrealize Operations for Horizon Administration. 20 SEP 2018 VMware vrealize Operations for Horizon 6.6

VMware vrealize Operations for Horizon Administration. 20 SEP 2018 VMware vrealize Operations for Horizon 6.6 VMware vrealize Operations for Horizon Administration 20 SEP 2018 VMware vrealize Operations for Horizon 6.6 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE MARCH 2019 PRINTED 28 MARCH 2019 CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE VMware Workspace ONE Table of Contents Overview Introduction Audience AD FS

More information

VMware vrealize Operations for Horizon Administration. Modified on 3 JUL 2018 VMware vrealize Operations for Horizon 6.4

VMware vrealize Operations for Horizon Administration. Modified on 3 JUL 2018 VMware vrealize Operations for Horizon 6.4 VMware vrealize Operations for Horizon Administration Modified on 3 JUL 2018 VMware vrealize Operations for Horizon 6.4 You can find the most up-to-date technical documentation on the VMware website at:

More information

Request Manager User's Guide

Request Manager User's Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

REVISED 1 AUGUST QUICK-START TUTORIAL FOR VMWARE APP VOLUMES VMware App Volumes and later

REVISED 1 AUGUST QUICK-START TUTORIAL FOR VMWARE APP VOLUMES VMware App Volumes and later REVISED 1 AUGUST 2018 QUICK-START TUTORIAL FOR VMWARE APP VOLUMES VMware App Volumes 2.13.1 and later Table of Contents Introduction Audience What You Will Learn Navigating This Document for App Volumes

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

More information

Installing and Configuring VMware User Environment Manager

Installing and Configuring VMware User Environment Manager Installing and Configuring VMware User Environment Manager VMware User Environment Manager 9.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

VMware Mirage Web Management Guide. VMware Mirage 5.9.1

VMware Mirage Web Management Guide. VMware Mirage 5.9.1 VMware Mirage Web Management Guide VMware Mirage 5.9.1 VMware Mirage Web Management Guide You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

Horizon Workspace Administrator's Guide

Horizon Workspace Administrator's Guide Horizon Workspace Administrator's Guide Horizon Workspace 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

How to Use a Tomcat Stack on vcloud to Develop Optimized Web Applications. A VMware Cloud Evaluation Reference Document

How to Use a Tomcat Stack on vcloud to Develop Optimized Web Applications. A VMware Cloud Evaluation Reference Document How to Use a Tomcat Stack on vcloud to Develop Optimized Web Applications A VMware Cloud Evaluation Reference Document Contents About Cloud Computing Cloud computing is an approach to computing that pools

More information

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Requirements.... 3 Horizon Workspace Components.... 3 SAML 2.0 Standard.... 3 Authentication

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

VMware vrealize Configuration Manager SQL Migration Helper Tool User's Guide vrealize Configuration Manager 5.8

VMware vrealize Configuration Manager SQL Migration Helper Tool User's Guide vrealize Configuration Manager 5.8 VMware vrealize Configuration Manager SQL Migration Helper Tool User's Guide vrealize Configuration Manager 5.8 This document supports the version of each product listed and supports all subsequent versions

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Horizon Cloud with On-Premises Infrastructure Administration Guide. VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1.

Horizon Cloud with On-Premises Infrastructure Administration Guide. VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1. Horizon Cloud with On-Premises Infrastructure Administration Guide VMware Horizon Cloud Service Horizon Cloud with On-Premises Infrastructure 1.3 Horizon Cloud with On-Premises Infrastructure Administration

More information

VMware Mirage Web Management Guide

VMware Mirage Web Management Guide VMware Mirage Web Management Guide Mirage 5.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

More information

DEPLOY MODERN APPS WITH KUBERNETES AS A SERVICE

DEPLOY MODERN APPS WITH KUBERNETES AS A SERVICE SOLUTION OVERVIEW DEPLOY MODERN APPS WITH KUBERNETES AS A SERVICE Cut Costs and Control Access with VMware Cloud PKS Digital transformation, the Internet of things, the growing popularity of public clouds,

More information

DEPLOY MODERN APPS WITH KUBERNETES AS A SERVICE

DEPLOY MODERN APPS WITH KUBERNETES AS A SERVICE SOLUTION OVERVIEW DEPLOY MODERN APPS WITH KUBERNETES AS A SERVICE Cut Costs and Control Access with VMware Kubernetes Engine Digital transformation, the Internet of things, the growing popularity of public

More information

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015

VMware vsphere Data Protection Evaluation Guide REVISED APRIL 2015 VMware vsphere Data Protection REVISED APRIL 2015 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Requirements.... 4 Evaluation Workflow... 5 Overview.... 5 Evaluation

More information

VMware vrealize Operations for Horizon Administration

VMware vrealize Operations for Horizon Administration VMware vrealize Operations for Horizon Administration vrealize Operations for Horizon 6.3 This document supports the version of each product listed and supports all subsequent versions until the document

More information

VMware View Persona Management DEPLOYMENT GUIDE

VMware View Persona Management DEPLOYMENT GUIDE VMware View Persona Management DEPLOYMENT GUIDE Table of Contents Introduction to View Persona Management.... 3 User Profiles.... 3 Advantages of View Persona Management.... 3 System Requirements and Recommended

More information

Performance of Virtual Desktops in a VMware Infrastructure 3 Environment VMware ESX 3.5 Update 2

Performance of Virtual Desktops in a VMware Infrastructure 3 Environment VMware ESX 3.5 Update 2 Performance Study Performance of Virtual Desktops in a VMware Infrastructure 3 Environment VMware ESX 3.5 Update 2 Workload The benefits of virtualization for enterprise servers have been well documented.

More information

VMWARE VSPHERE FEATURE COMPARISON

VMWARE VSPHERE FEATURE COMPARISON DATASHEET VMWARE VSPHERE FEATURE COMPARISON ACROSS VERSIONS KEY SCALE METRICS: MAXIMUMS Host per Cluster VMs per Cluster CPUs per Host RAM per Host VMs per Host vcpus per VM vram per VM 32 64 64 4000 8000

More information

REVISED 1 AUGUST REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes and later

REVISED 1 AUGUST REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes and later REVISED 1 AUGUST 2018 REVIEWER'S GUIDE FOR VMWARE APP VOLUMES VMware App Volumes 2.13.1 and later Table of Contents Introduction Audience What You Will Learn Navigating This Document for App Volumes Use

More information

Using the VMware vrealize Orchestrator Client

Using the VMware vrealize Orchestrator Client Using the VMware vrealize Orchestrator Client vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

CONFIDENTLY INTEGRATE VMWARE CLOUD ON AWS WITH INTELLIGENT OPERATIONS

CONFIDENTLY INTEGRATE VMWARE CLOUD ON AWS WITH INTELLIGENT OPERATIONS SOLUTION OVERVIEW CONFIDENTLY INTEGRATE VMWARE WITH INTELLIGENT OPERATIONS VMware Cloud TM on AWS brings VMware s enterprise class Software-Defined Data Center (SDDC) software to the AWS Cloud, with optimized

More information

Lifecycle Manager User's Guide

Lifecycle Manager User's Guide vcenter Lifecycle Manager 1.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Using the vcenter Orchestrator Perspectives Plug-In

Using the vcenter Orchestrator Perspectives Plug-In Using the vcenter Orchestrator Perspectives Plug-In vcenter Orchestrator 4.1 vcenter Orchestrator 4.2 This document supports the version of each product listed and supports all subsequent versions until

More information

VMware vfabric Data Director Installation Guide

VMware vfabric Data Director Installation Guide VMware vfabric Data Director Installation Guide vfabric Data Director 2.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

TECHNICAL WHITE PAPER AUGUST 2017 VMWARE APP VOLUMES 2.X DATABASE BEST PRACTICES. VMware App Volumes 2.x

TECHNICAL WHITE PAPER AUGUST 2017 VMWARE APP VOLUMES 2.X DATABASE BEST PRACTICES. VMware App Volumes 2.x TECHNICAL WHITE PAPER AUGUST 2017 VMWARE APP VOLUMES 2.X DATABASE BEST PRACTICES VMware App Volumes 2.x Table of Contents Introduction.... 3 Database Sizing.... 4 Sizing Example 1.... 4 Sizing Example

More information

REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: VMWARE IDENTITY MANAGER ARCHITECTURE

REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: VMWARE IDENTITY MANAGER ARCHITECTURE REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: VMWARE IDENTITY MANAGER ARCHITECTURE Table of Contents Component Design: VMware Identity Manager Architecture Design Overview VMware Identity Manager Connector

More information

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1

Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 Setting Up Resources in VMware Identity Manager 3.1 (On Premises) Modified JUL 2018 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Using VMware Horizon Workspace to Enable SSO in VMware vcloud Director 5.1

Using VMware Horizon Workspace to Enable SSO in VMware vcloud Director 5.1 Using VMware Horizon Workspace to Enable SSO in VMware vcloud Director 5.1 March 2013 Using VMware Horizon Workspace to Enable SSO This product is protected by U.S. and international copyright and intellectual

More information

Getting Started with Database Ingestion

Getting Started with Database Ingestion Getting Started with Database Ingestion VMware vfabric Data Director 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

AppCapture 3.4 Administration

AppCapture 3.4 Administration This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document, see http://www.vmware.com/support/pubs.

More information

VMware vfabric Data Director Installation Guide

VMware vfabric Data Director Installation Guide VMware vfabric Data Director Installation Guide vfabric Data Director 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

VMware vsphere 5.0 Evaluation Guide

VMware vsphere 5.0 Evaluation Guide VMware vsphere 5.0 Evaluation Guide Auto Deploy TECHNICAL WHITE PAPER Table of Contents About This Guide.... 4 System Requirements... 4 Hardware Requirements.... 4 Servers.... 4 Storage.... 4 Networking....

More information

VMware Workspace ONE Quick Configuration Guide. VMware AirWatch 9.1

VMware Workspace ONE Quick Configuration Guide. VMware AirWatch 9.1 VMware Workspace ONE Quick Configuration Guide VMware AirWatch 9.1 A P R I L 2 0 1 7 V 2 Revision Table The following table lists revisions to this guide since the April 2017 release Date April 2017 June

More information

VMWARE TAP PROGRAM NOT FOR RESALE (NFR) SOFTWARE GUIDE

VMWARE TAP PROGRAM NOT FOR RESALE (NFR) SOFTWARE GUIDE MARCH 2018 VMWARE TAP PROGRAM NOT FOR RESALE (NFR) SOFTWARE GUIDE V.3.2 Released in March 2018 Table of Contents Not for Resale Software 3 Acceptable NFR Uses...3 Unacceptable/Production NFR Uses...4 Using

More information

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Title: Getting Started with ESX Server 3i Embedded Revision: 20071022 Item: VMW-ENG-Q407-430 You can

More information

Audience Profile Experienced system administrators and system integrators responsible for implementing desktop solutions

Audience Profile Experienced system administrators and system integrators responsible for implementing desktop solutions [VMHICMAVFTV7.3]: VMware Horizon 7: Install, Configure, Manage plus App Volumes Fast Track [V7.3] Length Delivery Method : 5 Days : Instructor-led (Classroom) Course Overview This intensive five-day, extended-hours

More information

Dell Provisioning for VMware Workspace ONE. VMware Workspace ONE UEM 1902

Dell Provisioning for VMware Workspace ONE. VMware Workspace ONE UEM 1902 Dell Provisioning for VMware Workspace ONE VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

STREAMLINING THE DELIVERY, PROTECTION AND MANAGEMENT OF VIRTUAL DESKTOPS. VMware Workstation and Fusion. A White Paper for IT Professionals

STREAMLINING THE DELIVERY, PROTECTION AND MANAGEMENT OF VIRTUAL DESKTOPS. VMware Workstation and Fusion. A White Paper for IT Professionals WHITE PAPER NOVEMBER 2016 STREAMLINING THE DELIVERY, PROTECTION AND MANAGEMENT OF VIRTUAL DESKTOPS VMware Workstation and Fusion A White Paper for IT Professionals Table of Contents Overview 3 The Changing

More information

VMware AppCatalyst Technical Preview June 2015 TECHNICAL WHITE PAPER

VMware AppCatalyst Technical Preview June 2015 TECHNICAL WHITE PAPER VMware AppCatalyst Technical Preview June 2015 TECHNICAL WHITE PAPER VMware AppCatalyst is an API and Command Line Interface (CLI)-driven Mac hypervisor that is purpose-built for developers, with the goal

More information

Integrate Palo Alto Traps. EventTracker v8.x and above

Integrate Palo Alto Traps. EventTracker v8.x and above EventTracker v8.x and above Publication Date: August 16, 2018 Abstract This guide provides instructions to configure Palo Alto Traps to send its syslog to EventTracker Enterprise. Scope The configurations

More information

TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS. White Paper

TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS. White Paper TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS White Paper Table of Contents Executive Summary... 3 Audience.... 3 Introduction.... 3 Architecture....

More information

Multi-Machine Guide vcloud Automation Center 5.2

Multi-Machine Guide vcloud Automation Center 5.2 Multi-Machine Guide vcloud Automation Center 5.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check

More information