|
Custom Script: C0013
Overview:
Launch the Compaq Insight Manager Desktop Manageability
Agent data collector from within ScriptLogic. First, install the data collector
from Insight Manager's setup.
Add these line(s) to the common custom script:
; ** Execute Compaq Insight Manager Desktop Agents **
; ** cpqclnt.ini points to the share where the collected data will be stored.
if existkey($HKLM+'\Software\Compaq\Desktop Management')=0 ; key exists
$cmdline=$NetLogon+'\cpqclnt.exe '+$NetLogon
run $cmdline
endif
Created: 21 August, 1999
Last Revised: 22 July, 2004
|