http://blogs.itpro.es/tomashidalgo/2012/09/23/servicios-de-escritorio-remoto-rds-en-un-entorno-de-grupo-de-trabajo-workgroup/
http://support2.microsoft.com/kb/2833839
Y en especial los comandos para activar el servidor de licencias desde Powershell
- Open an elevated Windows PowerShell prompt
- Type the following command on the PS prompt and press Enter:
$obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting - Run the following command to set the licensing mode:
Note: Value = 2 for Per device, Value = 4 for Per User
$obj.ChangeMode(value) - Run the following command to replace the machine name with License Server:
$obj.SetSpecifiedLicenseServerList("LicServer") - Run the following command to verify the settings that are configured using above mentioned steps:
$obj.GetSpecifiedLicenseServerList()
You should see the server name in the output.
Después de ejecutar estos comando, deberiais poder hacer el Diagnostico de licencias sin errores
Añadir a los usuarios dentro de Sistema, acceso remoto, para que puedan entrar.
No hay comentarios:
Publicar un comentario