In this section, we will look at several different commands that can be used to display information about the Horizon infrastructure.
Retrieving information about the Horizon infrastructure
Retrieving Horizon composer server information
The Get-ComposerDomain command can be used to obtain the Horizon composer information using the Vc_id, Domain, or Username options.
The following example command retrieves the Horizon composer information that the vCenter server composer uses to link:
Get-ComposerDomain -Vc_id (Get-ViewVC -Name “Vc-01.vjason.local”).vc_id
The Get-ViewVC command is run within the command to obtain the vc_id value, which is easier than attempting to type in the value manually, as it is a series...