In this section, we will look at several different commands that can be used to configure the Horizon infrastructure. These commands include those that are used for an initial configuration, as well as those that are used to modify existing settings.
Configuring the Horizon infrastructure
Adding a vCenter server to Horizon
The Add-ViewVC command is used to add a VMware vCenter server to Horizon so that it can be used to manage and provision the Horizon desktops. The following example links the Vc-01.vjason.local vCenter server to Horizon:
Add-ViewVC -ServerName “Vc-01.vjason.local” -Username “vjason\svc-horizon” -Password “Password123” -CreateRampFactor 8 -UseComposer $true
The Add...