VMware Horizon Community
don1304
Contributor
Contributor
Jump to solution

How to hide few trusted domains in View Client?

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

0 Kudos
1 Solution

Accepted Solutions
npeter
Expert
Expert
Jump to solution

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

-nObLe

View solution in original post

0 Kudos
5 Replies
TheBigQ
Contributor
Contributor
Jump to solution

npeter
Expert
Expert
Jump to solution

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

-nObLe
don1304
Contributor
Contributor
Jump to solution

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)

0 Kudos
npeter
Expert
Expert
Jump to solution

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

-nObLe
0 Kudos
don1304
Contributor
Contributor
Jump to solution

Thanks !  It worked now with this command .

I was trying -remove option to exclude ...

0 Kudos