1
Windows 2016 Server CoreにWindows GUIを追加するにはどうすればよいですか?
Rackspaceから専用サーバーを入手しました。W2008がロードされていました。後でアップグレードする必要がないように、最新のOSをインストールすることにしました。インストール中にどうやら、no guiオプションを選択しました。 他のWebサイトで参照した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 …