Client Management Suite

 View Only
  • 1.  SQL Query\Report

    Posted Mar 15, 2013 12:42 AM

    Hi,

    I want the below detail from Altiris. Any report/sql query to find it

    Require Detail- User Name, OS, System Type, BIOS Version, IP



  • 2.  RE: SQL Query\Report
    Best Answer

    Posted Mar 15, 2013 06:35 AM

    kindly check below query,

     

     

    SELECT dbo.Inv_AeX_AC_Identification.[Name][Host Name]
    , dbo.Inv_AeX_AC_Identification.[Os Name]
    , dbo.Inv_AeX_AC_Identification.[System Type]
    , dbo.Inv_AeX_AC_Identification.[Last Logon User]
    , dbo.Inv_AeX_AC_TCPIP.[MAC Address]
    , dbo.Inv_AeX_AC_TCPIP.[IP Address]
    , dbo.Inv_SW_BIOS_Element.[Version][BIOS Version]

    FROM
    dbo.Inv_AeX_AC_Identification,
    dbo.Inv_AeX_AC_TCPIP,
    dbo.Inv_SW_BIOS_Element

    WHERE
    dbo.Inv_AeX_AC_Identification._ResourceGuid=dbo.Inv_AeX_AC_TCPIP._ResourceGuid
    AND dbo.Inv_AeX_AC_Identification._ResourceGuid=dbo.Inv_SW_BIOS_Element._ResourceGuid



  • 3.  RE: SQL Query\Report

    Posted Mar 15, 2013 08:14 AM


  • 4.  RE: SQL Query\Report



  • 5.  RE: SQL Query\Report

    Posted Mar 18, 2013 02:54 AM

     

    Check the step

    1 In the Symantec Management Console, on the "Reports" menu, click "All Reports".
    2 In the left pane, under "Reports", expand Discovery and Inventory > Inventory > Cross-platform > Operating System.
    3 In the left pane, under "Operating System", click the "Computer Summary" report.

    Report will be reflect in right hand panel, Choose saveas to save the file in any of the format which you required.



  • 6.  RE: SQL Query\Report

    Posted Apr 15, 2013 09:46 AM

    hello sachin,

    have you tried this one?



  • 7.  RE: SQL Query\Report

    Posted Apr 17, 2013 12:56 AM

    Yes, rs_cert and this query working properly in my office, if you any challenges and query pls revert....

     



  • 8.  RE: SQL Query\Report

    Posted Apr 17, 2013 01:04 AM
      |   view attached

    Please find screen short of the same.



  • 9.  RE: SQL Query\Report

    Posted Apr 17, 2013 01:46 AM

    Have you tried my above attached?



  • 10.  RE: SQL Query\Report

    Posted Apr 17, 2013 05:12 AM

    i will try and revert.



  • 11.  RE: SQL Query\Report

    Posted Apr 17, 2013 11:29 PM

    Thanks for providing the query and report location