Configuring Remote Desktop Features

Table Of Contents
Example: Configuring a Global URL Content Redirection Setting
The following example creates a global URL content redirection setting called Operations-Setting that
redirects all client URLs that include the text http://google.* to the global application entitlement
called GAE1.
vdmutil --createURLSetting --urlSettingName Operations-Setting --urlRedirectionScope GLOBAL
--urlScheme http --entitledApplication GAE1 --agentURLPattern "http://google.*" --authAs johndoe
--authDomain mydomain --authPassword secret
The following example updates the Operations-Setting setting to also redirect all URLs that contain
the text https://google.* to the global application entitlement called GAE1.
vdmutil --updateURLSetting --urlSettingName Operations-Setting --urlRedirectionScope GLOBAL
--urlScheme https --entitledApplication GAE1 --agentURLPattern "https://google.*" -authAs johndoe
--authDomain mydomain --authPassword secret
The following example updates the Operations-Setting setting to redirect all URLs that contain the text
"mailto://.*.mycompany.com" to the global application entitlement called GA2.
vdmutil --updateURLSetting --urlSettingName Operations-Setting --urlRedirectionScope GLOBAL
--urlScheme mailto --entitledApplication GAE2 --agentURLPattern "mailto://.*.mycompany.com"
--authAs johndoe --authDomain mydomain --authPassword secret
What to do next
Assign the URL content redirection setting to a user or group. See Assign a URL Content Redirection
Setting to a User or Group.
Assign a URL Content Redirection Setting to a User or Group
After you create a URL content redirection setting, you can assign it to an Active Directory user or group.
Prerequisites
Become familiar with vdmutil command-line interface options and requirements and verify that you have
sufficient privileges to run the vdmutil command. See Using the vdmutil Command-Line Utility.
Procedure
n
To assign a URL content redirection setting to a user, run the vdmutil command with the
--addUserURLSetting option.
vdmutil --addUserURLSetting --urlSettingName value --userName value
Option Description
--urlSettingName Name of the URL content redirection setting to assign.
--userName Name of the Active Directory user in domain\username format.
Configuring Remote Desktop Features in Horizon 7
VMware, Inc. 77