Link to home
Start Free TrialLog in
Avatar of Mohammed Hamada
Mohammed HamadaFlag for Portugal

asked on

Automate redirection of users to their associated Organizational units

Hi all,

I would like to know if it's possible to customize Active Directory New user wizard in order to redirect each created user to their associated Organizational unit.

So for instance if user A has principal name A.com, when created the user A will automatically be created under OU A.com
And so on for the rest of users, and if it's not possible to customize User creation, Is it possible for this to be done through GPO?

Thanks
SOLUTION
Avatar of yo_bee
yo_bee
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jeremy Weisinger
Jeremy Weisinger

You could also create users with a script. Using New-ADUser you can specify the -Path to place them in the OU you want.
https://technet.microsoft.com/en-us/library/ee617253.aspx
I have developed an application (.NET) that automatically does placement of objects (users and computers) based on Active Directory Sites and Services and OU design.

If it helps, I can share via an article in a few days?
Avatar of Mohammed Hamada

ASKER

Thanks everyone, I know about powershell but I wanted to know if the wizard can be customized to do so .. the answer is no I guess.

@Shaun I would really appreciate your application.
Rather than write something out I figured I google it and found this gem of a script.
I can help you clean it up, but it would be good for you to try yourself.
http://www.danielclasson.com/powershell-script-to-set-outlook-signature-in-office-2010-and-office-2013-using-information-populated-from-active-directory/
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Sorry about  my last post if was meant for another thread.
Please ignore
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Split:
-- Sam Bloom (https:#a42264794)
-- yo_bee (https:#a42263254)
-- Shaun Vermaak (https:#a42274734)


If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

Pber
Experts-Exchange Cleanup Volunteer