Wbadmin start systemstaterecovery Command In Windows Server 2008

In this article I am going to explain about Wbadmin start systemstaterecovery Command in Windows Server 2008 operating system and also explain it's related syntax.
  • 3019

Introduction

In this we performs a system state recovery to a location and from a backup that you specify.

Syntax for Windows Server 2008
 

wbadmin start systemstaterecovery
-version:<VersionIdentifier>
-showsummary
[-backupTarget:{<BackupDestinationVolume> | <NetworkSharePath>}]
[-machine:<BackupMachineName>]
[-recoveryTarget:<TargetPathForRecovery>]
[-authsysvol]
[-quiet]


Syntax for Windows Server 2008 R2
 

wbadmin start systemstaterecovery
-version:<VersionIdentifier>
-showsummary
[-backupTarget:{<BackupDestinationVolume> | <NetworkSharePath>}]
[-machine:<BackupMachineName>]
[-recoveryTarget:<TargetPathForRecovery>]
[-authsysvol]
[-autoReboot]
[-quiet]


Example

wbadmin start systemstaterecovery -version:03/31/2005-09:00

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.