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

Remote Uninstall NCache

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.

To remote uninstall NCache, do the following:

  1. Download the GitHub repository.

  2. From the machine from where you’re uninstalling NCache remotely, search for Windows PowerShell and select Run as 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

    This example uninstalls NCache on remote machine 20.200.20.29. Please replace the server IP “20.200.20.29” with your own remote machine IP.

    ./UninstallNCache.ps1 20.200.20.29
    
    • Multiple Server Uninstallation

    This example uninstalls NCache on three machines (20.200.20.29,20.200.20.30 and 20.200.20.31). Please replace these server IPs with your own remote cache server machine IPs.

    ./UninstallNCache.ps1 20.200.20.29 20.200.20.30 20.200.20.31
    
  5. 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