Restricting Concurrent Logons

HI guys

I have a query . i just want to know is there a script where user can logon to a said domain one at a time

note this is windows server 2008

k
March 21st, 2015 11:05am

There is a tool called LimitLogon that does this: https://technet.microsoft.com/en-us/magazine/2005.05.utilityspotlight.aspx

It is a bit old school I am not sure if it still works.

Free Windows Admin Tool Kit Click here and download it now
March 21st, 2015 5:08pm

HI guys

I have a query . i just want to know is there a script where user can logon to a said domain one at a time

I do not believe you can find other tools in order to prevent concurrent connections except LimitLogin. If you spend a good amount of time you may be able to write a script for that.
March 22nd, 2015 12:52am

Apart of LimitLogon, you might be trying the following:

  • Create a GPO logon script that is applied by GPO and that tracks the current user logon / logoff. The one here would help: http://social.technet.microsoft.com/wiki/contents/articles/20422.record-logon-logoff-activities-on-domain-servers-and-workstations-using-group-policy.aspx
  • Create another GPO logon script that will check if the user is already logged on to another computer and will display a message saying that the user needs to logoff first from the other computer if he is already logged on. At the end, the script will initiate a logoff
Free Windows Admin Tool Kit Click here and download it now
March 22nd, 2015 5:35pm

Hi,

Please refer to https://support.microsoft.com/en-us/kb/237282

Windows Server 2008 does not support LimitLogin.

Please check the similar thread:

Limit concurrent logins on a WS 2008 environment

https://social.technet.microsoft.com/Forums/windowsserver/en-US/0103b5e7-0db5-4fb4-bfe7-d7132983880a/limit-concurrent-logins-on-a-ws-2008-environment

Regards.

March 23rd, 2015 2:56am

Hi,

I just want to confirm what is the current situation.

Please feel free to let us know if you need further assistance.

Regards.

Free Windows Admin Tool Kit Click here and download it now
March 26th, 2015 10:09pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics