nerdexam
Microsoft

70-698 · Question #97

You have a computer that runs Windows 10 Pro. You receive a SMART alert that the hard disk drive will fail soon. You connect a second external hard disk drive to the computer. You need to create a…

The correct answer is D. wbadmin.exe. wbadmin.exe is the correct built-in command-line tool in Windows 10 Pro for creating a full system image backup to an external drive that supports bare-metal restore to a replacement drive.

Configure system and data recovery

Question

You have a computer that runs Windows 10 Pro. You receive a SMART alert that the hard disk drive will fail soon. You connect a second external hard disk drive to the computer. You need to create a backup that you can use to restore the operating system and the user documents to a replacement drive. What should you use?

Options

  • AStart-WB Backup
  • BStart-OB Backup
  • Cvssadmin.exe
  • Dwbadmin.exe

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    5% (1)
  • D
    90% (19)

Why each option

wbadmin.exe is the correct built-in command-line tool in Windows 10 Pro for creating a full system image backup to an external drive that supports bare-metal restore to a replacement drive.

AStart-WB Backup

Start-WBBackup is a PowerShell cmdlet from the WindowsServerBackup module, which is only available on Windows Server editions and is not present in Windows 10 Pro.

BStart-OB Backup

Start-OBBackup is a PowerShell cmdlet for the Microsoft Azure Backup (Online Backup) agent and initiates cloud backup, not a local image backup to an external drive.

Cvssadmin.exe

vssadmin.exe manages Volume Shadow Copy Service provider registrations and shadow copy storage, but it cannot create a bootable system image backup restorable to a replacement drive.

Dwbadmin.exeCorrect

wbadmin.exe is the native Windows Backup command-line utility included in Windows 10 Pro that supports the 'start backup' subcommand to capture the OS volume and user data to an external hard drive. The resulting image can be used with Windows Recovery Environment to perform a full system restore to a replacement hard disk, satisfying both OS and user document recovery requirements.

Concept tested: System image backup to external drive using wbadmin.exe

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin-start-backup

Topics

#wbadmin#system backup#SMART alert#full system restore

Community Discussion

No community discussion yet for this question.

Full 70-698 Practice