Remove-Bridge - PowerShell Cmdlet
This PowerShell Cmdlet enables the users to remove an already registered bridge.
Note
This feature is only available in NCache Enterprise.
Remove-Bridge [-Name] [-Server] [-Port] [-Credentials]
Examples of Remove-Bridge - PowerShell Cmdlet
- This PowerShell Cmdlet removes the already existing bridge demoBridge on server 20.200.20.11.
Remove-Bridge demoBridge -Server 20.200.20.11
- This PowerShell Cmdlet uses a port and removes bridge named demoBridge on server 20.200.20.11.
Remove-Bridge demoBridge -Server 20.200.20.11 -Port 10003
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 NCache bridge server name/IP where the NCache Service is listening. | - |
-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. | - |