NAME
Remove-DcsvCenter
SYNOPSIS
Removes a vCenter from the server group configuration.
SYNTAX
Remove-DcsvCenter -vCenter <Object> [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Removes a vCenter from the server group configuration.
PARAMETERS
- -vCenter<Object>
- VimVirtualCenterData object, name or ID that identifies the vCenter.
-
- 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 will be 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
VimVirtualCenterData : Object that identifies and describes the vCenter.
OUTPUTS
NOTES
Also see Add-DcsvCenter, Get-DcsvCenter
EXAMPLES
-------------- Example 1 Removes a vCenter specified by name --------------
Remove-DcsvCenter -vCenter ESXivc55
The vCenter named "ESXivc55" is removed from the configuration.