-2

I'm a newbie at domain administration.

I have about 15 users on a RemoteApp front end on one of my servers. The users are all part of a group.

I want to set the policy so that if they are idle for a two hours it will log them off automatically. Can someone help point me in the right direction? I'm on Server 2012....

Thank you!!

user1457712
  • 77
  • 2
  • 9
  • Have you looked at https://technet.microsoft.com/en-us/library/cc753112%28v=ws.10%29.aspx ? – cdavid Sep 07 '16 at 19:17

1 Answers1

0

Browse to Server Manager>Remote Desktop Services>Collections

You should see at least 1 collection here that contains the applications you are hosting as RemoteApps. Click the collection name.

At the top you should see a Properties section, to the right of it is a TASKS dropdown menu. Click this and select Edit Properties.

Select the Session section.

The Idle session limit setting can be changed to 2 hours here.

Below this you should also see a 'When a session limit is reached or a connection is broken' setting. Having this set to 'End the session' will completely end a users session after 2 hours, closing any open programs or processes opened during their RemoteApp session.

Setting this to 'Disconnect from the session' will disconnect the user but will keep their processes open until the 'End a disconnected session' setting time limit is reached.

These settings will effect all RemoteApps hosted within that Collection and anyone connecting to them.