TS logon issue...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have issue where W2k and XP clients connecting to Terminal Server in different domain, they connect over vpn then get "error: Terminal Server timeout" if they are not member of local administrators group on their PC (notice: we are not talking about local admins group on Terminal server) as soon as I make them local admins for their PCs everything works fine...
Is this requirments that user connecting over Terminal server needs to be a local admin on the PC ? I know you have to be loal admin if Terminal server is in Remote Administration mode, but does it have to happen if TS is running in Appliation mode

Tom P
 
Check the EventLog on your TS. If you see EventID 1004 (cannot
issue license) while these clients try to connect, then the
solution is to give the users write permission to the specific
registry key that stores the TS license on the client.

Users don't have to be local administrators, but they must be able
to store the license in the local registry.

HKEY_LOCAL_MACHINE\Software\Microsoft\MSLicensing
 
Not that I'm aware of. We have the same security policy, and we solve
this by giving the local Users group access to this specific registry
key, and then we ghost all client PCs from that preconfigured image.
Won't help you to modify existing PCs, but could be good to implement
for all new PCs.
 
Back
Top