NAME
Get-DcsSnapshotGroup
SYNOPSIS
Returns snapshot group data.
SYNTAX
Get-DcsSnapshotGroup [ -SnapshotGroup <Object> ] [ -VirtualDiskGroup <Object> ] [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Returns snapshot group data. Filtering parameters may be specified to narrow the scope of the data returned. If no parameters are specified, data for all snapshot groups in the default connection will be returned.
PARAMETERS
- -SnapshotGroup<Object>
- SnapshotGroupData object, name or ID that identifies a snapshot group. If specified, only data for that snapshot group will be returned.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: true (ByValue)
- Accept wildcard characters: false
-
- -VirtualDiskGroup<Object>
- VirtualDiskGroupData object, name or ID that identifies a virtual disk group. If specified, only snapshot group data for that virtual disk group will be returned.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- 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
SnapshotGroupData : Object that identifies and describes the snapshot group.
OUTPUTS
SnapshotGroupData : Object that identifies and describes the snapshot group.
NOTES
Also see Add-DcsSnapshot, Remove-DcsSnapshotGroup.
EXAMPLES
Get-DcsSnapshotGroup
The cmdlet is invoked without parameters resulting in the return of a SnapshotGroupData object for each snapshot group in the server group.
ParentGroupId | : | {28c9c50f-bc30-4bf1-9fea-1bfc19bbcfd5} |
Alias | : | Virtual disk group 2 @ 3/20/2012 10:05:15 AM |
Description | : | |
Id | : | {6e788a45-a079-4fc4-9e80-8a09b1c1696d} |
Caption | : | Virtual disk group 2 @ 3/20/2012 10:05:15 AM |
ExtendedCaption | : | Virtual disk group 2 @ 3/20/2012 10:05:15 AM |
Internal | : | False |
ParentGroupId | : | {28c9c50f-bc30-4bf1-9fea-1bfc19bbcfd5} |
Alias | : | Virtual disk group 2 @ 3/20/2012 12:05:14 PM |
Description | : | |
Id | : | {652cdc16-31dd-4a7f-9884-0a2cb44e5c97} |
Caption | : | Virtual disk group 2 @ 3/20/2012 12:05:14 PM |
ExtendedCaption | : | Virtual disk group 2 @ 3/20/2012 12:05:14 PM |
Internal | : | False |
ParentGroupId | : | {2dced492-e3e8-4abb-aa14-80c7c9e1a898} |
Alias | : | Virtual disk group 1 @ 3/20/2012 12:13:31 PM |
Description | : | |
Id | : | {ac7b28a2-b92c-407e-94a4-6ded377fb0dc} |
Caption | : | Virtual disk group 1 @ 3/20/2012 12:13:31 PM |
ExtendedCaption | : | Virtual disk group 1 @ 3/20/2012 12:13:31 PM |
Internal | : | False |
Get-DcsSnapshotGroup -VirtualDiskGroup "Virtual disk group 2"
The cmdlet s invoked with the VirtualDiskGroup parameter specified as "Virtual disk group 2". A SnapshotGroupData object is returned for each snapshot group in the specified virtual disk group.
ParentGroupId | : | {28c9c50f-bc30-4bf1-9fea-1bfc19bbcfd5} |
Alias | : | Virtual disk group 2 @ 3/20/2012 10:05:15 AM |
Description | : | |
Id | : | {6e788a45-a079-4fc4-9e80-8a09b1c1696d} |
Caption | : | Virtual disk group 2 @ 3/20/2012 10:05:15 AM |
ExtendedCaption | : | Virtual disk group 2 @ 3/20/2012 10:05:15 AM |
Internal | : | False |
ParentGroupId | : | {28c9c50f-bc30-4bf1-9fea-1bfc19bbcfd5} |
Alias | : | Virtual disk group 2 @ 3/20/2012 12:05:14 PM |
Description | : | |
Id | : | {652cdc16-31dd-4a7f-9884-0a2cb44e5c97} |
Caption | : | Virtual disk group 2 @ 3/20/2012 12:05:14 PM |
ExtendedCaption | : | Virtual disk group 2 @ 3/20/2012 12:05:14 PM |
Internal | : | False |