Multiple logins

  • Thread starter Thread starter Eric Boswroth
  • Start date Start date
E

Eric Boswroth

Does anybody have any ideas about preventing multiple
logons? I wrote a VBScript that will create a file when
the log on and then delete it when they log off and if
they logon while the file exists it kicks them off. The
only problem with that is that if their machine crashes
the file exists and then they are locked out. Any ideas?
Thanks
 
Cconnect in the resource kit is supposed to be able to deal with this, but
it's a bit of a kluge, and unreliable for some of the same reasons that you
cite.

I've also found that, unless you use roaming profiles or something, this
causes me more harm than good. I got cconnect to work once, and spent the
next week working around the restriction for developers, admins, etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top