- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have a view setup for one of the domain users and during logon screen. we would like to hide all other trusted domain on the VIEW client which appear after connecting to the Connection server.
Is it possible to hide few trusted domains from the drop down list? As we have a requirement to have only one domain displayed in the list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can do it via the command line on the VMware View server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is possible using vdmadmin command with -N option.
Please chek www.vmware.com/pdf/view-46-administration.pdf Page 308 for detailed information on usage.
-noble
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks , I tried couple of /parameters using Vdmadmin command and I keep getting the same error.
Error: Failed to configure domain configuration (The domain XXXXX is not present in this list so cannot be removed)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
can you post the commands you used?
I guess you were trying with -remove option.
To exclude a domain from listing on client, you should add them to exclude list
eg: vdmadmin -N -domains -exclude -add -domain <domain name as visible in view client drop down list> -s <broker name as visible in brokers in view admin>
-noble
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks ! It worked now with this command .
I was trying -remove option to exclude ...