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

Launch PowerShell in Linux

Once you have installed NCache for .NET Core on Linux, you can proceed to use PowerShell tools to manage NCache.

Note

The minimum required version for PowerShell Core is PowerShell Core 6.2.

From a terminal of your choice, launch PowerShell by typing the following command:

> pwsh

A PS at the start of the new line in your terminal will indicate PowerShell has been launched.

Import NCache PowerShell Module

It is required to import the NCache module so that NCache tools can be executed.

Note

NCache is installed by default in /opt/ncache/ in Linux.

PS > Import-Module /opt/ncache/bin/tools/ncacheps/

You can now proceed to manage NCache with PowerShell. Refer to the NCache PowerShell Reference for full coverage of NCache cmdlets.

See Also

NCache PowerShell Reference
Configure Firewall
Configure IP Binding in Multiple NICs
Create a Cache
Simulate Cache Usage
Monitor Caches using NCache Monitor

Back to top Copyright © 2017 Alachisoft