Discussion:
Adding computers to groups
(too old to reply)
c***@gmail.com
2008-07-08 14:30:09 UTC
Permalink
Hi all

I am currently investigating how to automatically add a computer to a
security group when the computer has been added to the domain. Has
anyone found a solution to this problem ?

Best Regards

Craig
Richard Mueller [MVP]
2008-07-08 15:51:33 UTC
Permalink
Post by c***@gmail.com
I am currently investigating how to automatically add a computer to a
security group when the computer has been added to the domain. Has
anyone found a solution to this problem ?
There are no triggers in AD that can be used to launch a process when a
computer is joined to the domain. However, the computer is automatically
added to the group "Domain Computers" (by default the "primary" group of the
object). Can you use this group? It can even be made a member of other
groups.
--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--
Joe Kaplan
2008-07-09 17:29:37 UTC
Permalink
ILM could also do this. It is also possible to write your own polling code
that would look for new domain computers and do this, but that gets more
complex.

Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
Post by Richard Mueller [MVP]
Post by c***@gmail.com
I am currently investigating how to automatically add a computer to a
security group when the computer has been added to the domain. Has
anyone found a solution to this problem ?
There are no triggers in AD that can be used to launch a process when a
computer is joined to the domain. However, the computer is automatically
added to the group "Domain Computers" (by default the "primary" group of
the object). Can you use this group? It can even be made a member of other
groups.
--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--
Loading...