exam questions

Exam 70-417 All Questions

View all questions & answers for the 70-417 exam

Exam 70-417 topic 1 question 551 discussion

Actual exam question from Microsoft's 70-417
Question #: 551
Topic #: 1
[All 70-417 Questions]

A network technician installs Windows Server 2012 Standard on a server named Server1.
A corporate policy states that all servers must run Windows Server 2012 Enterprise.
You need to ensure that Server1 complies with the corporate policy.
You want to achieve this goal by using the minimum amount of administrative effort.
What should you perform?

  • A. offline servicing by using Dism
  • B. an upgrade installation of Windows Server 2012
  • C. a clean installation of Windows Server 2012
  • D. online servicing by using Dism
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
A. Not least effort -

B. Not least effort -

C. dism /online /set-edition -
D. offline would be less ideal and more workex: DISM /online /Set-Edition:ServerEnterprise /ProductKey:489J6-VHDMP-X63PK-3K798-CPX3YWindows Server
2008 R2/2012 contains a command-line utility called DISM (Deployment
Image Servicing and Management tool). This tool has many features, but one of those features is the ability to upgrade the edition of Windows in use. Note that this process is for upgrades only and is irreversible.
You cannot set a Windows image to a lower edition. The lowest edition will not appear when you run the /Get-TargetEditions option.
If the server is running an evaluation version of Windows Server 2012 R2 Standard or Windows Server 2012 R2Datacenter, you can convert it to a retail version as follows:
If the server is a domain controller, you cannot convert it to a retail version. In this case, install an additional domain controller on a server that runs a retail version and remove AD DS from the domain controller that runs on the evaluation version.
From an elevated command prompt, determine the current edition name with the command DISM /online /Get-CurrentEdition. Make note of the edition ID, an abbreviated form of the edition name.
Then run DISM /online /Set-Edition:<edition ID> /ProductKey:XXXXXXXXXX
-XXXXX-XXXXX-XXXXX /AcceptEula,providing the edition ID and a retail product key.
The server will restart twice.
References:
http://technet.microsoft.com/en-us/library/jj574204.aspx
http://technet.microsoft.com/en-us/library/dd744380%28v=ws.10%29.aspx http://blogs.technet.com/b/server_core/archive/2009/10/14/upgrading-windows-server2008-r2-without-media.aspx http://communities.vmware.com/people/vmroyale/blog/2012/05/30/howto-upgradingwindows-edition-with-dism

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...