Acabamos de receber nosso servidor dedicado da Rackspace. Foi carregado com o W2008. Decidi colocar o sistema operacional mais recente nele para não precisar atualizá-lo mais tarde. Aparentemente, durante a instalação, selecionei a opção no gui.
Tentei instalar o gui do powershell que vi referência em outro site.
Por exemplo:
Install-WindowsFeature Server-GUI-Shell -Restart
Quando executo isso, recebo o seguinte erro:
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
Success Restart Needed Exit Code Feature Result
------- -------------- --------- --------------
False No InvalidArgs {}
Não consigo descobrir como instalar uma GUI neste servidor.
Todas as referências que eu vi para instalar a GUI dizem usar o Server-GUI-Shell.
Alguém tem alguma sugestão?
fonte
existed in Server 2012 and Server 2012 R2
- Existia, mas não funcionou de maneira confiável após a aplicação das atualizações de segurança no sistema. Você precisava manter um wim corrigido ou apenas reinstalar.Remove-WindowsFeature -Remove
para se livrar do conteúdo SxS.We prioritized consistency with the Windows client desktop over the > ability to switch between Server Core and Server with Desktop. > Replacing the legacy desktop in Server with the Windows 10 desktop > experience resulted in our inability to support the Windows Server > 2012 R2 behavior.