Logon Script Deployment

Package Deployment Using Logon Script

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

After the deployment, verify that the agent was installed successfully. For details, see Agent Post-installation.

See also: