Acabamos de recibir nuestro servidor dedicado de Rackspace. Fue cargado con W2008 en él. Decidí poner el sistema operativo más reciente para no tener que actualizarlo más tarde. Aparentemente durante la instalación, seleccioné la opción sin gui.
Traté de instalar la interfaz gráfica de usuario de PowerShell que he visto referencia en otro sitio web.
Por ejemplo:
Install-WindowsFeature Server-GUI-Shell -Restart
Cuando ejecuto esto, aparece el siguiente error:
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 {}
Parece que no puedo entender cómo instalar una interfaz gráfica de usuario en este servidor.
Todas las referencias que he visto para instalar la interfaz gráfica de usuario dicen que use el Servidor-GUI-Shell.
¿Alguien tiene alguna sugerencia?
existed in Server 2012 and Server 2012 R2
- Existía, pero no funcionaba de manera confiable después de haber aplicado actualizaciones de seguridad al sistema. Necesitabas mantener un wim parcheado o simplemente reinstalarlo.