Client Management Suite

 View Only
  • 1.  RAAD Custom Inventory XML HELP

    Posted Feb 28, 2011 01:47 AM

    Hi!

    I want to collect info about sub-agents on Managed agents, but can't find HELP about Custom Inventory XML.

    where can I read about it?

    Thanks



  • 2.  RE: RAAD Custom Inventory XML HELP

    Posted Feb 28, 2011 08:29 AM

    This SQL query can help you, you can also use in the SMP report

     

    SELECT dbo.vComputer.Guid, dbo.vComputer.Name, dbo.vComputer.Domain, dbo.vComputer.[User], dbo.vComputer.[IP Address], dbo.Inv_AeX_AC_Client_Agent.[Agent Name],

    dbo.Inv_AeX_AC_Client_Agent.[Product Version], dbo.Inv_AeX_AC_Client_Agent.[Build Number], dbo.Inv_AeX_AC_Client_Agent.[Install Path],

    dbo.Inv_AeX_AC_Client_Agent.[Agent Class Guid], dbo.Inv_AeX_AC_Client_Agent.[64 Bit]

    FROM dbo.vComputer LEFT OUTER JOIN

    dbo.Inv_AeX_AC_Client_Agent ON dbo.vComputer.Guid = dbo.Inv_AeX_AC_Client_Agent._ResourceGuid

    where dbo.vComputer.ismanaged = '1'

    order by dbo.vComputer.Name,dbo.Inv_AeX_AC_Client_Agent.[Agent Name]



  • 3.  RE: RAAD Custom Inventory XML HELP
    Best Answer

    Posted Mar 04, 2011 12:02 AM

    Hello alramin,

    Have a look at the Custom Inventory Samples KB articles and how-tos here: HOWTO9148, HOWTO10707 (each for NS6 custom inventory, which I believe is what RAAD wants), or have a look at HOWTO10487 and HOWTO10488 which are NS7/IS7-specific.



  • 4.  RE: RAAD Custom Inventory XML HELP

    Posted Mar 05, 2011 06:40 AM

    Thanks! But I want collect info directly from agents.