Expand Minimize
0 out of 1 rated this helpful - Rate this topic

Restore-DPMRecoverableItem

Updated: January 14, 2013

Applies To: System Center 2012 - Data Protection Manager

Restore-DPMRecoverableItem

Restores a version of the data source to a target location.

Syntax

Parameter Set: Default
Restore-DPMRecoverableItem [-RecoveryOption] <RecoveryOptions> [[-RecoverableItem] <RecoverableObject[]> ] [-AdhocJobsContext <AdhocJobsContext> ] [-JobStateChangedEventHandler <JobStateChangedEventHandler> ] [-RecoveryNotification <NotificationObject> ] [-RecoveryPointLocation <RecoverySourceLocation[]> ] [-Confirm] [-WhatIf] [ <CommonParameters>]




Detailed Description

This cmdlet recovers a point in time version of a data source (recovery point) or a child recoverable item within it to the target location.

Parameters

-AdhocJobsContext<AdhocJobsContext>

Context details of the adhoc job. Required only in UI, do not use from PowerShell.


Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-JobStateChangedEventHandler<JobStateChangedEventHandler>

Indicates that the status of the operation should be displayed to the user. The JobStateChangedEventHandler is used along with the -Async parameter. This is useful when building a GUI using cmdlets. It is not used when working with the DPM Management Shell.


Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-RecoverableItem<RecoverableObject[]>

Provide a recoverable object. This may be a child item within a recovery point that can be recovered. For example, a Windows file system share or volume, a Microsoft SQL Server database, a Microsoft Exchange storage group, a Microsoft SharePoint, Microsoft Virtual Machine, a Microsoft DPM database, a system state, or a recovery point.


Aliases

none

Required?

false

Position?

2

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-RecoveryNotification<NotificationObject>

Sends a notification when recovery is complete. The notification object is returned by the New-NotificationObject cmdlet.


Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-RecoveryOption<RecoveryOptions>

Encapsulates the user's protection intent while performing a recovery based on the recovery source and recovery type. This object is built using the New-RecoveryOption cmdlet.


Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-RecoveryPointLocation<RecoverySourceLocation[]>

Provide the location of the recovery point. This is necessary if a recovery item exists in more than one location for the same point in time. For example, on a disk and tape or on two tapes.


Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before executing the command.


Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Describes what would happen if you executed the command without actually executing the command.


Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Notes

  • For more information, type "Get-Help Restore-DPMRecoverableItem -detailed".



    For technical information, type "Get-Help Restore-DPMRecoverableItem -full".


Examples

 

PS C:\> 
 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.