To view Management Console for Unix Powershell cmdlet help
Get-Command *Qmcu*
where * is a wildcard.
Get-Help <CmdletName>
-OR-
<CmdletName> -?
This displays the Syntax, Description, Related Links, and Remarks for the command.
get-help <CmdletName> -examples
get-help <CmdletName> -detailed
get-help <CmdletName> -full
Uninstalling Unix CLI Packages
Upgrading the Unix CLI Packages
To install Unix CLI packages
Run the appropriate command:
Platform | Install |
---|---|
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 |
To uninstall Unix CLI packages
Run the following commands to remove the packages:
Package | Command |
---|---|
RPM | # rpm -e mcu-cli |
DEB | # dpkg -r mcu-cli |
Solaris | # pkgrm mcu-cli |
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy