Hello everyone.
We want to enable our HR to create new users with email via a simple web page. We have the "web" part covered as one of our IT guys is experienced in this field.
I have read a series of articles starting with this one http://technet.microsoft.com/en-us/magazine/2009.03.windowspowershell.aspx and still have no idea how to make it work as i am as unexperienced in powershell as it gets.
I would really appreciate if anyone helps to pull this together:
1. We need a ps script which would either get data from SQL DataBase or/and accept input Parameters
2. An email is created with "givenName"."sn"@domain.com
3. Newly created User is placed in "User" OU
4. Default mailboxDatabase is used
5. List of AD attributes we use:
givenName
sn
title
department
manager
assistant
6. We use some custom AD attributes as well:
ru_givenName
ru_sn
ru_title
ru_department
Thank you in advance!