Everything, Everything

2024: January February March April
2023: J F M A M J J A S O N D
2022: J F M A M J J A S O N D
2021: J F M A M J J A S O N D
2020: J F M A M J J A S O N D
2019: J F M A M J J A S O N D
2018: J F M A M J J A S O N D
2017: J F M A M J J A S O N D
2016: J F M A M J J A S O N D
2015: J F M A M J J A S O N D
2014: J F M A M J J A S O N D
2013: J F M A M J J A S O N D
2012: J F M A M J J A S O N D
2011: J F M A M J J A S O N D
2010: J F M A M J J A S O N D
2009: J F M A M J J A S O N D
2008: J F M A M J J A S O N D
2007: J F M A M J J A S O N D
2006: J F M A M J J A S O N D
2005: J F M A M J J A S O N D
2004: J F M A M J J A S O N D
Initial Thoughts on Windows Server 2016 Technical Preview 2
Sunday 28th June, 2015 16:56 Comments: 0
It's not often I get a chance to play around with new versions of Windows Server before they're released, but after finally spotting that Technical Preview 2 had been released, I thought I'd check it out several months before the RTM version is released.

Server 2008 was a massive change compared to Server 2003, but mostly in a good way (on the downside, system requirements were a lot higher). Problems with graphics drivers no longer resulted in a BSOD, just a restart of the desktop windows manager; IPv6 support was good; the firewall was significantly better with the ability to filter traffic in and out of the host.

The difference between Server 2008 and 2008 R2 was mostly making it user friendly, with windows snapping to the side of the screen, fewer UAC prompts, and much better TLS support.

The difference between 2008 R2 and Server 2012 seemed fairly minor, assuming you didn't give "MinShell" a try. The main changes were improvements to Hyper-V, but you can also swap your traditional Windows software RAID setup for Storage Spaces (e.g. 3 way mirror to support the loss of 2 out of 5 drives). You also get network features like NIC teaming, DHCP Guard and Router Guard. But many places already have things like an iSCSI SAN, network cards with software to perform NIC teaming, and might not need these new features; but being able to do more things natively can't be a bad thing (although I'm still not sold on Storage Spaces, it seems to have a very large overhead and poor performance).

The most obvious change in 2012 R2 was the welcome return of the Start Menu, but there were new features like Work Folders, Desired State Configuration, Storage Tiering, as well as significant improvements to Hyper-V. Having only run 2012 R2 as a virtual machine in Microsoft's Azure cloud, I've only really spotted the difference in the Start Menu.

Windows Server 2016 was always going to be more than just a bit of spit and polish that improves the user experience. I decided to go for the "with local admin tools" option as I wasn't feeling brave enough to try a new version of Windows having to use remote management tools (what seems to be equivalent to "Server Core" in previous versions of Windows Server). I didn't realise this meant "MinShell", a very minimal GUI, with no sign of the Start Menu. This provides you with Server Manager, but a lot of things you click on will result in either the Command Prompt or a PowerShell window appearing. Most of these provide a text based interface, where you select a number or letter to choose an option, drilling down to what you need. Occasionally you'll choose something and see a Windows dialog box pop up (which is quite annoying). In many ways this seems like a backwards step. It'll be interesting to see if they replace a lot of the menus and alerts with more PowerShell, and whether the Command Prompt that appears on login will be switched to PowerShell by default.

At some point I'll give the full GUI a try, which is a PowerShell one-liner if you've installed the "MinShell" version:

Install-WindowsFeature Server-Gui-Shell -Restart

This looks like an attractive and user friendly GUI, similar to Windows 10 but without the tiles. This will be nice for SMEs that like having a GUI to administer their handful of servers, but Enterprise clients will probably appreciate the MinShell and Core equivalents due to their lower system requirements and reduced surface area for attackers to compromise.
© Robert Nicholls 2002-2024
The views and opinions expressed on this site do not represent the views of my employer.
HTML5 / CSS3