D
dbouton
During the year I add teachers at our school through AD Users and
Computers. At the end it is checked to add a mailbox for them on our
exchange server. Of course this works great and they are done.
I use ldifde to import all of our students (100's at a time) and that
works great but they do not get email.
Now I want to use ldifde to batch import a huge group of new teachers
but I'm not sure of the attributes I need to add to my .ldf file. Here
is an example which works fine.
dn: CN=Doe\, Jane,OU=Teachers,OU=BA,OU=Schools,OU=MySchool
Users,DC=myschool,DC=org
changetype: add
objectClass: user
cn: Doe, Jane
sn: Doe
givenName: Jane
description: BA Teacher
distinguishedName: CN=Doe\,
Jane,OU=Teachers,OU=BA,OU=Schools,OU=MySchool Users,DC=myschool,DC=org
displayName: Doe, Jane
name: Doe, Jane
userPrincipalName: (e-mail address removed)
homeDirectory: \\fs1\doej$
HomeDrive: H:
scriptPath: BAteacher.bat
SAMAccountName: doej
What do I need to add to this so they get an Exchange mailbox? I'm
guessing when you just check off the bax it adds a whole new set of
attributes but just not sure which ones! Thanks for any help on this.
Dawn
Computers. At the end it is checked to add a mailbox for them on our
exchange server. Of course this works great and they are done.
I use ldifde to import all of our students (100's at a time) and that
works great but they do not get email.
Now I want to use ldifde to batch import a huge group of new teachers
but I'm not sure of the attributes I need to add to my .ldf file. Here
is an example which works fine.
dn: CN=Doe\, Jane,OU=Teachers,OU=BA,OU=Schools,OU=MySchool
Users,DC=myschool,DC=org
changetype: add
objectClass: user
cn: Doe, Jane
sn: Doe
givenName: Jane
description: BA Teacher
distinguishedName: CN=Doe\,
Jane,OU=Teachers,OU=BA,OU=Schools,OU=MySchool Users,DC=myschool,DC=org
displayName: Doe, Jane
name: Doe, Jane
userPrincipalName: (e-mail address removed)
homeDirectory: \\fs1\doej$
HomeDrive: H:
scriptPath: BAteacher.bat
SAMAccountName: doej
What do I need to add to this so they get an Exchange mailbox? I'm
guessing when you just check off the bax it adds a whole new set of
attributes but just not sure which ones! Thanks for any help on this.
Dawn