NAME
Remove-DcsClient
SYNOPSIS
Removes a client (host) from the server group configuration.
SYNTAX
Remove-DcsClient -Client <Object> [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Removes a client (server) from the server group configuration.
PARAMETERS
- -Client<Object>
- ClientHostData object, name, or ID that identifies the client.
-
- Required: true
- Position: 1
- Default value:
- Accept pipeline input: true (ByValue)
- Accept wildcard characters: false
-
- -Connection<String>
- Alias of the connection to the server group. If not specified, the default connection is used.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -PipelineVariable<String>
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
INPUTS
ClientHostData : Object that identifies and describes the client.
OUTPUTS
NOTES
Also see Get-DcsClient.
EXAMPLES
-------------- Example 1 Removes a client specified by name --------------
Remove-DcsClient -Client Host4
Removes the client named "Host4" from the server group configuration.