Remove-BridgeNode - PowerShell Cmdlet
This PowerShell Cmdlet too enables the users to remove a bridge server node from the specified bridge.
Note
This feature is only available in NCache Enterprise.
Remove-BridgeNode [-Name] -Server [-Port] [-Credentials] [-NoLogo]
Examples of Remove-BridgeNode - PowerShell Cmdlet
This PowerShell Cmdlet 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. | - |