You can use vdmutil commands to manage your URL Content Redirection settings.

You must specify the --authAs, --authDomain, and --authPassword options with all commands. For more information, see Using the vdmutil Command-Line Utility on a Connection Server Instance.

Displaying Settings

Run the vdmutil command with the --listURLSetting option to list the names of all configured URL Content Redirection settings.

vdmutil --listURLSetting

Run the vdmutil command with the --readURLSetting to view detailed information about a particular URL Content Redirection setting.

vdmutil --readURLSetting --urlSettingName value

Deleting a Setting

Run the vdmutil command with the --deleteURLSetting option to delete a URL Content Redirection setting.

vdmutil --deleteURLSetting --urlSettingName value

Disabling and Enabling a Setting

Run the vdmutil command with the --disableURLSetting option to disable a URL Content Redirection setting.

vdmutil --disableURLSetting --urlSettingName value

Run the vdmutil with the --enableURLSetting option to enable a URL Content Redirection setting that was disabled.

vdmutil --enableURLSetting --urlSettingName value

Removing a User or Group From a Setting

Run the vdmutil command with the --removeUserURLSetting option to remove a user from a URL Content Redirection setting.

vdmutil --removeUserURLSetting --urlSettingName value --userName value

Run the vdmutil command with the --removeGroupURLSetting option to remove a group from a URL Content Redirection setting.

vdmutil --removeGroupURLSetting --urlSettingName value --userGroup value

Use the format domain\username or domain\groupname when specifying a user or group name.