As you probably are aware of, Windows 2016 Server TP2, comes with 2 installation options. You also probably have noticed as well that the graphical user interface (GUI) is no longer an option in a default install on the Technical Preview 2.NOt even Start Menu.
- Windows Server Technical Preview 2 option, will install the server with MinShell (Minimal Shell no GUI). Assuming that you will manage the host remotely you won’t need graphical interface at all and from a security point of view, it is the better option.
- Windows Server Technical Preview 2 (with local admin tools) option, will install the server again with MinShell, but includes Server Manager and the other GUI administration tools, although no desktop experience (traditional desktop), nor start menu.
To install Hyper-V role in the Windows Server Technical Preview 2 (with local admin tools) option, in the Server Manager console, click on Add roles and features and select Hyper-V.
To install Hyper-V role in the Windows Server Technical Preview 2 option :
in the command prompt, type:
PowerShell
PS: > Install–WindowsFeature Hyper-V
Note: If the installation fails due to “The source files could not be found” error, assuming the Windows Server Technical Preview 2 ISO image connected to the DVD drive (D:), type:
Simple as that!
Tagged: #MVPBuzz, Hyper-V, MinShell, Windows 2016, WindowsFeature
