nerdexam
Microsoft

70-695 · Question #39

You need to capture the SOE image. You deploy Windows 8.1 Enterprise and all of the required applications to a new client computer in the New York City office. What should you do next?

The correct answer is C. Run sysprep.exe /oobe.. To prepare a Windows installation for imaging and deployment, the system must be generalized using Sysprep, which removes system-specific information. The '/oobe' switch prepares the image for the Out-Of-Box Experience on the next boot, suitable for a new user.

Implement a Lite-Touch Deployment

Question

You need to capture the SOE image. You deploy Windows 8.1 Enterprise and all of the required applications to a new client computer in the New York City office. What should you do next?

Options

  • ARun sysprep.exe /unattend:sysprep.xml.
  • BCreate a Windows Deployment Services (WDS) capture image.
  • CRun sysprep.exe /oobe.
  • DCreate a Configuration Manager capture task sequence.

How the community answered

(67 responses)
  • A
    9% (6)
  • B
    16% (11)
  • C
    70% (47)
  • D
    4% (3)

Why each option

To prepare a Windows installation for imaging and deployment, the system must be generalized using Sysprep, which removes system-specific information. The '/oobe' switch prepares the image for the Out-Of-Box Experience on the next boot, suitable for a new user.

ARun sysprep.exe /unattend:sysprep.xml.

The `/unattend` switch is used to specify an answer file for Sysprep, but it does not perform the generalization necessary for image capture on its own. It's not the next immediate action after deployment for preparing to capture.

BCreate a Windows Deployment Services (WDS) capture image.

Creating a WDS capture image is a step taken after the source machine has been prepared with Sysprep, not the immediate next action on the source machine itself.

CRun sysprep.exe /oobe.Correct

The `sysprep.exe /oobe` command generalizes the Windows installation by removing unique system-specific information, such as the computer SID, making it suitable for capturing and deploying to multiple new computers. The '/oobe' (Out-Of-Box Experience) switch also configures the operating system to start the Windows Welcome wizard the next time the computer boots, which is appropriate for a newly deployed SOE (Standard Operating Environment) image.

DCreate a Configuration Manager capture task sequence.

Creating a Configuration Manager capture task sequence is an action taken on the Configuration Manager server after the source machine has been prepared with Sysprep, not the immediate next action on the source machine itself.

Concept tested: Preparing Windows for imaging with Sysprep

Source: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/sysprep-command-line-options

Topics

#Image capture#Sysprep#Reference computer#SOE image

Community Discussion

No community discussion yet for this question.

Full 70-695 Practice