NAME
Get-DcsServerGroup
SYNOPSIS
Returns server group data.
SYNTAX
Get-DcsServerGroup [ -ServerGroup <Object> ] [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Returns server group data. If no parameters are specified, data for all server groups, including replication partner groups, will be returned for the default connection.
PARAMETERS
- -ServerGroup<Object>
- ServerHostGroupData object, ID, or name (caption) that identifies the server group. If the Server Group is not specified, data for all server groups (including replication partner groups) will be returned.
-
- Required: false
- 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
ServerHostGroupData : Object that identifies and describes the server group.
OUTPUTS
ServerHostGroupData : Object that identifies and describes the server group.
NOTES
Also see Set-DcsServerGroupProperties, Get-DcsReplicationPartnerGroup.
EXAMPLES
-------------- Example 1 Returns data for a server group specified by name --------------
Get-DcsServerGroup -ServerGroup Local
Returns data for the server group named "Local".
OurGroup | : | True |
Alias | : | Local |
Description | : | |
State | : | Present |
SmtpSettings | : | DataCore.Executive.SmtpServerSettings |
LicenseSettings | : | DataCore.Executive.LicenseSettings |
LicenseType | : | Regular |
ContactData | : | |
StorageUsed | : | 0.00 B |
ExistingProductKeys | : | {, , , } |
Id | : | 626ad5ae-8297-4068-832c-7c476fe32abf |
Caption | : | Local |
ExtendedCaption | : | Local |
Internal | : | False |