======Microsoft Windows Server 2012 - Notes====== =====Switch from Core to Full===== Accidentally installed Server Core instead of Full? No problem: - Start a PowerShell prompt. - Execute: Import-Module ServerManager Install-WindowsFeature Server-Gui-Shell -Source D:\sources\install.wim // Provide the full path to the Windows Server 2012 install.wim file as a value to the Source parameter. In the above example the file is on the DVD, and the DVD is connected as the D-drive. // Source:[[http://blogs.technet.com/b/puneetvig/archive/2012/10/16/switch-between-full-and-core-in-windows-server-2012-using-powershell-3-0.aspx|MSCloudguy - Puneet Vig - Switch between Full and Server Core in Windows Server 2012 using PowerShell 3.0]] \\