I have a department of 20 users or so, which basically work in shifts but access the same desktop and settings, I am thinking to join these computers (15 computers) to AD and create only ONE account for e.g. ContactCentre, so that they can authenticate against AD and have the same settings.

Question is, can a AD account login simultaneously from different machines or would it be a problem ? Any other suggestion in this scenario would be very helpful.

link|improve this question

feedback

3 Answers

up vote 12 down vote accepted

can a AD account login simultaneously from different machines or would it be a problem ?

Yes, it certainly can, but it's a horrible practice from a security and maintenance point of view. You already have AD, so why don't you take advantage of it and create an account for each user. You can look into using mandatory profiles if you want to ensure they all get the same desktop configuration.

link|improve this answer
1  
+1 For individual accounts and mandatory profiles. – jscott May 20 '11 at 15:57
1  
Yes, go for individual accounts. – AntiFubar May 20 '11 at 16:01
feedback

There is no concurrent logon restriction imposed by AD. Should you choose to use network profiles, Offline Files, or Folder Redirection, you could stumble onto some data integrity issues.

link|improve this answer
feedback

Yes, an AD account can log in to multiple machines at once. However, you should consider creating accounts for each individual. If for nothing more than making sure one user doesn't end up locking out the account or changing the password.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.