VMware Horizon Community
jconte
Contributor
Contributor

Deploying Horizon VMWare 3.5.0 for MAC

We have been using VMWare Horizon for a few years now to connect our MAC users to a VDI session. We have added a second connection server now and are trying to add it to the connection list but it is not applying correctly in the package.

Instead of getting the 2 connection servers that we configured during the packaging, it isn't showing any and is blank.

Does anyone know what we might be doing wrong as this has worked until this version? Maybe a defaults write command to set it or something along those lines ?

Thanks, Jeff

Reply
0 Kudos
1 Reply
yuleyl
VMware Employee
VMware Employee

You can try defaults command to add them before launching Mac client.

Example:

defaults write com.vmware.horizon "broker-history" -array "https://<server FQDN/IP>:<port>/broker/xml"


defaults write com.vmware.horizon "broker-history" -array-add "https://<server FQDN/IP>:<port>/broker/xml"

Reply
0 Kudos