Retrieving the Horizon View connection broker information
The Get-ConnectionBroker
command is used to retrieve information about Horizon View connection brokers, which include both Connection Servers and Security Servers.
How to do it…
The following example command retrieves information about the VIEWCS01
Connection Server:
Get-ConnectionBroker -Broker_id "VIEWCS01"
How it works…
The Get-ConnectionBroker
command supports only one option, which is Broker_id
. This is the computer name of the Connection or Security Server you wish to retrieve. Omit the options in order to retrieve all the Horizon View connection brokers.