Install Connectwise Automate Agents Over LAN with Windows Domain

article #1251, updated 1991 days ago

Use a CMD like this:

FOR %%G IN (MACHINE1,MACHINE2,MACHINE3) DO (
	copy Agent_Install.EXE \\%%G\C$
	psexec \\%%G CMD /C C:\Agent_Install.exe /Quiet
)

Run it from a folder containing Agent_Install.exe.

Categories: