CA Client Automation

 View Only
  • 1.  DSM Scripting Langauge - Advanced Scripting

    Posted Jul 04, 2011 11:12 AM
    Hi Guys,

    STarting to use more and more DSM scripting for custom jobs/inventory collection. Is there an advanced guide for the langauge? Is it possible to access WMI repositories, COM+ objects from the langauge. It seems quite like VBScript.


  • 2.  RE: DSM Scripting Langauge - Advanced Scripting

    Posted Jul 05, 2011 05:33 AM

    Shocko wrote:

    Hi Guys,

    STarting to use more and more DSM scripting for custom jobs/inventory collection. Is there an advanced guide for the langauge? Is it possible to access WMI repositories, COM+ objects from the langauge. It seems quite like VBScript.
    I've written many DMS scripts which create additional inventory files (MIF). For WMI, I use the WMIC utility. For COM objects, use DMS to create a VBS file on the client and execute the VBS script using DMS.