Retrieving information about the Horizon infrastructure
In this section, we will review several different commands that can be used to display information about the Horizon infrastructure.
Retrieving Horizon Composer server information
The Get-ComposerDomain
command can be used to obtain Horizon Composer information using the Vc_id
, Domain
, or Username
options.
The following example command retrieves Horizon Composer information based on which vCenter the Server Composer is linked to:
Get-ComposerDomain -Vc_id (Get-ViewVC -Name "Vc-01.vjason.local").vc_id
Tip
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 of random letters and numbers. This technique will be used in many of the examples for this chapter, as it makes working with certain values much easier. Omit the options in order to retrieve a list of all Horizon Composer server information.