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 on a Connection Server Instance.
Procedure
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.