Configuring Remote Desktop Features

Table Of Contents
The following example updates the Operations-Setting seing 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 seing 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 seing to a user or group. See Assign a URL Content Redirection
Seing to a User or Group,” on page 64.
Assign a URL Content Redirection Setting to a User or Group
After you create a URL content redirection seing, 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
sucient privileges to run the vdmutil command. See “Using the vdmutil Command-Line Utility,” on
page 59.
Procedure
n
To assign a URL content redirection seing 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 seing to assign.
--userName
Name of the Active Directory user in domain\username format.
n
To assign a URL content redirection seing to a group, run the vdmutil command with the
--addGroupURLSetting option.
vdmutil --addGroupURLSetting --urlSettingName value --groupName value
Option Description
--urlSettingName
Name of the URL content redirection seing to assign.
--groupName
Name of the Active Directory group in domain\group format.
Example: Assigning a URL Content Redirection Setting
The following example assigns the URL content redirection seing called url-filtering to the user named
mydomain\janedoe.
vdmutil --addUserURLSetting --authAs johndoe --authDomain mydomain
--authPassword secret --urlSettingName url-filtering --userName mydomain\janedoe
Configuring Remote Desktop Features in Horizon 7
64 VMware, Inc.