Slashdot Mirror


User: TheUncle

TheUncle's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. A bigger picture on Windows Admins Need To Prepare For GUI-Less Server · · Score: 1

    Having no GUI, or an optional GUI, is a side effect of having a full scriptable configuration system. Since a couple of OS generations, Microsoft strongly shifted toward "cloud" services, that culminate with 2012 wave products like SCVMM (Virtual Machine Manager). Considering to deply "services" or "datacenters" instead of "simple" virtual machines, requires you to glue together OS, applications, data and lots of little things together. Here comes the need for a consistent shell language for all the products. This way you can have the GUI to work like issuing command lines to an interpreter. This is very evident in some older products like SCVMM2010 and Exchange for example. Windows 2008 R2 had .NET framework integrated in "no-GUI" mode for this reason.