unab: uxconsole -manage -show -detail -user *
search cancel

unab: uxconsole -manage -show -detail -user *

book

Article ID: 204106

calendar_today

Updated On:

Products

CA Virtual Privilege Manager CA Privileged Identity Management Endpoint (PIM)

Issue/Introduction

When we execute:

uxconsole -manage -show -detail -user *

We get:

CA ControlMinder UNAB uxconsole v12.81.0.1912 - console utility

Copyright (c) 2013 CA. All rights reserved.

 

Usage: uxconsole -manage {-find | -show [-detail]} {-user <filter> | -group <filter>}

       uxconsole -manage -show -policy

Where:

    -find            List users/groups.

    -show            Display users/groups/policy information.

    -show -detail    Display users/groups extended information.

    -user  <filter>  Apply to users matching the filter.

    -group <filter>  Apply to groups matching the filter.

    -policy          Apply to enterprise login policies.

 

 

How to show all users?

Environment

Release : 12.8

Component : PAM SERVER CONTROL UNAB ENDPOINT

Resolution

You can show all user using:

for u in {{a..z},{A..Z},{0..9}}; do uxconsole -manage -show -detail -user $u*; done