0

I need to set auto log off when user disconnect from rdp. But I need to set this only for one user. All other users should stay logged on when disconnected. Running Win Server 2008 R2.... Any help ??

martin
  • 73
  • 3
  • 12

2 Answers2

2

I propose the same answer i posted here: Automatically log off idle Terminal Services users without using idle session limits?

You can go:

Mathieu Chateau
  • 3,185
  • 16
  • 10
0

If your Terminal Server is set up to respect the session limits defined on user objects in Active Directory, then all you need to do is modify the "Sessions" settings on the user object using Active Directory Users and Computers. http://technet.microsoft.com/en-us/library/cc754128.aspx

But if you're already enforcing session limits, then you will need to use GPO security filtering as @joeqwerty said. You would create a second GPO just for the single user, then set up the filtering so it only applied to that user, and use it to override the settings in the general policy.

Nic
  • 13,425
  • 17
  • 61
  • 104