RE: Creating AD account and Exchange Account

2010-01-11 Thread Young, Darren
e are written to the AD object as well. > -Original Message- > From: Yash Vartak [mailto:var...@vartakinc.com] > Sent: Monday, January 11, 2010 8:25 AM > To: Sheahan, John; 'perl-ldap@perl.org' > Subject: Re: Creating AD account and Exchange Account > > Yes that¹s

Re: Creating AD account and Exchange Account

2010-01-11 Thread Yash Vartak
sh Vartak [mailto:var...@vartakinc.com] >> Sent: Monday, January 11, 2010 8:25 AM >> To: Sheahan, John; 'perl-ldap@perl.org' >> Subject: Re: Creating AD account and Exchange Account >> >> Yes that¹s right setting attributes works fine for AD\Exchange 2003, >>

RE: Creating AD account and Exchange Account

2010-01-11 Thread Young, Darren
Yea, I haven't gotten that far yet, I'll let you know what we discover. > -Original Message- > From: Yash Vartak [mailto:var...@vartakinc.com] > Sent: Monday, January 11, 2010 9:34 AM > To: Young, Darren; Sheahan, John; perl-ldap@perl.org > Subject: Re: Creatin

Re: Creating AD account and Exchange Account

2010-01-11 Thread Yash Vartak
ash Vartak [mailto:var...@vartakinc.com] > Sent: Monday, January 11, 2010 9:25 AM > To: Sheahan, John; 'perl-ldap@perl.org' > Subject: Re: Creating AD account and Exchange Account > > Yes that¹s right setting attributes works fine for AD\Exchange 2003, but this > method

Re: Creating AD account and Exchange Account

2010-01-11 Thread Yash Vartak
ary 10, 2010 2:10 AM > To: Sheahan, John; 'perl-ldap@perl.org' > Subject: RE: Creating AD account and Exchange Account > > John, > > Sorry for replying this mail so late, I saw it just a day back. > I guess you have had trouble while creating a exchange 2007 mailbo

RE: Creating AD account and Exchange Account

2010-01-11 Thread Sheahan, John
nuary 11, 2010 9:25 AM To: Sheahan, John; 'perl-ldap@perl.org' Subject: Re: Creating AD account and Exchange Account Yes that's right setting attributes works fine for AD\Exchange 2003, but this method fails when you upgrade the setup to Exchange 2007. ADSI\COM , and LDAP are not s

RE: Creating AD account and Exchange Account

2010-01-11 Thread Sheahan, John
ry 10, 2010 2:10 AM To: Sheahan, John; 'perl-ldap@perl.org' Subject: RE: Creating AD account and Exchange Account John, Sorry for replying this mail so late, I saw it just a day back. I guess you have had trouble while creating a exchange 2007 mailbox with AD using perl Below i

RE: Creating AD account and Exchange Account

2010-01-10 Thread Vartak, Yash V
John, Sorry for replying this mail so late, I saw it just a day back. I guess you have had trouble while creating a exchange 2007 mailbox with AD using perl Below is a sample code, this would create a AD active user UAC 512 $ADS_UF_NORMAL_ACCOUNT=512 sub Make_User { my ($objCon

RE: Creating AD account and Exchange Account

2009-12-30 Thread Young, Darren
erl.org > Subject: RE: Creating AD account and Exchange Account > > 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 ca

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

RE: Creating AD account and Exchange Account

2009-12-29 Thread Sheahan, John
ssage- From: Young, Darren [mailto:darren.yo...@chicagobooth.edu] Sent: Tuesday, December 29, 2009 2:15 PM To: Sheahan, John; perl-ldap@perl.org Subject: RE: Creating AD account and Exchange Account BTW: I've found that using the Win32::Exchange::Mailbox from Perl on Windows the mailbox is

RE: Creating AD account and Exchange Account

2009-12-29 Thread Mark . Merchant
arren" To: "Sheahan, John" , perl-ldap@perl.org Date: 12/29/2009 01:51 PM Subject: RE: Creating AD account and Exchange Account Send a message to the user, I've found that when the mailbox host receives the first one the mailbox is initialized. > -Original M

RE: Creating AD account and Exchange Account

2009-12-29 Thread Sheahan, John
2009 1:26 PM To: Sheahan, John; perl-ldap@perl.org Subject: RE: Creating AD account and Exchange Account 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.she

RE: Creating AD account and Exchange Account

2009-12-29 Thread Young, Darren
erl.org > Subject: RE: Creating AD account and Exchange Account > > 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. >

RE: Creating AD account and Exchange Account

2009-12-29 Thread Young, Darren
erl-ldap@perl.org' > Subject: RE: Creating AD account and Exchange Account > > 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 becaus

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 Sheahan, John
Sent: Tuesday, December 29, 2009 1:21 PM To: Sheahan, John; perl-ldap@perl.org Subject: RE: Creating AD account and Exchange Account What do you mean by "the Exchange administrator", does the information look correct in AD's users and computers MMC? > -Original Message- > F

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: ##