Here is a copy&paste from the help. Hope this helps ------------------------ Example: This script returns comma-separated list of all configured 24x7 Remote Agent profiles. // declare script variables Dim( host_list, string ) // get list of agents from the registry RegistryList( "HKEY_LOCAL_MACHINE\SOFTWARE\SoftTree Technologies, Inc.\24x7 Scheduler\3.0\Agents", & "SUBKEYS", host_list ) : Is there a way to get a list of the Remote Agents : that can be put into a string variable for use in : a JAL script? : John
|