NAME
Get-DcsRollback
SYNOPSIS
Returns rollback data.
SYNTAX
Get-DcsRollback [ -Server <Object> ] [ -VirtualDisk <Object> ] [ -Rollback <Object> ] [ -RollbackGroup <Object> ] [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Returns rollback data. Filtering parameters may be specified to narrow the scope of the data returned. If no parameters are specified, data for all rollbacks for all servers in the default connection will be returned.
PARAMETERS
- -Server<Object>
- Computer name or ID of the server. The computer name must be unique or the name must be fully qualified. If a server is specified, only data for that server will be returned.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -VirtualDisk<Object>
- VirtualDiskData object, name, or ID that identifies a virtual disk. If specified, only data for that source virtual disk will be returned.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: true (ByValue)
- Accept wildcard characters: false
-
- -Rollback<Object>
- Name, or ID that identifies a rollback. If specified, only data for that rollback will be returned.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -RollbackGroup<Object>
- RollbackGroupData object, name or ID that identifies a rollback group. If specified, only rollback data for that rollback 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
VirtualDiskData : Object that identifies and describes the virtual disk.
OUTPUTS
RollbackData : Object that identifies and describes the rollback.
NOTES
Also see Add-DcsRollback, Remove-DcsRollback.
EXAMPLES
Get-DcsVirtualDisk -Server SSV1 | Get-DcsRollback
The cmdlet Get-DcsVirtualDisk is used to pipe virtual disk objects pertaining to server "SSV1". The cdmlet Get-DcsRollback then returns rollback data for those objects.
SourceLogicalDiskId | : | LD:A6EA4E77-BBFF-4F48-91CD-3987E81C1CB3_V.{ea7c7a80-bdf3-11e0-8304-00155d11e921}-00000018 |
DestinationLogicalDiskId | : | LD:A6EA4E77-BBFF-4F48-91CD-3987E81C1CB3_V.{ea7c7a80-bdf3-11e0-8304-00155d11e921}-0000001D |
RestorePoint | : | 8/11/2011 8:19:21 PM |
AutoExpire | : | True |
State | : | Active |
CompressionEnabled | : | Falsw |
Sequencenumber | : | 2956780 |
Id | : | V.{EA7C7A80-BDF3-11E0-8304-00155D11E921}-00000018--V.{EA7C7A80-BDF3-11E0-8304-00155D11E921}-0000001D |
Caption | : | Virtual disk 1 @ 8/11/2011 4:19:21 PM |
ExtendedCaption | : | Virtual disk 1 @ 8/11/2011 4:19:21 PM on SSV1 |
Internal | : | False |
SourceLogicalDiskId | : | LD:A6EA4E77-BBFF-4F48-91CD-3987E81C1CB3_V.{ea7c7a80-bdf3-11e0-8304-00155d11e921}-0000001A |
DestinationLogicalDiskId | : | LD:A6EA4E77-BBFF-4F48-91CD-3987E81C1CB3_V.{ea7c7a80-bdf3-11e0-8304-00155d11e921}-0000001F |
RestorePoint | : | 8/11/2011 8:17:02 PM |
AutoExpire | : | True |
State | : | Active |
CompressionEnabled | : | False |
Sequencenumber | : | 2994551 |
Id | : | V.{EA7C7A80-BDF3-11E0-8304-00155D11E921}-0000001A--V.{EA7C7A80-BDF3-11E0-8304-00155D11E921}-0000001F |
Caption | : | Virtual disk 3 @ 8/11/2011 4:17:02 PM |
ExtendedCaption | : | Virtual disk 3 @ 8/11/2011 4:17:02 PM on SSV1 |
Internal | : | False |
SourceLogicalDiskId | : | LD:781D998D-3920-46BB-9F26-88BC591772B6_V.{315f03ec-bdf5-11e0-9dc3-00155d11e923}-00000021 |
DestinationLogicalDiskId | : | LD:781D998D-3920-46BB-9F26-88BC591772B6_V.{315f03ec-bdf5-11e0-9dc3-00155d11e923}-00000024 |
RestorePoint | : | 8/11/2011 8:35:22 PM |
AutoExpire | : | True |
State | : | Active |
CompressionEnabled | : | False |
Sequencenumber | : | 2986975 |
Id | : | V.{315F03EC-BDF5-11E0-9DC3-00155D11E923}-00000021--V.{315F03EC-BDF5-11E0-9DC3-00155D11E923}-00000024 |
Caption | : | Virtual disk 4 @ 8/11/2011 4:35:22 PM |
ExtendedCaption | : | Virtual disk 4 @ 8/11/2011 4:35:22 PM on SSV2 |
Internal | : | False |
Get-DcsRollback -Server SSV1 -VirtualDisk "Virtual disk 1"
Returns data for rollbacks associated with "Virtual disk 1" on server "SSV1". There are two rollbacks.
SourceLogicalDiskId | : | LD:A6EA4E77-BBFF-4F48-91CD-3987E81C1CB3_V.{ea7c7a80-bdf3-11e0-8304-00155d11e921}-00000018 |
DestinationLogicalDiskId | : | LD:A6EA4E77-BBFF-4F48-91CD-3987E81C1CB3_V.{ea7c7a80-bdf3-11e0-8304-00155d11e921}-0000001D |
RestorePoint | : | 8/11/2011 8:19:21 PM |
AutoExpire | : | True |
State | : | Active |
CompressionEnabled | : | False |
Sequencenumber | : | 2956780 |
Id | : | V.{EA7C7A80-BDF3-11E0-8304-00155D11E921}-00000018--V.{EA7C7A80-BDF3-11E0-8304-00155D11E921}-0000001D |
Caption | : | Virtual disk 1 @ 8/11/2011 4:19:21 PM |
ExtendedCaption | : | Virtual disk 1 @ 8/11/2011 4:19:21 PM on SSV1 |
Internal | : | False |
SourceLogicalDiskId | : | LD:A6EA4E77-BBFF-4F48-91CD-3987E81C1CB3_V.{ea7c7a80-bdf3-11e0-8304-00155d11e921}-00000018 |
DestinationLogicalDiskId | : | LD:A6EA4E77-BBFF-4F48-91CD-3987E81C1CB3_V.{ea7c7a80-bdf3-11e0-8304-00155d11e921}-00000021 |
RestorePoint | : | 8/11/2011 8:25:39 PM |
AutoExpire | : | False |
State | : | Active |
CompressionEnabled | : | False |
Sequencenumber | : | 2986546 |
Id | : | V.{EA7C7A80-BDF3-11E0-8304-00155D11E921}-00000018--V.{EA7C7A80-BDF3-11E0-8304-00155D11E921}-00000021 |
Caption | : | Virtual disk 1 @ 8/11/2011 4:25:39 PM |
ExtendedCaption | : | Virtual disk 1 @ 8/11/2011 4:25:39 PM on SSV1 |
Internal | : | False |