Logon Script Deployment
Create a logon script that installs PEAgent.msi when an endpoint joins a domain.
For example:
@ECHO OFF
if not exist %windir%\PEAgent\PEAgentMonitor.exe msiexec /i "\\x.x.x.x\PEAgent.msi" /quiet
Replace x.x.x.x with the IP address of the computer where PEAgent.msi is located.
After the deployment, verify that the agent was installed successfully. For details, see Agent Post-installation.
See also: