How to install and uninstall Windows Server Agent
Install Instructions:
- Unzip the downloaded server agent zip folder
- Open the control panel and check for Microsoft Visual C++ 2015-2019 Redistributable (x64). This is required to run the C++ code on Windows Machines.
- If the above Distributable is not installed please download and install it from here - https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
- Open PowerShell in Admin mode
- Navigate to the extracted folder on PowerShell
- Run the following command on PowerShell and follow instructions
.\\DAtAnchorServerInstall.ps1
-
Service will install. No reboot is required.
-
Once installed, right-click on a folder → DAtAnchor → Anchorize to encrypt all files and subfolders inside the folder.
Un-Install Instructions:
Note: You need the downloaded server agent zip folder to uninstall
- Unzip the downloaded server agent zip folder
- Open PowerShell in Admin mode
- Navigate to the extracted folder
- Run the following command on PowerShell and follow instructions
.\\DAtAnchorServerInstall.ps1
Related Articles
How to uninstall Anchor agent if uninstall app is not present in Windows start menu?
Reasons for the error: 1. In rare scenarios Anchor uninstall app might not be added properly to the Windows start menu during Anchor installation. Solution: In this scenario, the user can uninstall Anchor using the command prompt. 1) Open command ...
How to confirm if Anchor is installed on windows?
Admin can now check add/remove programs to confirm if Anchor is installed or not on Windows machine. Note: This is only available for Anchor version 3.0.0 and above. Anchor agent cannot be uninstalled from Add/Remove Programs list. Users ...
Installing Windows Redistributable
Microsoft Visual C++ Redistributable (x64) 2019 or higher is required to run the C++ code on Windows Machines. Step 1: To check if Microsoft Visual C++ Redistributable (x64) is installed, type "redist" in your windows search bar. If it is installed ...
How to enable Anchor agent auto-update on admin dashboard?
Anchor Administrators can now enable a minor Anchor version for auto-update with a single click. Follow the below steps to enable auto-update. To enable a release for auto-update, login to Anchor Admin Dashboard and navigate to the Installers tab. ...
Command Line
Note: All commands should be run in a Windows command prompt in administrator mode. Command 1: Base command DAtAnchorSetup_v3.0.0.exe --install --org-id <org-id/domain-name> During Installation: No UI No command prompt After Installation: A message ...