Stop-Bridge
Note
This feature is only available in NCache Enterprise.
Stop-Bridge cmdlet stops a specified bridge on the server.
Stop-Bridge [-Name] [-NoLogo] [-Password] [-Port] [-Server] [-UserId]
These properties are explained in detail in the Properties section.
Examples
- This command stops bridge demoBridge existing on local server, using port 8260 by default.
Stop-Bridge –Name demoBridge
- This command stops bridge demoBridge existing on 20.200.20.11.
Stop-Bridge –Name demoBridge –Server 20.200.20.11
Properties
Note: The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-Name* |
<String> |
Specifies name of the bridge to be stopped which is registered on the server. | - |
-Server |
<String> |
The server name/IP on which the NCache Bridge service is running. | IP of the local machine |
-Port |
<Integer> |
The port on which NCache Bridge service is listening. | 8260 |
-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. | - |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | - |