Client Management Suite

 View Only
  • 1.  Report to check the status of Inventory Policy

    Posted Aug 16, 2012 12:46 AM

    Hello Friends,

    I have having few quesries as below.

    IN NS 7.1 Sp1 Is there any report we can check  the Inventory Policy run status?

    I know how can i check the status at the machine but i want to fetch a report for nos. of machine. in NS.

    I want to know when symantec management is installed on a machines for the first time what elso information the client sends to  NS?

    In our environment we have installed symantec management agent in few machines and notice that some of them are reporting the Serial number information where as some of them are not. I wanted to know when we can get the serial number information of a client on NS.

    Is Inventory Policy is responsible to fetch the Serial number information?

    What is the  inventory data flow from a Client to NS?

    Thanks,

     

    Pravash



  • 2.  RE: Report to check the status of Inventory Policy

    Posted Aug 31, 2012 08:18 AM

    There are quite many reports in Reports > Discovery and Inventory > Inventory > Cross-platform > Inventory Agent > Inventory Diagnostics

    especially interesting might be "New Computers that reported Inventory in the Last N Days" because this is the first Inventory run. There are also some automation policies you can activate for that.



  • 3.  RE: Report to check the status of Inventory Policy

    Posted Sep 06, 2012 05:46 AM

    Can I get a reports for the machines with following details

     

    • Name of the Machine
    • Latest Delta Software inventory date
    • Latest Delta Hardware inventory date
    • Latest Full inventory date

    Thanks,

     

    Pravash



  • 4.  RE: Report to check the status of Inventory Policy

    Posted Sep 07, 2012 06:57 AM

     

    Select i.Name, vc.Name as [PC Name], id.FQDN, vc.[IP Address], vc.CreatedDate as [First Discovered Date]
    , ts.StartTime, ts.Endtime
    From Inv_Task_Summary_By_Resource ts
    Join vItem i on i.Guid = ts.TaskItemGuid
    Join Inv_AeX_AC_Identification id on ts._ResourceGuid = id._ResourceGuid 
    Join vComputer vc on ts._ResourceGuid = vc.Guid 
    Where   i.Name = 'Place the Task Name'