Hi,
I have an exch 2000 server in a windows 2000 avtive directory environment.Iam testing the creation of mailbox(and user accounts) on the server by means of an ADSI script, i use a sample script from
However when i execute the script , i end up with the following error
Automation error
Run-time error '-2147016672(80072020)
I have confirmed the correctness of the syntax etc, it is correct.the script seems to fail at the following stmt:
Set MailboxParentContainer = GetObject("LDAP://" & ExchangeServerName & "/o=" & ExchangeServerOrganization & "/ou=" & ExchangeServerSite & "/cn=Recipients" & MailboxRelativePath)
Anyone with suggestions, i would appreciate.
thanks,
I have an exch 2000 server in a windows 2000 avtive directory environment.Iam testing the creation of mailbox(and user accounts) on the server by means of an ADSI script, i use a sample script from
However when i execute the script , i end up with the following error
Automation error
Run-time error '-2147016672(80072020)
I have confirmed the correctness of the syntax etc, it is correct.the script seems to fail at the following stmt:
Set MailboxParentContainer = GetObject("LDAP://" & ExchangeServerName & "/o=" & ExchangeServerOrganization & "/ou=" & ExchangeServerSite & "/cn=Recipients" & MailboxRelativePath)
Anyone with suggestions, i would appreciate.
thanks,