Displaying the options for a single PowerCLI command

The Get-Help PowerShell command is used to display the command-line options for the specified PowerShell or Horizon PowerCLI command. To display a list of command options and examples, use the following command:

Get-Help command | more

To display more detailed information about any of the Horizon PowerCLI commands, append the Get-Help command with one of the following switches:

  • The -detailed switch: This displays additional information about the command
  • The -examples switch: This displays examples of how the command is used
  • The -full switch: This displays additional technical information about the command

The following is an example of how these switches are used with the Get-Help command; replace command with the PowerCLI command you wish to get information on:

Get-Help command -full | more
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.218.209.8