Updating the Horizon View connection broker settings
The
Update-ConnectionBroker
command supports a number of options in order to configure Connection brokers, which includes both Connection Servers and Security Servers.
How to do it…
The following example command updates the external PCoIP URL of the Horizon View Security Server named VIEWSEC-01
:
Update-ConnectionBroker -Broker_id "VIEWSEC-01" -ExternalPCoIPUrl "192.168.0.1:4172"
How it works…
The following options are supported when using the Update-ConnectionBroker
command:
The
Broker_id
option: This is the name of the Horizon View connection broker.The
DirectConnect
option: This will enable direct connections to the Horizon View desktops. The options are$true
or$false
(the default).The
DirectPCoIP
option: This will enable direct PCoIP connections to the Horizon View desktops. The options are$true
(the default) or$false
.The
ClearNodeSecret
option: This will clear the existing RSA SecurID node secret (if in use).The
ExternalURL
option...