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

Stop-NCacheWebManagementProcess

Note

This feature is only available in NCache Enterprise Edition.

Stop-NCacheWebManagementProcess stops the NCacheWebManager process for NCache Web Manager on the target machine. Default URL is http://localhost:8251.

Important

In order to stop the Web Manager, make sure to run Windows PowerShell with administrative rights.

Stop-NCacheWebManagementProcess [-Server]  [-UserId] [-Password]

These properties are explained in detail in the Properties section.

Examples

  • The following command stops NCache Management Process on the local machine.
Stop-NCacheWebManagementProcess
  • The following command stops NCache Management Process on the remote server node 20.200.20.38.
Stop-NCacheWebManagementProcess -Server 20.200.20.38

Properties

Note: The parameters with asterisk (*) on their names are the required parameters and the rest are optional.

Parameters Data Types Description Default Value
-Server <String> The server name/IP on which the NCache Web Management Process is to be stopped. IP of the local machine
-UserId <String> Specifies the user Id that is used to authorize the user if security is enabled on the cache server. This UserId must be same as the active directory user credentials. -
-Password <String> Specifies the password for user authorization if security is enabled on cache server. This password must be the same as active directory password. -
Back to top Copyright © 2017 Alachisoft