NAME
Get-DcsVirtualDiskGroup
SYNOPSIS
Returns virtual disk group data.
SYNTAX
Get-DcsVirtualDiskGroup [ -Group <Object> ] [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Returns virtual disk group data. Filtering parameters may be specified to narrow the scope of the data returned. Data can be returned for one or more virtual disk groups. If no parameters are specified, data for all groups in the default connection will be returned. This cmdlet will not return rollback groups or snapshot groups associated with the virtual disk groups, see Get-DcsRollbackGroup and Get-DcsSnapshotGroup.
PARAMETERS
- -Group<Object>
- VirtualDiskGroupData object, name or ID that identifies a virtual disk group. If specified, only data for that group will be returned.
-
- Required: false
- Position: named
- 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
VirtualDiskGroupData : Object that identifies the group.
OUTPUTS
VirtualDiskGroupData : Object that identifies the virtual disk group.
NOTES
Also see Add-DcsVirtualDiskGroup, Add-DcsVirtualDiskToGroup, Remove-DcsVirtualDiskfromGroup, Remove-DcsVirtualDiskGroup, Get-DcsSnapshotGroup, Remove-DcsSnapshotGroup, Get-DcsRollbackGroup, Remove-DcsRollbackGroup.
EXAMPLES
Get-DcsVirtualDiskGroup
The cmdlet is invoked without parameters resulting in the return of data for all virtual disk groups in the server group of the default connection.
Alias | : | Virtual disk group 1 |
Description | : | |
Id | : | {0eac68d1-b3ed-46a4-8248-19d44055bb41} |
Caption | : | Virtual disk group 1 |
ExtendedCaption | : | |
Internal | : | False |
Alias | : | Virtual disk group 2 |
Description | : | |
Id | : | {63bd7326-dc7a-47b9-9275-cecbb9945606} |
Caption | : | Virtual disk group 2 |
ExtendedCaption | : | |
Internal | : | False |
Get-DcsVirtualDiskGroup -Group "Virtual disk group 1 CDP"
The cmdlet is invoked with the Group parameter specified as "Virtual disk group 1 CDP". The VirtualDiskGroupData object is returned for the specified group.
Alias | : | Virtual disk group 1 CDP |
Description | : | |
Id | : | {2dced492-e3e8-4abb-aa14-80c7c9e1a898} |
Caption | : | Virtual disk group 1 CDP |
ExtendedCaption | : | Virtual disk group 1 CDP |
Internal | : | False |