You administer a computer that runs Windows 8 Pro. You need to create a backup copy of the
computer system drive. The backup copy must support a complete system drive restore to another
computer. What should you do?
A.
Run the bcdedit /export command.
B.
Create a system restore point.
C.
Create a system recovery drive.
D.
Perfom a backup to a shared folder by using the wbadmin command with the -allcritical switch.
wbadmin enables you to back up and restore your operating system, volumes, files, folders, and applications from a command prompt.
Applies To: Windows 8, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
-allcritical switch – specifies that all critical volumes (volumes that contain operating system’s state) be included in the backups. This parameter is useful if you are creating a backup for full system or system state recovery. It should be used only when -backupTarget is specified, otherwise the command will fail. Can be used with the -include option.
https://technet.microsoft.com/en-us/library/cc754015.aspx