Configuring Remote Desktop Features

Table Of Contents
The following example assigns the URL content redirection seing 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 seings. See “Test a URL Content Redirection Seing,” on page 65.
Test a URL Content Redirection Setting
After you create and assign a URL content redirection seing, perform certain steps to verify that the seing
is working properly.
Prerequisites
Become familiar with vdmutil command-line interface options and requirements and verify that you have
sucient privileges to run the the vdmutil command. See “Using the vdmutil Command-Line Utility,” on
page 59.
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
The command displays detailed information about the URL content redirection seing. For example,
the following command output for the url-filtering seing shows that HTTP and HTTPS URLs that
contain the text google.* are redirected from the client to the local application pool named
iexplore2012.
URL Redirection setting url-filtering
Description : null
Enabled : true
Scope of URL Redirection Setting : LOCAL
URL Scheme And Local Resource handler pairs
URL Scheme : http
Handler type : APPLICATION
Handler Resource name : iexplore2012
URL Scheme : https
Handler type : APPLICATION
Handler Resource name : iexplore2012
AgentPatterns
https://google.*
http://google.*
ClientPatterns
No client patterns configured
3 On a Windows client machine, open Horizon Client, connect to the Connection Server instance, click
URLs that match the URL paerns congured in the seing, and verify that the URLs are redirected as
expected.
Chapter 3 Configuring URL Content Redirection
VMware, Inc. 65