Viewing MCU PowerShell cmdlet help information
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 
 
    Unix CLI commands 
    Installing Unix CLI packages
To install Unix CLI packages
- Log into your client computer and open a root shell. 
- Mount the distribution media. 
- From the root of the distribution media, navigate to console | client. 
- 
Run the appropriate command: 
Table 19: Unix CLI packages
| Linux x86 - RPM | # rpm -ihv /<mount>/client/linux-x86/mcu-cli-<version>.x86.rpm |  
| Linux x86 - DEB | # dpkg -i /<mount>/client/linux-x86/mcu-cli-<version>.x86.deb |  
| Linux x86_64 - RPM | # rpm -ihv /<mount>/client/linux-x86_64//mcu-cli-<version>.x86_64.rpm |  
| Linux x86_64 - DEB | # dpkg -i /<mount>/client/linux-x86_64/mcu-cli_<version>_amd64.deb |  
| Solaris 10 x86 | # pkgadd -d /<mount>/client/solaris8-x86/mcu-cli-<version>-i386.pkg |  
 
 
    Uninstalling Unix CLI packages
To uninstall Unix CLI packages
- Log in and open a root shell. 
- 
Run the following commands to remove the packages: 
Table 20: Unix CLI packages: Uninstall commands
| RPM | # rpm -e mcu-cli |  
| DEB | # dpkg -r mcu-cli |  
| Solaris | # pkgrm mcu-cli |