Remove Bridge Node
This enables the users to remove a bridge server node from the specified bridge.
Remove-BridgeNode [-Name] -Server [-Port] [-Credentials] [-NoLogo]
Examples
- This command removes bridge server node 20.200.20.12 from the bridge demoBridge.
Remove-BridgeNode -Name demoBridge -Server 20.200.20.12
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 the name of the bridge registered on the server. |
- |
-Server* |
<String> |
Specifies the server name where the NCache bridge Service is running and a bridge with the specified bridge-name is registered. This server will be removed from the specified bridge. |
- |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. |
False |
-Port |
<Integer> |
Specifies the port on which the NCache Bridge Service is listening. |
8260 |
-Credentials |
<pscredential> |
Specifies the user credentials required to authorize access for the specified operation. These credentials should belong to a user who has appropriate permissions at the node. |
- |
remove-bridgenode [-name] -server [-port] [-userid] [-password] [-nologo]
Examples
- This command removes node 20.200.20.12 from the demoBridge.
remove-bridgenode -name demoBridge -server 20.200.20.12
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 the name of the bridge registered on the server. |
- |
-server* |
<String> |
Specifies the server name where the NCache bridge Service is running and a bridge with the specified bridge-name is registered. This server will be removed from the specified bridge. |
- |
-nologo |
<SwitchParameter> |
Suppresses display of the logo banner. |
False |
-port |
<Integer> |
Specifies the port on which the NCache Bridge Service is listening. |
8260 |
-userid |
<string> |
Specifies the user id used to authorize the user for this operation. It is required in case security is enabled on Cache Server. This user id must be the active directory user-id. |
- |
-password |
<string> |
Specifies the password of the user that is used to authorize the user for this operation. It is required in case security is enabled on Cache Server. This password must be the same as the active directory user password. |
- |