Category: Automate / Labtech

Install Connectwise Automate Agents Over LAN with Windows Domain
article #1251, updated 1952 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:      

==============

Connectwise Automate (formerly Labtech) Docs, esp. for Scripting
article #1192, updated 2119 days ago

Connectwise bought Labtech, and renamed it Automate. The documentation tree has been moved here:

docs.connectwise.com/ConnectWise_Automate

and documentation for scripting now starts here:

docs.connectwise.com/ConnectWise_Automate/ConnectWise_Automate_Documentation/070/240

Categories:      

==============

Run Powershell commands in Labtech/Automate CMD
article #1188, updated 2129 days ago

If you place a tilde (~) before the command you enter, no space after, your command will be run within Powershell. For instance:

~dir

Categories:      

==============

Choose source of Windows Updates in Labtech
article #951, updated 2876 days ago

In an object, under Commands, SystemTools, and then WindowsUpdateSettings, one can set the source of Windows Updates.

Categories:      

==============

Web Sites for Labtech Help and Information
article #672, updated 3645 days ago

Lots of information here:

http://www.labtechwiki.com

Categories:      

==============

Firewall configuration for LabTech sites
article #440, updated 3798 days ago

Found this:

http://support.labtechsoftware.com/component/k2/itemlist/tag/port.html#internet

These are the ports which Labtech needs:

70, 80, 40000-41000 TCP
70-75, 40000-41000 UDP

443 (TCP) is optional depending on implementation.

Categories:      

==============

LabTech icons and colors, legend
article #462, updated 4241 days ago

Here is the info as of this writing:

http://support.labtechsoftware.com/component/k2/item/867-control-center-icons-quick-reference-guide.html

Categories: