nerdexam
Microsoft

74-697 · Question #17

You have a WIM file that contains an image of Windows Server 2012 Standard. You need to change the edition of the image to Windows Server 2012 Datacenter. The solution must minimize administrative…

The correct answer is A. Perform offline maintenance of the image by using Dism. To Change to a Higher Edition of Windows You can change your Windows image to a higher edition while it is offline by using the DISM commands in the following procedure. You should not use this procedure on an image that has already been changed to a higher edition. Type the…

Navigate Microsoft Licensing Resources and Tools

Question

You have a WIM file that contains an image of Windows Server 2012 Standard. You need to change the edition of the image to Windows Server 2012 Datacenter. The solution must minimize administrative effort. What should you do?

Options

  • APerform offline maintenance of the image by using Dism.
  • BRun the Upgrade Assistant.
  • CRun Windows Anytime Upgrade.
  • DDeploy the image to a client computer, perform an in-place upgrade, and then capture an

How the community answered

(53 responses)
  • A
    72% (38)
  • B
    4% (2)
  • C
    9% (5)
  • D
    15% (8)

Explanation

To Change to a Higher Edition of Windows You can change your Windows image to a higher edition while it is offline by using the DISM commands in the following procedure. You should not use this procedure on an image that has already been changed to a higher edition. Type the following command to mount the offline Windows image (if it is not already mounted). Dism /Mount-Wim /WimFile:C:\test\images /Name:"Windows 7 HomeBasic" /MountDir:C:\test\offline Type the following command to find the editions of Windows that you can change your image to. Dism /Image:C:\test\offline /Get-TargetEditions

Topics

#DISM#edition upgrade#offline servicing#WIM file

Community Discussion

No community discussion yet for this question.

Full 74-697 Practice