• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Show / Hide Table of Contents
  • Installation Guide for NCache
  • Installation Guide for .NET
    • Getting Started
    • Command Line Installation
    • Interactive Windows Installation
    • Network Install with PowerShell
      • Remote Installation
      • Remote Uninstallation
      • Activate NCache Purchased License
    • Evaluation Period Expiration & Extension
    • Activate NCache Purchased License (GUI)
      • Online Activation
      • Manual Activation
    • Deactivate NCache Purchased License (GUI)
      • Online Deactivation
      • Manual Deactivation
    • Command Line License Activation
  • Installation Guide for NCache Java Client
    • What is NCache Java Client?
    • Getting Started
    • Installation Steps for UNIX
    • Post Installation License Management for UNIX
    • Post Installation Client/Server Configuration for UNIX
    • Uninstall NCache Java Client from UNIX
    • Troubleshooting Common Install/Uninstall Problems
  • Licensing Model

Network Install with PowerShell

NCache provides integration with Windows PowerShell so that you can easily automate NCache processes on your network. You can manage NCache remote installation/uninstallation tasks on your network through a single computer using PowerShell scripts. NCache also allows you to automate the activation process on all your cache servers and cache clients by using NCache PowerShell scripts.

Configuring PowerShell Environment

Compatible PowerShell versions:
In order to run the NCache PowerShell scripts, PowerShell 2.0 or higher must be installed.

Enable Script Execution:
In order to work in NCache environment through PowerShell, enable PowerShell script execution by setting the ExecutionPolicy to Unrestricted to enable remote installation.

Set-ExecutionPolicy Unrestricted

Configure WinRM listener:
Make sure that WinRM listener is configured and running on all remote machines where you will do the configuration or installation remotely through our PowerShell scripts.

winrm get winrm/config

If the WinRM listener is not already configured, type the following command to configure it.

winrm qc

In This Section

Remote Installation
Describes how to install NCache on remote machines.

Remote Uninstallation
Describes how to uninstall NCache on remote machines.

Activate NCache License
Describes how to Activate NCache license on remote machine.

Back to top Copyright © 2017 Alachisoft