Creating AD account and Exchange Account

2009-12-29 Thread Sheahan, John
Has anyone been able to create the AD and Exchange Account from a perl script? john

RE: Creating AD account and Exchange Account

2009-12-29 Thread Sheahan, John
Here is the code that I have been trying to use. It creates the AD account and fills in most of the fields for the exchange account but I must be missing something because it doesn't show up in the Exchange administrator: ##

RE: Creating AD account and Exchange Account

2009-12-29 Thread Sheahan, John
Sorry for not being clear When I go into "Exchange System Manager", I don't see a mailbox for the user I am adding with the script I provided although all the attributes are in AD. -Original Message- From: Young, Darren [mailto:darren.yo...@chicagobooth.edu] Sent: Tuesday, December

RE: Creating AD account and Exchange Account

2009-12-29 Thread Young, Darren
Yes, you just have to set the attributes correctly. We do it all the time for AD with Exchange 2003 related attributes. > -Original Message- > From: Sheahan, John [mailto:john.shea...@priceline.com] > Sent: Tuesday, December 29, 2009 12:07 PM > To: 'perl-ldap@perl.org' > Subject: Creating

RE: Creating AD account and Exchange Account

2009-12-29 Thread Young, Darren
What do you mean by "the Exchange administrator", does the information look correct in AD's users and computers MMC? > -Original Message- > From: Sheahan, John [mailto:john.shea...@priceline.com] > Sent: Tuesday, December 29, 2009 12:18 PM > To: 'perl-ldap@perl.org' > Subject: RE: Creating

RE: Creating AD account and Exchange Account

2009-12-29 Thread Young, Darren
Send a message to the user, I've found that when the mailbox host receives the first one the mailbox is initialized. > -Original Message- > From: Sheahan, John [mailto:john.shea...@priceline.com] > Sent: Tuesday, December 29, 2009 12:25 PM > To: Young, Darren; perl-ldap@perl.org > Subject:

RE: Creating AD account and Exchange Account

2009-12-29 Thread Sheahan, John
That's good to know, Darren. We only use the Exchange account for Cisco Unity voicemails and since there is no trust relationship between the Outlook domain that I use for mail and the voice domain, I can't send a message from my desk to the new account. I am going to setup an exchange client on

RE: Creating AD account and Exchange Account

2009-12-29 Thread Mark . Merchant
i used to setup my script to send the first email as well. Mark Merchant Unix Systems Admin, Huntington Banks 7 Easton Oval, Cols, Oh 43219 tel:614-331-9806 cel:614-917-8218 pag:614-917-8218 We don't make mistakes, we just have happy little accidents. Bob Ross. From: "Young, Darren" To:

RE: Creating AD account and Exchange Account

2009-12-29 Thread Sheahan, John
Things are working as long as I send the email from a machine with the Exchange client setup in the voice domain, it doesn't work from my desk which uses a different domain. I am going to talk to the mail admin about that and see if this is something he can change to route the mail to the voice

Re: [Net::LDAP] RE: Creating AD account and Exchange Account

2009-12-29 Thread Peter Karman
Sheahan, John wrote on 12/29/2009 03:13 PM: > One question I have is, when I run the script and it creates the user in AD, > I still have to manually go in and right click on the new user that was > created and enable itis there a way to do this automatically through the > script? > You p