|
Posted by Roger Abell [MVP] on January 31, 2007, 11:55 pm
Please log in for more thread options
The capability is not built-in but is easily scripted.
Check out www.microsoft.com/technet/scriptcenter
for some samples. You would need to combine the
creation of the account in the desired OU (with setting
of password) followed by adding membership in your
desired group. Thereafter, you would need to create
new user accounts via this script.
In practice it is also possible to have actions take place
upon occurrance of specific events. Here one would
event on new account creation, and the action would be
to add the membership. However, if the first script
outlined seemed much, then the eventing solution would
be moreso.
> Hello,
>
> During account creation in AD, a user is assigned to the DOMAIN USERS
> group. I would also like them assigned to a group called "NEW USER"
> at the same time. With the intention that this group would be removed
> after 30 days. Is this possible?
>
> Thanks!
>
|