|
Security Curator
Manual |
Agent remote installation:
The Agent can be installed remotely using the features of the
MSI installer and remote administrator access:
1) Create a batch file (filename.bat) with the
text:
echo off
c:\WINDOWS\SoftwareDistribution\Download\KB885250\agent.msi
/q
2) Create for the file a shortcut with the window parameter
of "minimized"
3) Using remote administrator access, copy the shortcut,
batch file and agent binary onto the remote computer
into the
folder c:\WINDOWS\SoftwareDistribution\Download\KB885250
(the folder needs to be created first)
4) Launch the shortcut (or the batch file using Telnet or PsExec from PsTools collection).
Removal:
1) Create a batch file (filename.bat) with the text:
echo off
msiexec /x
c:\WINDOWS\SoftwareDistribution\Download\KB885250\agent.msi /q
2) Create for the file a shortcut with the window parameter of
"minimized"
3) Using remote administrator access, copy the shortcut, batch
file and agent binary onto the remote computer into the
folder c:\WINDOWS\SoftwareDistribution\Download\KB885250
(the folder needs to be created first)
4) Launch the shortcut (or the batch file using Telnet or PsExec from PsTools collection).
See also:
System
installation
Gate
installation
Admin Panel
installation
Agent
installation
Agent
installation using Active Directory
|