datar_ Posted September 16, 2016 Posted September 16, 2016 Oooh the Licenses have appeared on VLSC. I sound a little bit too excited
FN-GM Posted September 19, 2016 Posted September 19, 2016 Just need the ISO now. Never been so desperate for a server OS!
SHimmer45 Posted September 19, 2016 Posted September 19, 2016 Just need the ISO now. Never been so desperate for a server OS! cool things in 2016?
FN-GM Posted September 19, 2016 Posted September 19, 2016 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.
Blue_Cookeh Posted September 20, 2016 Posted September 20, 2016 Jumping on this for some of those delicious new features around storage and Hyper-V!
DrCheese Posted September 25, 2016 Posted September 25, 2016 Should be released this week Windows Server 2016 coming in September, with new servicing for Nano Server | Ars Technica UK
Arthur Posted September 26, 2016 Posted September 26, 2016 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
free780 Posted September 26, 2016 Posted September 26, 2016 I wouldn't use it in production yet. Though M$ have probably got azure using it.
Arthur Posted September 26, 2016 Posted September 26, 2016 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.
FN-GM Posted September 26, 2016 Posted September 26, 2016 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.
free780 Posted September 26, 2016 Posted September 26, 2016 It will be going into production into ours fairly quickly. New SCCM Server?
FN-GM Posted September 26, 2016 Posted September 26, 2016 New SCCM Server? Ha ha. The way things are going quite possibly!! RDS will be the focus to get the Windows 10 interface.
DrCheese Posted September 26, 2016 Posted September 26, 2016 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.
FN-GM Posted September 27, 2016 Posted September 27, 2016 Should be released this week Windows Server 2016 coming in September, with new servicing for Nano Server | Ars Technica UK No ISO until mid October apparently.
Tefters Posted September 27, 2016 Posted September 27, 2016 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.
Blue_Cookeh Posted September 27, 2016 Posted September 27, 2016 Will be doing our Hyper-V hosts some time fairly soon, with a view to get DCs and others up in a month or so
newpersn Posted September 27, 2016 Posted September 27, 2016 Brand new server sat waiting for this.... Do I install and play or wait for the release.
Roberto Posted September 27, 2016 Posted September 27, 2016 (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 September 27, 2016 by Roberto 1
DrCheese Posted September 27, 2016 Posted September 27, 2016 Pretty sure you could modify the image with DISM as well to be the standard non eval version. I'm a bit lost as to why MS haven't just released this already
DrCheese Posted September 27, 2016 Posted September 27, 2016 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. :|
Tefters Posted September 27, 2016 Posted September 27, 2016 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 ^_^
CAWJames Posted September 28, 2016 Posted September 28, 2016 Why do some have the keys and some not in the VLSC? Me being a not
CAWJames Posted September 28, 2016 Posted September 28, 2016 Aha panic over, found them hiding deep in the relationship summary now to play 1
mitchell1981 Posted September 29, 2016 Posted September 29, 2016 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now