Retrieving the Horizon View Composer Server information
The Get-ComposerDomain
command can be used to obtain the Composer information using the Vc_id
, Domain
, or Username
options.
How to do it…
The following example command retrieves the 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
How it works…
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 Composer information.