Configuring Remote Desktop Features

Table Of Contents
n
To assign a URL content redirection setting 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 setting 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 setting called url-filtering to the user
named mydomain\janedoe.
vdmutil --addUserURLSetting --authAs johndoe --authDomain mydomain
--authPassword secret --urlSettingName url-filtering --userName mydomain\janedoe
The following example assigns the URL content redirection setting called url-filtering to the group
called mydomain\usergroup.
vdmutil --addGoupURLSetting --authAs johndoe --authDomain mydomain
--authPassword secret --urlSettingName url-filtering --groupName mydomain\usergroup
What to do next
Verify your URL content redirection settings. See Test a URL Content Redirection Setting.
Test a URL Content Redirection Setting
After you create and assign a URL content redirection setting, perform certain steps to verify that the
setting is working properly.
Prerequisites
Become familiar with vdmutil command-line interface options and requirements and verify that you have
sufficient privileges to run the the vdmutil command. See Using the vdmutil Command-Line Utility.
Procedure
1 Log in to the Connection Server instance.
2 Run the vdmutil command with the --readURLSetting option.
For example:
vdmutil --readURLSetting --urlSettingName url-filtering --authAs johndoe
--authDomain mydomain --authPassword secret
Configuring Remote Desktop Features in Horizon 7
VMware, Inc. 82