Try Playground
Show / Hide Table of Contents

Remote Uninstall NCache

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

Steps for Remote Uninstall NCache

To remote uninstall NCache, do the following:

  1. Download the GitHub repository.

  2. On 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 NCache is installed on the default path C:/Program Files.

    • Single Server Uninstallation

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

      ./UninstallNCache.ps1 20.200.20.39
      
    • Multiple Server Uninstallation

      This example uninstalls NCache on three machines (20.200.20.38, 20.200.20.39, and 20.200.20.40). Please replace these server IPs with your own remote cache server machine IPs.

      ./UninstallNCache.ps1 20.200.20.38,20.200.20.39,20.200.20.40
      
  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

In This Article
  • Steps for Remote Uninstall NCache
  • See Also

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top