NAME
Stop-DcsSnapshotOperation
SYNOPSIS
Aborts the current operation that is being performed on the specified snapshot or snapshot group.
SYNTAX
Stop-DcsSnapshotOperation -Snapshot <Object> [ -Connection <String> ] [ -PipelineVariable <String> ]
Stop-DcsSnapshotOperation -SnapshotGroup <Object> [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Aborts the current operation that is being performed on the specified snapshot or snapshot group.
PARAMETERS
- -Snapshot<Object>
- SnapshotData object, name, or ID that identifies the snapshot.
-
- Required: true
- 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 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
-
- -SnapshotGroup<Object>
- SnapshotGroupData object, name or ID that identifies a snapshot group. Use this parameter to stop the current snapshot operation on all all eligible snapshots in the snapshot group.
-
- Required: true
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
INPUTS
SnapshotData : Object that identifies the snapshot.
OUTPUTS
SnapshotData : Object that identifies and describes the snapshot.
NOTES
Also see Update-DcsSnapshot, ConvertTo-DcsFullSnapshot, Revert-DcsSnapshot, Remove-DcsSnapshot, Get-DcsSnapshot.
EXAMPLES
Stop-DcsSnapshotOperation -Snapshot "Virtual disk 1 @ 9/16/2011 4:23:51 PM on SSV1"
Stops the active snapshot operation on the snapshot named "Virtual disk 1 @ 9/16/2011 4:23:51 PM on SSV1".
SourceLogicalDiskId | : | LD:84972D6B-7E71-4616-BDA1-57ECEAF3FFC4_V.{91e63003-ca79-11e0-a962-00155d11e921}-0000004A |
DestinationLogicalDiskId | : | LD:84972D6B-7E71-4616-BDA1-57ECEAF3FFC4_V.{91e63003-ca79-11e0-a962-00155d11e921}-00000050 |
Type | : | Full |
TimeStamp | : | 9/16/2011 4:24:30 PM |
ActiveOperation | : | NoOperation |
State | : | Migrated |
Failure | : | NoFailure |
Id | : | V.{91E63003-CA79-11E0-A962-00155D11E921}-0000004A--V.{91E63003-CA79-11E0-A962-00155D11E921}- |
Caption | : | Virtual disk 1 @ 9/16/2011 4:23:51 PM |
ExtendedCaption | : | Virtual disk 1 @ 9/16/2011 4:23:51 PM on SSV1 |