Symantec Privileged Access Management

 View Only
  • 1.  The summarized information to view the application and approval details of a password display request

    Posted May 30, 2023 04:47 AM

    In order to view the application and approval details of a password display request,
    user must be given a reference role, and the detailed information must be checked one by one from the list of password display requests,
    which is time-consuming.
    Also, it cannot be managed as a set of information.
    Since we want to check the summarized information such as the application date,
    applicant, approval date, approver, reference code, application details, etc. in a list,
    by all means, incorporate this information into the report output function of CAPAM so that it can be displayed in a list.
    Please add such function to improve user interface.



    ------------------------------
    Kazuhisa Takazawa
    MP Support Dept.
    IIM Corporation
    ------------------------------


  • 2.  RE: The summarized information to view the application and approval details of a password display request

    Broadcom Employee
    Posted May 31, 2023 11:14 AM
      |   view attached

    Kazuhisa,

    There are built in reports in PAM that may give you what you want: https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/privileged-access-manager/4-1-1/administrating/credential-manager-reports/generate-credential-manager-reports.html

    If these reports are not comprehensive enough, you can use the API/CLI to extract the data and generate your own.  I am attaching a PowerShell script I developed recently that does what I think your looking for.

    You will need to rename the script to remove the .txt extension, and customize the top 3 lines (the date/time format must be maintained).  This version of the script only displays password view requests where a reference code was specified (see line 119).  This code is meant as an example only, and comes with no warranty or support.  You should review and understand what it's doing before using it in your environment.  I hope you find it useful.


    Attachment(s)