Limit concurrent user logins in Active Directory

by Dan Taylor at 2013-05-03 07:26:57

We have a requirement to prevent concurrent logons to workstations on our AD Domain. I know there is a commercial solution UserLock, and I’ve seen some interesting VB scripts. I like the efficiency of powershell and wondered if anyone had tackled this issue with power shell specifically?
by DonJ at 2013-05-04 08:47:06
PowerShell isn’t really suited for this, no. I’m sure you could hack something together, but because there’s nothing native in the operating system to support this functionality, you’d be building quite a hack.
by Dan Taylor at 2013-05-06 03:16:18
Ok, thank you very much for your feedback.