Jump to content

Recommended Posts

Posted
cool things in 2016?

 

I'm after for 2 things

 

1. New primary coming on board and don't want to build the servers using 2012 R2.

2. Want to rebuild the RDS farm so they have the Windows 10 interface to match to clients.

Posted

Evaluation is now available.

 

http://care.dlservice.microsoft.com/dl/download/1/6/F/16FA20E6-4662-482A-920B-1A45CF5AAE3C/14393.0.160715-1616.RS1_RELEASE_SERVER_EVAL_X64FRE_EN-US.ISO

Posted
I wouldn't use it in production yet.

With Windows Server 2016 being released a year after Windows 10 won't most of the bugs have already been fixed thanks to the Windows 10 guinea pigs users? :)

 

It's essentially the same OS.

Posted
I wouldn't use it in production yet. Though M$ have probably got azure using it.

 

It will be going into production into ours fairly quickly.

Posted
Ha ha. The way things are going quite possibly!!

 

RDS will be the focus to get the Windows 10 interface.

 

Same, have made do with Windows 2012 R2 + Start8 for the past few years.

Posted

Eval on DL right now for the same reason, RDS.

 

The Eval can just be converted to live through key in VLSC so don't quite understand why they want to wait before releasing the proper ISO.

Posted (edited)

Assuming you have W2016 keys available in the VLSC you can update the RTM Eval that's up for download here to a fully licensed install of Windows 2016 server as follows (tested here this morning):

 

1. Open an Admin command prompt.

 

2. Check what edition of Windows is installed with this command: DISM /online /Get-CurrentEdition (It might say something like "Current Edition : ServerDatacenterEval"

 

3. See what versions you can licence (assuming you have keys for them) with DISM /online /Get-TargetEditions.

 

4. Then run DISM /online /Set-Edition: /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula, where is the edition you want to convert to, and the value for ProductKey is your valid server key. For example: DISM /online /Set-Edition:ServerDataCenter /ProductKey:AAAAA-BBBBB-CCCCC-DDDDD-EEEEE /AcceptEula

 

5. Restart the server and check to see if its properly licensed (You can do this from the GUI: Settings, Update and Security, Activation)... Mine was not (It had changed the product key and failed to activate the first time, and I had to enter the product key again to activate successfully).

 

6. There are a few zero-day Windows Updates for W2016 server. Be sure to install them before using it in anger. No, seriously.

Edited by Roberto
  • Thanks 1
Posted

Yup, in fact you can

 

Dism /Mount-Image /ImageFile:c:\\sources\install.wim /Index:2 /MountDir:c:\offline2

 

Dism /Image:C:\offline2 /Set-Edition:ServerStandard

 

Dism /Unmount-Image /MountDir:C:\offline2 /Commit

 

 

Then you can install/upgrade to the full version & use your keys on VLSC.

 

:|

Posted
Yup, in fact you can

 

Dism /Mount-Image /ImageFile:c:\\sources\install.wim /Index:2 /MountDir:c:\offline2

 

Dism /Image:C:\offline2 /Set-Edition:ServerStandard

 

Dism /Unmount-Image /MountDir:C:\offline2 /Commit

 

 

Then you can install/upgrade to the full version & use your keys on VLSC.

 

:|

 

That's what I've done for an upgrade image, will be trying it on a test DC tomorrow.

Already in the process of setting up a new RDS Host image for deployment next week, server farm to match Windows 10 ^_^

Posted
Yup, in fact you can

 

Dism /Mount-Image /ImageFile:c:\\sources\install.wim /Index:2 /MountDir:c:\offline2

 

Dism /Image:C:\offline2 /Set-Edition:ServerStandard

 

Dism /Unmount-Image /MountDir:C:\offline2 /Commit

 

 

Then you can install/upgrade to the full version & use your keys on VLSC.

 

:|

 

I wonder if they've done something to the evaluation ISO since you wrote this. I just get the following error.

 

The current edition cannot be upgraded to any target editions.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...