如何将Windows GUI添加到Windows 2016 Server Core?
我们刚刚从Rackspace获得了我们的专用服务器。 它上面装了W2008。 我决定把最新的操作系统,所以我不会稍后升级。 显然在安装过程中,我select了no gui选项。 我试图安装从其他网站上看到的参考PowerShell的GUI。 例如: Install-WindowsFeature Server-GUI-Shell -Restart 当我运行这个,我得到以下错误: PS C:\> Install-WindowsFeature Server-GUI-Shell -Restart Install-WindowsFeature : ArgumentNotValid: The role, role service, or feature name is not valid: 'Server-GUI-Shell'. The name was not found. At line:1 char:1 + Install-WindowsFeature Server-GUI-Shell -Restart + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (Server-GUI-Shell:String) [Install-WindowsFeature], Exception + FullyQualifiedErrorId : NameDoesNotExist,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureCommand […]