• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Remote Uninstall NCache in Professional Edition

NCache provides another PowerShell script called UninstallNCache.ps1 which helps to uninstall NCache from remote machine in silent mode. You can find this script at GitHub.

Remote Uninstallation

To remotely uninstall NCache, do the following:

  1. Download the GitHub repository.

  2. From the machine from where you’re uninstalling NCache remotely, run PowerShell as an administrator.

  3. Go to the path where you have downloaded the GitHub repository and open the scripts folder.

  4. Execute the following commands, modifying the values according to your environment. Note that the server names must be separated by BLANK space. The names can be computer names or IP addresses of the systems. It is assumed that that NCache is installed on the default path C:/Program Files.

Single Server Uninstallation

The example given below uninstalls NCache on remote machine 20.200.20.29. Use your own remote machine IP instead of the IP used in the example.

./UninstallNCache.ps1 20.200.20.29

Multiple Server Uninstallation

The example given below uninstalls NCache on three machines (20.200.20.29,20.200.20.30 and 20.200.20.31). Use your own server IPs instead of the IPs used here.

./UninstallNCache.ps1 20.200.20.29 20.200.20.30 20.200.20.31
Note

Upon successful uninstallation you will see a message with "Return Value:0" or 1614.

See Also

Evaluation Period Management
License Management
Command Line Installation
Windows Installation

Back to top Copyright © 2017 Alachisoft