Viewing all the PowerCLI commands and their options
In this section, we will review all of the current VMware Horizon PowerCLI commands and provide examples of how they are used. The Horizon PowerCLI commands must be enumerated using either a local, or remote, PowerCLI session. To establish a remote session, refer to the Establishing a Remote Horizon PowerCLI Session section found earlier in this chapter.
Listing all Horizon PowerCLI commands
The Get-Command
PowerShell command is used to display all of the commands available in the specified PowerShell snap-in. To display a current list of PowerCLI commands available in the version of Horizon you are working with, use the following command:
Get-Command -PSSnapin VMware.View.Broker | more
Tip
VMware has not yet updated Horizon PowerCLI to include support for newer features such as Instant Clone desktops, Windows RDS Application Pools, or Cloud Pods. When a new version of Horizon is released, in addition to reviewing the product documentation...