Symantec Privileged Access Management

 View Only
Expand all | Collapse all

Report of Privileged Accounts with the option "Password View Policy" in "Default" mode

  • 1.  Report of Privileged Accounts with the option "Password View Policy" in "Default" mode

    Posted Dec 19, 2018 07:10 PM

    Good day:

     

    How can I get a report of all the privileged accounts with the "Password View Policy" option in "Default" mode?

     

    Can you help me tell me how to get this report?

     

    regards



  • 2.  Re: Report of Privileged Accounts with the option "Password View Policy" in "Default" mode
    Best Answer

    Broadcom Employee
    Posted Dec 19, 2018 10:13 PM

    Hello Juan,

     

    I was able to achieve this report using the CLI.

    I use the command below to get the ID of the Default password view policy.  It should be 1000.

    cmdName=searchPasswordViewPolicy PasswordViewPolicy.name=Default

     

    This command will give output that lists all the accounts that are privileged and have a Default Password View Policy.

    C:\CLI_32>capam_command adminUserID=super admin Password=XXXXX capam=<put your hostname> cmdName=searchTargetAccount TargetAccount.privileged=true PasswordViewPolicy.ID=1000 >outputprivdefault.xml

     

    Regards,

    Margaret