Deploying agent using PsExec utility
Steps to install the agent using psexec utility:
Create a network share (eg. \\MyServer\MyShare).
Download the agent and save it in the created network share.
Download the PsTools and install it in one of the Windows machine.
Open a command prompt and navigate to the directory where the PsTools is installed
Create a text file and enter name of device line by line in the file.
Execute the below command to install the agent on each computer listed in the file.
psexec.exe @<file name> -u <domain name\user name> -p <password> msiexec /i <msi file name>
For eg: psexec.exe @ComputersList.txt -u WORKGROUP\administrator -p password msiexec /i "\\assetexplorer\msi\ManageEngineAssetExplorerAgent.msi"