CA Client Automation

 View Only
  • 1.  Supported scripts for CAF: Address change command

    Posted May 14, 2015 11:52 AM

    What kind of scripts are supported by this policy? Batch? Vbs? powershell?

    I need to implement this functionality since a lot of the systems are laptops and they move a lot between Wired and wireless.

    Any help is kindly appreciated.



  • 2.  Re: Supported scripts for CAF: Address change command

    Posted Jun 03, 2015 03:47 PM

    Anyone have any information for Harold?

     

    Thanks

     

    Supported scripts for CAF: Address change command

     

    What kind of scripts are supported by this policy? Batch? Vbs? powershell?

    I need to implement this functionality since a lot of the systems are laptops and they move a lot between Wired and wireless.

    Any help is kindly appreciated.



  • 3.  Re: Supported scripts for CAF: Address change command
    Best Answer

    Posted Jun 03, 2015 04:18 PM

    You can call any command you can call from the command line. To run a script you would call the script interpreter (cscript.exe for vbscript or javascript, dmscript.exe for a DMScript) with the name of the script as a parameter. To run a batch file you would call cmd.exe /c



  • 4.  Re: Supported scripts for CAF: Address change command

    Posted Jun 05, 2015 10:10 AM

    Thanks a lot Stephen, I'll start my tests to address my issue.