AllExam Dumps

DUMPS, FREE DUMPS, VCP5 DUMPS| VMWARE DUMPS, VCP DUMPS, VCP4 DUMPS, VCAP DUMPS, VCDX DUMPS, CISCO DUMPS, CCNA, CCNA DUMPS, CCNP DUMPS, CCIE DUMPS, ITIL, EXIN DUMPS,


READ Free Dumps For Microsoft- 70-410





Question ID 9191

You perform a Server Core Installation of window Server 2012 R2 on server named Server1.
You need to add a graphical user interface (GUI) to server1. Which tool should you use?

Option A

the Add-WindowsFeature cmdlet

Option B

the Install-Module cmdlet

Option C

the setup.exe command 

Option D

the Add-WindowsPackage cmdlet

Correct Answer A
Explanation


Question ID 9192

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.
http://www.gratisexam.com/
You want to achieve this goal by using the minimum amount of administrative effort.
What should you perform?

Option A

a clean installation of Windows Server 2012 R2

Option B

an upgrade installation of Windows Server 2012 R2

Option C

online servicing by using Dism

Option D

offline servicing by using Dism

Correct Answer C
Explanation Explanation/Reference: 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 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 /Set- Edition: / ProductKey:XXXXXXXXXX-XXXXX-XXXXXXXXXX/AcceptEula, providing the edition ID and a retail product key. The server will restart twice.