To view Management Console for Unix Powershell cmdlet help
- To list all Management Console for Unix PowerShell cmdlets in alphabetical order, from the Powershell prompt, enter
Get-Command *Qmcu*
where * is a wildcard.
- To view information about a specific PowerShell cmdlet, enter
Get-Help <CmdletName>
-OR-
<CmdletName> -?
This displays the Syntax, Description, Related Links, and Remarks for the command.
- To see examples for the cmdlet, enter
get-help <CmdletName> -examples
- For more information about the cmdlet, enter
get-help <CmdletName> -detailed
- For technical information about the cmdlet, enter
get-help <CmdletName> -full