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.