IT Management Suite

 View Only
  • 1.  Console access log

    Posted Jul 07, 2022 12:31 AM
    Hi,
    Is there a log/report for console access?

    Regards,
    Ain


  • 2.  RE: Console access log

    Broadcom Employee
    Posted Jul 07, 2022 12:53 AM

    Good Morning!

    There is a default "Accounts Last Login Time" report available


    Best regards,
    IP.



    ------------------------------
    [JobTitle]
    [CompanyName]
    [State]
    ------------------------------



  • 3.  RE: Console access log

    Posted Jul 07, 2022 01:48 AM
    Hi IP,
    Thanks for the prompt response.
    This only shows the last login time. Is there a report that will list the past login of an admin, perhaps an audit trail report of administrator's login?

    Regards,
    Ain


  • 4.  RE: Console access log
    Best Answer

    Broadcom Employee
    Posted Jul 07, 2022 02:17 AM

    If there is required to collect history data for accounts, then need to check "Account Details" checkbox on "Resource History" page and save changes (Consider which 'Keep History Duration' and 'Max Rows' count You want to keep, because if there are lot of accounts using SMP Console every day, then lot of rows will be populated every day)

    Now there will be a new SQL table with name "InvHist_Account_Details"
    SELECT TOP (1000) [SnapshotId]
    ,[InventoryDate]
    ,[CreatedDate]
    ,[_id]
    ,[_ResourceGuid]
    ,[DisplayName]
    ,[Email]
    ,[LastLoginTime]
    FROM [Symantec_CMDB].[dbo].[InvHist_Account_Details]
    ORDER BY LastLoginTime
    DESC



    Best regards,
    IP.



    ------------------------------
    [JobTitle]
    [CompanyName]
    [State]
    ------------------------------



  • 5.  RE: Console access log

    Posted Jul 26, 2022 01:20 PM
    Igor. 
    thanks for advice - however- i only see snapshot id - anyway to see what action that the personal did?  i have been asked before on tracking of who touched what. thanks in advance

    ------------------------------
    Altiris Admin since 2002
    ------------------------------



  • 6.  RE: Console access log

    Broadcom Employee
    Posted Jul 27, 2022 11:35 AM
    That may be able to be done through Item Trackers:
    Using Item Trackers to audit/research who made changes in the Management Console