# Uninstalling Agents from Remote Offices - Endpoint Central MSP - How To ## Description This document describes the procedure to uninstall **Endpoint Central MSP** agents installed in remote offices. It is recommended that you uninstall agents from the computers, which you do not want to manage using **Endpoint Central MSP**, before removing them from the Scope of Management (SoM) page. Agents that are installed in computers in remote offices cannot be uninstalled directly from the **Endpoint Central MSP** server. They have to be uninstalled manually. ## Steps This section gives you information on how to uninstall agents from each computer in a remote office. To uninstall agents manually from each computer in a remote office, follow the steps given below: 1. Download the script [uninstall-dcmsp-agent.txt](https://www.manageengine.com/desktop-management-msp/uninstall-dcmsp-agent.txt) 2. Rename it to `uninstall-dcmsp-agent.vbs` 3. Enter the code prompted during this process to continue with the uninstallation (if configured). To configure OTP for agent uninstallation, open the Central Server console and navigate to **Agent > Agent Settings > Agent Protection Settings**. 4. Run the script in all the computers in a remote office using the command prompt: ``` CSCRIPT uninstall-dcmsp-agent.vbs ``` You have uninstalled agents from computers in a remote office. You can also uninstall agents simultaneously from multiple computers using the PsExec Utility. ## Uninstalling Agents from Multiple Computers You can use the PsExec utility to uninstall agents simultaneously from multiple computers in a remote office. **Note**: If you have multiple remote offices, you must follow the steps given below in each of the remote offices. 1. Create a network share. For example, `\\MyServer\MyShare` 2. Download the script [uninstall-dcmsp-agent.txt](https://www.manageengine.com/desktop-management-msp/uninstall-dcmsp-agent.txt) 3. Rename it to `uninstall-dcmsp-agent.vbs` 4. Enter the code prompted during this process to continue with the uninstallation (if configured). To configure OTP for agent uninstallation, open the Central Server console and navigate to **Agent > Agent Settings > Agent Protection Settings**. 5. Save this script in the network share that you have created. 6. Download the PsExec utility from [http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx](http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx) 7. Run the script using the following command from the DOS prompt: ``` C:\for /f %f in (c:\computernames.txt) do psexec \\%f -u \administrator -p CSCRIPT \\MyServer\MyShare\UnInstallDCAgent.vbs ``` **Note:** In the command mentioned above: - **computernames.txt** contains a list of computers from where the agent has to be uninstalled, which has to be specified with its complete path. - **** refers to the domain or the workgroup admin user name. - **** refers to the domain or the workgroup administrator password. You have uninstalled agents simultaneously from multiple computers in a remote office.