Move account to another OU at a certain time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!

OS: Windows server 2003
Is it possible to automate a certain time a move of an account from one OU
to another?

Best regards,
Thomas
 
Hello thomas,

It is not possible to automate to move a user from one OU to another. but
what you can do is to put a VB script which will do the job. you can either
contact MS for such scripts.

Kapil~
 
dsmove "cn=Jane Doe,ou=sales,dc=microsoft,dc=com"
-newparent ou=Marketing,dc=microsoft,dc=com

Put in a .bat file and run with the Scheduled Tasks should do it. Presumming
"account" equates to a single user object.
 
Back
Top