Client Management Suite

 View Only
  • 1.  standalone inventory filtering

    Posted Jan 13, 2020 04:57 PM

    hello all,

    we are inventorying computer who are offline and import the NSE in the folder \\notification_server_name\NSCap\EvtInbox.  It work well.

     

    The problem is that we would like to create filter to identify the computers who were imported using this method.  

     

    Thanks



  • 2.  RE: standalone inventory filtering
    Best Answer

    Broadcom Employee
    Posted Jan 14, 2020 12:20 AM

    If these computers don't have installed "Symantec Management Agent" and only inventoried via stand-alone inventory package, then such computers will be shown as not managed by your Notification Server and they will have '{00000000-0000-0000-0000-000000000000}' in GUID column of Inv_AeX_AC_Identification sql table.

    Simple query to create 'filter' which will shows these computers

    SELECT _ResourceGuid FROM Inv_AeX_AC_Identification WHERE GUID='{00000000-0000-0000-0000-000000000000}'

     



  • 3.  RE: standalone inventory filtering

    Posted Jan 14, 2020 08:21 AM

    Excellent,  exactly what I was looking for.

     

    thanks!