Remove all credentials stored in the console for a specific host
To remove all credentials stored in the mangement console for the test.example.com
Powershell:
Get-QmcuComputer -ComputerName test.example.com | Remove-QmcuComputerCredential
Unix CLI:
get-qmcucomputer -c test.example.com | remove-qmcucomputercredential
Set a local user's password
To set local user bob’s password on test.example.com
Powershell:
Get-QmcuComputer -ComputerName test.example.com | Set-QmcuUserPassword -Username bob
Unix CLI:
get-qmcucomputer -c test.example.com | set-qmcuuserpassword -n bob
View a group’s membership
To view what users are a member of a group
Powershell:
Get-QmcuComputer -ComputerName test.example.com | Get-QmcuGroupMember -Groupname localgroup
Unix CLI:
get-qmcucomputer -c test.example.com | get-qmcugroupmember -n localgroup
Web services
Management Console for Unix's Web Services interface allows you to integrate the Management Console for Unix database with other solutions that provide management or administrative capabilities, such as HR systems. For example, you can use these development tools to enable One Identity Access Manager to make web service calls containing an Active Directory user identifier to
retrieve information from the
mangement console database about the local Unix accounts for this user.
This appendix documents how to access and authenticate to the Management Console for Unix Web Services interface.
Note: Web Service calls will fail with a ProtocolException ((412) Precondition Failed) error if you have not completed the mangement console post-installation configuration. See Setting up Management Console for Unix for details.