Hi April,
Although Group Policy is not an option, you do have other options. The
option that applies to you will depend on your exact requirement(s) for
moving the computer and user objects, so I will cover a couple...
If you want to change the default OU that users and computers are created
in, then you can use the redirusr and redircmp command-line tools,
respectively. The redirusr command-line tool allows you to redirect new
users to another OU, instead of the default Users container. Similarly, the
redircmp command-line tool allows you to redirect new computers to another
OU, instead of the default Computers container. You need to specify the OU
you want to redirect to for each. To perform these actions, your Domain
Functional Level must be set to Windows Server 2003 at minimum. You can find
more information here: http://support.microsoft.com/kb/324949.
If you want to programmatically move computer and user objects from one OU
to a specific OU, you can use a script. This is common, for example, when
you have a naming standard that is used for computers. You can create a
script that queries the default Computers container and moves objects from
the Computers container to their proper OU based on the naming standard.
--
JPolicelli, MVP - Directory Services
This posting is provided AS IS with no warranties and confers no rights.
Always plan and test.
http://johnpolicelli.wordpress.com/
----
Post by aprilIs there any way that I can move computer object and user object to
specified OUs from AD default containers (computers OU or users OU)through
group policy ?
Thank you very much!