Workstation Agent Install Instructions

4.2
Install TechIDAgent.Windows on Workstation for creating unique accounts  
 
These steps walk you through the manual installation of the TechIDAgent. The behavior of the agent will vary depending on whether it’s installed on a domain controller or a local computer.
 
Because automation is essential for MSPs, we provide example PowerShell scripts on the TechIDAgent download page to help you fully automate these steps.
 

Important:
Only install the TechIDAgent on one domain controller per domain. Installing it on multiple DCs for the same domain will cause issues. If you encounter problems, refer to our troubleshooting guide.  

Step What to do Expected Result
4.2.1
Download latest TechIDAgent from https://techidmanager.com/releases TechIDAgent_version_X.Y.zip file downloaded to your computer.
4.2.2
Copy TechIDAgent.zip to a domain controller TechIDAgent_version_X.Y.zip file uploaded to a domain controller.
4.2.3
Unzip TechIDAgent.zip to a directory (c:\Program Files\Ruffian Software) Directory with contents of zip file.
4.2.4
Open an Administrator Command Prompt on the domain controller. Admin level command prompt open on the domain controller.
4.2.5
 Change directory to the directory where zip file was unzipped.
cd "c:\Program Files\Ruffian Software"
 
4.2.6
Install, setup options, and start the service (OU, FriendlyName, and RMMName are optional)
TechIDAgent.exe install
TechIDAgent.exe clientguid YourClientID
TechIDAgent.exe ou NameOfOU
TechIDAgent.exe FriendlyName "Searchable string"
TechIDAgent.exe RMMName "2nd Searchable string"
Set other options...
TechIDAgent.exe start

More details on the other options for TechIDAgent are available at https://ruffiansoftware.com/setup-of-techidagent-for-techidmanager/ 

A bunch of text will scroll by and it will end with:

“Service status: Running”

 

Return to step 4 to install more agents.

4
Install More Agents