What should you perform?

A network technician installs Windows Server 2012 R2 Standard on a server named Server1.
A corporate policy states that all servers must run Windows Server 2012 R2 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 network technician installs Windows Server 2012 R2 Standard on a server named Server1.
A corporate policy states that all servers must run Windows Server 2012 R2 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.
a clean installation of Windows Server 2012 R2

B.
an upgrade installation of Windows Server 2012 R2

C.
online servicing by using Dism

D.
offline servicing by using Dism

Explanation:
A)
Not least effort
B)
Not least effort
C)
dism /online /set-edition
D)
offline would be less ideal and more workex: DISM /online /SetEdition: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 R2 Datacenter, 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 /SetEdition:<edition ID> /ProductKey:XXXXXXXXXX-XXXXX-XXXXXXXXXX/AcceptEula, providing the
edition ID and a retail product key.
The server will restart twice.



Leave a Reply 3

Your email address will not be published. Required fields are marked *

three × 3 =


pikapoka

pikapoka

OK…I’m confused. Either this is a tricky question or there is a typo mistake in the question.
It’s said: “A corporate policy states that all servers must run Windows Server 2012 R2 Enterprise”
There are 3 Windows Server 2012 editions:
Windows Server 2012 Standard
Windows Server 2012 Datacenter
Windows Server® 2012 Essentials
…and YES, an online upgrade (“repair”) can be done by using DIMS
https://technet.microsoft.com/en-us/library/jj574204(v=ws.11).aspx#Upgrading previous retail versions of Windows Server to Windows Server 2012

BUT there is no version of Windows Server 2012 R2 Enterprise!
https://www.thomas-krenn.com/en/wiki/Windows_Server_2008_R2_Editions_Overview

All 4 provided answers can be either right or wrong.
Any suggestions?? Remarks?? Comments???

pikapoka

pikapoka

Being too fast…posted comment before saying everything…

There is a version / edition of Windows Server 2008 R2 Enterprise.
https://www.thomas-krenn.com/en/wiki/Windows_Server_2008_R2_Editions_Overview

Now…
either the question should be saying:
“A corporate policy states that all servers must run Windows Server 2012 R2 Essentials –> in this case the answer s C – using Dism
or
…I’m just too tired to see the right answer that is infront of me.

Can anyone help me out with explanation?

AleksKor

AleksKor

Converting existing Windows Server 2012 versions

——————————————————————————–

At any time after installing Windows Server 2012, you can run Setup to repair the installation (sometimes called “repair in place”) or, in certain cases, to convert to a different edition.

You can run Setup to perform a “repair in place” on any edition of Windows Server 2012; the result will be the same edition you started with.

For Windows Server 2012 Standard, you can convert the system to Windows Server 2012 Datacenter as follows: 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: /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula, providing the edition ID and a retail product key. The server will restart twice.

For Windows Server 2012 Essentials, you can run Setup and convert it to Windows Server 2012 Standard by providing the appropriate retail license key.