View User Profile Migration

Size: px
Start display at page:

Download "View User Profile Migration"

Transcription

1 VMware Horizon 6.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 of this document, see EN

2 You can find the most up-to-date technical documentation on the VMware Web site at: The VMware Web site also provides the latest product updates. If you have comments about this documentation, submit your feedback to: Copyright 2014 VMware, Inc. All rights reserved. Copyright and trademark information. VMware, Inc Hillview Ave. Palo Alto, CA VMware, Inc.

3 Contents View User Profile Migration 5 1 User Profile Migration Overview 7 Best Practices for Running a V1 to V2 Profile Migration 8 Prerequisites for Running the Profile Migration Utility 8 migprofile.exe Command Usage 9 Migration Configuration File 10 Index 15 VMware, Inc. 3

4 4 VMware, Inc.

5 View User Profile Migration describes how to use the View profile migration command-line utility to migrate Windows XP user profiles, which support the Windows V1 profile format, to Windows 7, Windows 8 or 8.1, or Windows Server 2008 R2 user profiles, which support the V2 format. Intended Audience This information is intended for View administrators who want to migrate V1 profiles on physical computers or virtual machines to V2 profiles in a View environment. The information is written for Windows system administrators who are familiar with XML and the View Persona Management feature. VMware, Inc. 5

6 6 VMware, Inc.

7 User Profile Migration Overview 1 The standalone command-line utility, migprofile.exe, migrates V1 user profiles, supported by Windows XP, to V2 user profiles, supported by Windows 7, Windows 8 or 8.1, or Windows Server 2008 R2. The utility is intended for users who are migrating from Windows XP computers in any physical or virtual environment to Windows 7, Windows 8 or 8.1, or Windows Server 2008 R2 virtual machines in a View environment. After you migrate the user profiles, the View Persona Management feature integrates the V2 profiles on the View machines. When users log in to their new desktops, they are presented with the same personal settings and data that they used on Windows XP. You can migrate V1 profiles from the following source locations: Remote profile repository on a CIFS network share. The utility can migrate multiple remote V1 profiles to V2 profiles on the same CIFS network share or a different CIFS share. User's local V1 profile on a Windows XP computer. The utility can migrate a single local profile on a computer. To migrate multiple users' local profiles, you can write a script that directs the utility to execute in batch mode. The source Windows XP environment can comprise physical computers or virtual machines. The source environment does not have to be configured with a remote profile management solution such as View Persona Management or Windows roaming profiles. If no remote profile management solution is in place, you must specify users' local V1 profiles as the source profile paths. The profile migration utility has the following features: The destination of the migrated V2 profiles must be a remote profile repository that resides on a CIFS network share. In View, this CIFS path must be configured as the View Persona Management remote profile repository. You run the migration tool as a standalone utility. View components do not have to be running during a profile migration. The migration utility performs a one-time migration of user profile data and registry settings. The utility does not merge V1 and V2 profiles after the V2 profiles are created. If users continue to use their Windows XP computers after the migration, the new V1 profile data that is generated on their legacy computers remains separate from the migrated V2 profiles. You can control the source and destination of the migration, and specify which folders and registry keys to migrate, by using command-line arguments and configuring settings in a migration configuration file. VMware, Inc. 7

8 This chapter includes the following topics: Best Practices for Running a V1 to V2 Profile Migration, on page 8 Prerequisites for Running the Profile Migration Utility, on page 8 migprofile.exe Command Usage, on page 9 Migration Configuration File, on page 10 Best Practices for Running a V1 to V2 Profile Migration Following best practices ensures the success of a profile migration. In View, configure Windows 7, Windows 8 or 8.1, or Windows Server 2008 R2 desktop pools for your users before you begin the profile migration. Configure View Persona Management for the desktop pools. In particular, configure a CIFS network share as the View Persona Management remote profile repository. The CIFS network share will be the destination path in the migration. In general, run the migration utility on a Windows 7 or later 32-bit system, because most V1 profiles are 32-bit. If you can, run the migration utility on the same template or virtual machine image that the destination View desktop pool will use. Folders and files in the base image's default profile are then migrated to the V2 user profiles. If a user must continue to use the legacy Windows XP system after a migration, configure redirected folders for both the legacy Windows XP system and the Windows 7, Windows 8 or 8.1, or Windows Server 2008 R2 View machine. This approach allows the user to access files from both systems. Prerequisites for Running the Profile Migration Utility Before you run the migprofile.exe utility, verify that your legacy and destination environments satisfy specific prerequisites. Run the migration utility on a Windows 7, Windows 8 or 8.1, or Windows Server 2008 R2 physical computer or virtual machine. Log in to the system as a local administrator. Verify that the system on which you run the utility has network access to the CIFS network shares that contain the source V1 path and destination V2 path. Verify that the user account that runs the utility is a local administrator on the destination CIFS network share. If the user account that runs the utility does not have full ownership of the user profiles that are migrated, specify the /takeownership option with the utility. This option passes ownership of the user profile folders to the utility during the migration. Ownership is returned to the users after the migration is completed. Ensure that the users whose profiles are being migrated are not logged in to their Windows XP systems when you initiate the migration. If a user is in an active session during the migration, the migration might fail. Ensure that users do not start using their Windows 7, Windows 8 or 8.1, or Windows Server 2008 R2 desktops before the migration is completed. When users start using their View desktops, View Persona Management creates V2 profiles for the users. If a V2 profile already exists before the migration runs, the utility leaves the existing V2 profile in place and does not migrate the legacy V1 profile. 8 VMware, Inc.

9 Chapter 1 User Profile Migration Overview migprofile.exe Command Usage The syntax of the migprofile.exe command controls the migration of V1 profiles to V2 profiles. When you install View Agent with the View Persona Management setup option on a virtual machine, the migprofile.exe utility is installed in the install_directory\vmware\vmware View\Agent\bin directory. When you install the standalone View Persona Management software on a system, the migprofile.exe utility is installed in the install_directory\vmware\vmware View\Persona Management directory. From a Windows command prompt, use the following syntax for the migprofile.exe command: migprofile.exe [/s:source_path] [/t:target_path] [/r-:] [/takeownership] [config_file] Table 1 1. migprofile.exe Command-Line Options Option /s:source_path /t:target_path /r-: /takeownership config_file Description The path name of the source V1 profile path to be migrated. Use the wildcard '*' to indicate that all child folders should be migrated. This option is mandatory. You must specify the source path either on the command line or in the migration configuration file. If you specify the source path in both places, the command-line value is used. Path name of the target V2 profile path. The migration utility creates a folder under this path with the same name as the source V1 profile folder, appended by.v2. This option is mandatory if the source path is a local V1 profile on a computer. This option is optional if the source path is located on a CIFS network share. In this case, if you do not specify a target path, the V2 profile folder is created as a sibling of the source V1 profile folder on the same CIFS network share. Disables registry migration. This option is optional. Causes the migprofile.exe utility to take ownership of the user profile during the migration. Use this option if the administrator account that runs the migration utility does not have ownership of the user profile to be migrated. Typically, only the user and SYSTEM accounts have ownership of a user profile. This option is optional. When you use this option, the original ownership of the user profile is restored after the migration is completed. Name of the migration configuration file. This option is optional. Command-line options take precedence over the corresponding settings in the configuration file if you specify values in both places. migprofile.exe Command-Line Examples The following example migrates all V1 user profiles under the \\file01\profiles folder to the same location. V2 user profiles are created with.v2 appended to each user's root folder name. The utility takes ownership of the user profiles during the migration: migprofile.exe /s:\\file01\profiles\* /takeownership The following example uses the migration settings that are specified in the migconfig.xml file: migprofile.exe migconfig.xml The following example migrates the V1 profile for the user ts115 on the computer devvm-winxp to the remote path \\file01\profiles. The utility takes ownership of the user profiles during the migration: migprofile.exe /s:\\devvm-winxp\c$\documents and settings\ts115 /t:\\file01\profiles\ /takeownership VMware, Inc. 9

10 Migration Configuration File You can specify a migration configuration file as a command-line option with the profile migration command. In the configuration file, you can specify settings such as the source and target profile locations, which are passed to the profile migration utility at runtime. The migration configuration file is optional. You can override settings that you specify in the configuration file by typing the corresponding command-line options. Migration Configuration File Format The migration configuration file is in XML format, which makes the file easy to read, edit, and extend. For definitions of the settings, see Migration Configuration File Settings, on page 10. <migconfig takeownership="takeownership_value"> <!-- specify the source V1 profiles to be migrated --> <source> <!-- specify the location of user profiles to be migrated --> <profilepath>source_profile_path</profilepath> </source> <!-- specify the target destination of converted V2 profiles --> <target> <profilepath>target_profile_path</profilepath> </target> <!-- specify other profile migration settings --> <migration> <!-- migration settings for profile folders and files --> <profile> <!-- by default, all top-level profile folders are included --> <!-- except 'Cache', 'History', & 'Local AppData' --> <includeolders>included_profile_folders</includefolders> <excludefolders>excluded_profile_folders</excludefolders> </profile> <!-- migration settings for profile registry hive --> <registry [disabled="1"]> <!-- by default, no registry keys are converted --> <includekeys>included_registry_keys</includekeys> <excludekeys>excluded_registry_keys</excludekeys> </registry> </migration> </migconfig> Migration Configuration File Settings In the migration configuration file, you can specify settings that control the profile migration. Some settings correspond to the migprofile.exe command-line options. Additional settings let you configure other aspects of a migration. For example, you can specify folders to include or exclude and registry keys to include or exclude. 10 VMware, Inc.

11 Chapter 1 User Profile Migration Overview Take Ownership of the User Profile Set the takeownership setting to "1" to cause the migprofile.exe utility to take ownership of the user profile during the migration. Use the following format: <migconfig takeownership="1"> </migconfig> If you do not specify this setting, the value defaults to "0", which turns off the takeownership behavior. Source V1 Profile Path Use the source_profile_path setting to specify the path name of the source V1 profile path to be migrated: <source> <profilepath>source_profile_path</profilepath> </source> If you do not specify the source profile path in a command-line option, you must specify this setting in the migration configuration file. You can specify a single user's profile path or use the * wildcard to migrate all profiles under a folder. The following example specifies a single remote user profile: <source> <profilepath>\\file01\profiles\ts115</profilepath> </source> The following example specifies a single user's local profile on an existing machine: <source> <profilepath>\\devvm-winxp\c$\documents and settings\ts115</profilepath> </source> The following example specifies all remote user profiles under a remote shared folder: <source> <profilepath>\\file01\profiles\*</profilepath> </source> Target V2 Profile Path Use the target_profile_path setting to specify the path name of the target V2 profile after the migration: <target> <profilepath>target_profile_path</profilepath> </target> The utility appends.v2 to the root folder name of the target V2 profile. Folders to Include Use the included_profile_folders setting to list the V1 profile folders to include in the migration. By default, all top-level shell folders except Cache, History, and Local AppData are migrated. If you use this setting, only the specified folders are migrated. Format this setting as a comma-separated list. To specify folders, use the folder identifiers shown in Table 1-2. Do not use folder names. VMware, Inc. 11

12 The following example specifies the My Documents, Desktop, Start Menu, and Network Neighborhood folders to migrate: <includefolders>personal, Desktop, Start Menu, NetHood</includefolders> Table 1 2. Folder Identifiers Used in the Migration Configuration File Folder Identifiers AppData Cache Cookies Desktop Favorites History Local AppData My Music My Pictures My Video NetHood Personal PrintHood Programs Recent SendTo Start Menu Startup Templates Windows Folder Names \Application Data \Local Settings\Temporary Internet Files \Cookies \Desktop \Favorites \Local Settings\History \Local Settings\Application Data \My Documents\My Music \My Documents\My Pictures \My Documents\My Videos \NetHood (Network Neighborhood) \My Documents \PrintHood (Printer Neighborhood) \Start Menu\Programs \Recent \SendTo \Start Menu \Start Menu\Programs\Startup \Templates Folders to Exclude Use the excluded_profile_folders setting to list the V1 profile folders to exclude from the migration. This list can exclude folders that are included by default and folders that reside under folders in the included_profile_folders list. Format this setting as a comma-separated list. To specify folders, use the folder identifiers shown in Table 1-2. Do not use folder names. The following example specifies the My Documents and My Pictures folders to exclude from migration: <excludefolders>personal, My Pictures</excludefolders> Disable Registry Migration To disable registry migration, set the optional disabled setting to "1". Use the following format: <registry disabled="1"> </registry> Registry Keys to Include Use the included_registry_keys setting to list registry keys to include in the migration. 12 VMware, Inc.

13 Chapter 1 User Profile Migration Overview By default, the all registry keys in the user registry hive are migrated to the V2 profile. If you use this setting, only the specified registry keys are migrated. Format this setting as a comma-separated list. To specify registry keys, use the following key identifiers: Console Control Panel Identities Keyboard Layout Printers Software System The following example specifies the Console and System keys: <includekeys>console, System</includekeys> Registry Keys to Exclude Use the excluded_registry_keys setting to list registry keys to exclude from the migration. You can exclude keys that are included by default, keys that reside within the included_registry_keys list, and subkeys of toplevel keys. Format this setting as a comma-separated list. To specify registry keys, use the key identifiers shown in Registry Keys to Include, on page 12. Example Migration Configuration Files You can control a migration by editing settings in a migration configuration file. Example: Migrating from a Remote Profile Path The following example file converts all remote V1 profiles that reside under the \\file01\profiles folder to V2 profiles in the same location. The migrated V2 profiles use the same user names as the V1 profiles. A.V2 extension is appended to the users' root folders. All folders except Local Settings are migrated. User registry keys are migrated. <migconfig version = "0.1"> <!-- specify the source V1 profiles to be migrated --> <source> <!-- specify the location of user profiles to be migrated --> <profilepath>\\file01\profiles\*</profilepath> </source> <!-- specify the target destination of converted V2 profiles --> <target> <profilepath>\\file01\profiles</profilepath> </target> </migconfig> Example: Migrating from a User's Local Profile The following example file converts a local V1 profile for the user ts115. The utility migrates the local profile on the machine devvm-winxp to a remote V2 profile under the \\file01\profiles folder. VMware, Inc. 13

14 Only files from the My Documents, Desktop, and Start Menu profile folders are migrated. The user's registry keys are migrated. <migconfig version = "0.1"> <!-- specify the source V1 profiles to be migrated --> <source> <!-- specify the location of user profiles to be migrated --> <profilepath>\\devvm-winxp\c$\documents and settings\ts115</profilepath> </source> <!-- specify the target destination of converted V2 profiles --> <target> <profilepath>\\file01\profiles</profilepath> </target> <!-- specify other profile migration settings --> <migration> <!-- migration settings for profile folders and files --> <profile> <!-- by default, all top-level profile folders are included --> <!-- except 'Cache', 'History', and 'Local AppData' --> <includefolders>personal, Desktop, Start Menu</includefolders> </profile> </migration> </migconfig> 14 VMware, Inc.

15 Index M migprofile.exe command usage 9 syntax 9 migprofile.exe utility, prerequisites 8 V V1 to V2 migration best practices 8 configuration file 10 configuration file settings 10 example configuration files 13 overview 7 View persona management 5 VMware, Inc. 15

16 16 VMware, Inc.

View User Profile Migration. VMware Horizon 6 6.2

View User Profile Migration. VMware Horizon 6 6.2 VMware Horizon 6 6.2 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware Web site also provides the latest product updates. If you have

More information

View User Profile Migration. Modified for Horizon VMware Horizon 7 7.3

View User Profile Migration. Modified for Horizon VMware Horizon 7 7.3 View User Profile Migration Modified for Horizon 7 7.3.2 VMware Horizon 7 7.3 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

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 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

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 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

Using VMware Identity Manager Apps Portal

Using VMware Identity Manager Apps Portal Using VMware Identity Manager Apps Portal VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

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

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

Administering Cloud Pod Architecture in Horizon 7. Modified on 4 JAN 2018 VMware Horizon 7 7.4

Administering Cloud Pod Architecture in Horizon 7. Modified on 4 JAN 2018 VMware Horizon 7 7.4 Administering Cloud Pod Architecture in Horizon 7 Modified on 4 JAN 2018 VMware Horizon 7 7.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 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

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

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

Administering Cloud Pod Architecture in Horizon 7. Modified on 26 JUL 2017 VMware Horizon 7 7.2

Administering Cloud Pod Architecture in Horizon 7. Modified on 26 JUL 2017 VMware Horizon 7 7.2 Administering Cloud Pod Architecture in Horizon 7 Modified on 26 JUL 2017 VMware Horizon 7 7.2 Administering Cloud Pod Architecture in Horizon 7 You can find the most up-to-date technical documentation

More information

VMware Workspace Portal End User Guide

VMware Workspace Portal End User Guide VMware Workspace Portal End User Guide Workspace Portal 2.1 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 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 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

Administering Cloud Pod Architecture in Horizon 7. VMware Horizon 7 7.1

Administering Cloud Pod Architecture in Horizon 7. VMware Horizon 7 7.1 Administering Cloud Pod Architecture in Horizon 7 VMware Horizon 7 7.1 Administering Cloud Pod Architecture in Horizon 7 You can find the most up-to-date technical documentation on the VMware Web site

More information

Multi-Tenancy in vrealize Orchestrator. vrealize Orchestrator 7.4

Multi-Tenancy in vrealize Orchestrator. vrealize Orchestrator 7.4 Multi-Tenancy in vrealize Orchestrator vrealize Orchestrator 7.4 Multi-Tenancy in vrealize Orchestrator You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Migrating vrealize Automation 6.2 to 7.2

Migrating vrealize Automation 6.2 to 7.2 Migrating vrealize Automation 6.2 to 7.2 vrealize Automation 7.2 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

Administering View Cloud Pod Architecture. VMware Horizon 7 7.0

Administering View Cloud Pod Architecture. VMware Horizon 7 7.0 Administering View Cloud Pod Architecture VMware Horizon 7 7.0 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware Web site also provides

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

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

vrealize Operations Compliance Pack for PCI

vrealize Operations Compliance Pack for PCI vrealize Operations Compliance Pack for PCI vrealize Operations Manager This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

VMware vcenter Configuration Manager and VMware vcenter Application Discovery Manager Integration Guide

VMware vcenter Configuration Manager and VMware vcenter Application Discovery Manager Integration Guide VMware vcenter Configuration Manager and VMware vcenter Application Discovery Manager Integration Guide vcenter Configuration Manager 5.7 vcenter Application Discovery Manager 6.2 This document supports

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

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE Deploying VMware Workspace ONE Intelligent Hub October 2018 VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

PostgreSQL Solution 1.1

PostgreSQL Solution 1.1 vrealize Operations Manager 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

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

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

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

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

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

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 Horizon 7 Administration Training

VMware Horizon 7 Administration Training VMware Horizon 7 Administration Training Course Course Duration : 20 Working Days Class Duration : 3 hours per day Fast Track: - Course duration 10days (Per day 8 hours) Get Fee Details Module 1: Introduction

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

DCLI User's Guide. Data Center Command-Line Interface 2.9.1

DCLI User's Guide. Data Center Command-Line Interface 2.9.1 Data Center Command-Line Interface 2.9.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit

More information

vsphere Upgrade Update 2 Modified on 4 OCT 2017 VMware vsphere 6.0 VMware ESXi 6.0 vcenter Server 6.0

vsphere Upgrade Update 2 Modified on 4 OCT 2017 VMware vsphere 6.0 VMware ESXi 6.0 vcenter Server 6.0 Update 2 Modified on 4 OCT 2017 VMware vsphere 6.0 VMware ESXi 6.0 vcenter Server 6.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7

vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7 vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Migrating vrealize Automation 6.2 to 7.1

Migrating vrealize Automation 6.2 to 7.1 Migrating vrealize Automation 6.2 to 7.1 vrealize Automation 7.1 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

vsphere PowerCLI Installation Guide VMware vsphere PowerCLI 4.1 Update 1 EN

vsphere PowerCLI Installation Guide VMware vsphere PowerCLI 4.1 Update 1 EN VMware vsphere PowerCLI 4.1 Update 1 EN-000407-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the

More information

VMware View Upgrade Guide

VMware View Upgrade Guide View 4.0 View Manager 4.0 View Composer 2.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 information

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide You can find the most up-to-date technical

More information

VMware User Environment Manager Helpdesk Support Tool Administration Guide. VMware User Environment Manager 9.2

VMware User Environment Manager Helpdesk Support Tool Administration Guide. VMware User Environment Manager 9.2 VMware User Environment Manager Helpdesk Support Tool Administration Guide VMware User Environment Manager 9.2 VMware User Environment Manager Helpdesk Support Tool Administration Guide You can find the

More information

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2 Deploying VMware Identity Manager in the DMZ JULY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

VMware KVM. VMware Workstation 11.0 EN

VMware KVM. VMware Workstation 11.0 EN VMware Workstation 11.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

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

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

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 Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware Infrastructure 3 Primer Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5

VMware Infrastructure 3 Primer Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 VMware Infrastructure 3 Primer Revision: 20090313 Item: EN-000021-02 You can find the most up-to-date technical documentation

More information

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.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 of this document,

More information

vsphere Upgrade Update 1 Modified on 4 OCT 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Upgrade Update 1 Modified on 4 OCT 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 Update 1 Modified on 4 OCT 2017 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

DCLI User's Guide. Modified on 20 SEP 2018 Data Center Command-Line Interface

DCLI User's Guide. Modified on 20 SEP 2018 Data Center Command-Line Interface Modified on 20 SEP 2018 Data Center Command-Line Interface 2.10.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

DCLI User's Guide. Data Center Command-Line Interface

DCLI User's Guide. Data Center Command-Line Interface Data Center Command-Line Interface 2.10.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit

More information

Using the Horizon vcenter Orchestrator Plug-In. VMware Horizon 6 6.0

Using the Horizon vcenter Orchestrator Plug-In. VMware Horizon 6 6.0 Using the Horizon vcenter Orchestrator Plug-In VMware Horizon 6 6.0 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware Web site also

More information

AppCapture 3.5 Administration. VMware Horizon Cloud Service with Hosted Infrastructure 17.1 VMware Horizon Cloud Service

AppCapture 3.5 Administration. VMware Horizon Cloud Service with Hosted Infrastructure 17.1 VMware Horizon Cloud Service AppCapture 3.5 Administration VMware Horizon Cloud Service with Hosted Infrastructure 17.1 VMware Horizon Cloud Service You can find the most up-to-date technical documentation on the VMware website at:

More information

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 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

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3 Deploying VMware Identity Manager in the DMZ SEPT 2018 VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

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

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

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

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.8 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

Using the Horizon vrealize Orchestrator Plug-In

Using the Horizon vrealize Orchestrator Plug-In Using the Horizon vrealize Orchestrator Plug-In VMware Horizon 6 version 6.2.3, VMware Horizon 7 versions 7.0.3 and later Modified on 4 JAN 2018 VMware Horizon 7 7.4 You can find the most up-to-date technical

More information

Upgrading VMware Identity Manager Connector. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1

Upgrading VMware Identity Manager Connector. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 Upgrading VMware Identity Manager Connector DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 Upgrading VMware Identity Manager Connector You can find the most up-to-date technical documentation

More information

vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7

vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7 vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

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

VMware KVM. Modified on 26 SEP 2017 VMware Workstation Pro 14.0 VMware Workstation Pro 12.0

VMware KVM. Modified on 26 SEP 2017 VMware Workstation Pro 14.0 VMware Workstation Pro 12.0 Modified on 26 SEP 2017 VMware Workstation Pro 14.0 VMware Workstation Pro 12.0 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

vcloud Director Administrator's Guide

vcloud Director Administrator's Guide vcloud Director 5.1.1 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

More information

VMware vcenter Discovered Machines Import Tool User's Guide Version for vcenter Configuration Manager 5.6

VMware vcenter Discovered Machines Import Tool User's Guide Version for vcenter Configuration Manager 5.6 VMware vcenter Discovered Machines Import Tool User's Guide Version 5.3.0.25 for vcenter Configuration Manager 5.6 This document supports the version of each product listed and supports all subsequent

More information

Upgrade Guide. vcloud Availability for vcloud Director 2.0

Upgrade Guide. vcloud Availability for vcloud Director 2.0 vcloud Availability for vcloud Director 2.0 Upgrade Guide vcloud Availability for vcloud Director 2.0 vcloud Availability for vcloud Director 2.0 Upgrade Guide You can find the most up-to-date technical

More information

Migrate to VMware Identity Manager 3.3 from AirWatch Installation (Windows) SEP 2018 VMware Identity Manager 3.3

Migrate to VMware Identity Manager 3.3 from AirWatch Installation (Windows) SEP 2018 VMware Identity Manager 3.3 Migrate to VMware Identity Manager 3.3 from AirWatch Installation (Windows) SEP 2018 VMware Identity Manager 3.3 Migrate to VMware Identity Manager 3.3 from AirWatch Installation (Windows) You can find

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 vrealize Operations for Horizon Security. 20 SEP 2018 VMware vrealize Operations for Horizon 6.6

VMware vrealize Operations for Horizon Security. 20 SEP 2018 VMware vrealize Operations for Horizon 6.6 VMware vrealize Operations for Horizon Security 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

VMware vrealize Operations for Horizon Administration

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

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

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

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Windows VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

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

Workspace ONE Web for ios User Guide. VMware Workspace ONE UEM

Workspace ONE Web for ios User Guide. VMware Workspace ONE UEM Workspace ONE Web for ios User Guide VMware Workspace ONE UEM Workspace ONE Web for ios User Guide You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware website at:

More information

Upgrading VMware Identity Manager Connector. Modified on OCT 12, 2017 VMware Identity Manager 2.9.2

Upgrading VMware Identity Manager Connector. Modified on OCT 12, 2017 VMware Identity Manager 2.9.2 Upgrading VMware Identity Manager Connector Modified on OCT 12, 2017 VMware Identity Manager 2.9.2 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/

More information

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1.2 This document supports the version of each product listed and supports all subsequent

More information

Upgrading VMware Identity Manager Connector

Upgrading VMware Identity Manager Connector Upgrading VMware Identity Manager Connector VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware AirWatch 9.1 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

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 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

IaaS Integration for HP Server Automation. vrealize Automation 6.2

IaaS Integration for HP Server Automation. vrealize Automation 6.2 IaaS Integration for HP Server Automation vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Programming Guide Guest SDK 3.5

Programming Guide Guest SDK 3.5 Guest SDK 3.5 Revision: 20071129 Item: SDK-ENG-Q407-126 You can find the most up-to-date technical documentation on our Web site at http://www.vmware.com/support/ The VMware Web site also provides the

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

Port Adapter Installation and Configuration Guide

Port Adapter Installation and Configuration Guide Port Adapter Installation and Configuration Guide vcenter Operations Manager 1.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

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

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

Workspace ONE UEM Certificate Authority Integration with JCCH. VMware Workspace ONE UEM 1810

Workspace ONE UEM Certificate Authority Integration with JCCH. VMware Workspace ONE UEM 1810 Workspace ONE UEM Certificate Authority Integration with JCCH VMware Workspace ONE UEM 1810 Workspace ONE UEM Certificate Authority Integration with JCCH You can find the most up-to-date technical documentation

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

Using vrealize Operations Tenant App as a Service Provider

Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider You can find the most up-to-date technical documentation on the VMware Web site at:

More information

Guide to Deploying VMware Workspace ONE. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1

Guide to Deploying VMware Workspace ONE. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 Guide to Deploying VMware Workspace ONE DEC 2017 VMware AirWatch 9.2 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