Pairing the custom tool feature with the NT Resource Kit Utility "REG" allows you to query any workstation/server for a specfic key, or better yet, add/remove key's and values. I use this command to query workstations for their Norton Antivirus CE Home Server:
<span style="font-weight: bold">cmd.exe /x /c reg query "HKLM\Software\Intel\LANDesk\VirusProtect6\Current Version\RemoteHomeDirectory" \\%E% & pause</span>
I use this one to copy a configuration file from a specific location on 1 of 5 servers to a highlighted client. You simlpy type in the name of the source server when the command executes:
<span style="font-weight: bold">cmd.exe /x /c copy \\%P1%\vphome\grc.dat \\%E%\c$\progra~1\navnt & pause</span>
[This message has been edited by shadrach (edited 02-23-2001).]
<span style="font-weight: bold">cmd.exe /x /c reg query "HKLM\Software\Intel\LANDesk\VirusProtect6\Current Version\RemoteHomeDirectory" \\%E% & pause</span>
I use this one to copy a configuration file from a specific location on 1 of 5 servers to a highlighted client. You simlpy type in the name of the source server when the command executes:
<span style="font-weight: bold">cmd.exe /x /c copy \\%P1%\vphome\grc.dat \\%E%\c$\progra~1\navnt & pause</span>
[This message has been edited by shadrach (edited 02-23-2001).]
Comment