Soundlover4711
Technical User
Hi All!
We are migrating to MS Exchange and we've created a script wich "should" creates the Mailboxes on our Exchange servers in different storage groups. We are using the following:
Const CExchangeTargetDatabase="CN=1 Mailbox Store 1A (Server1),CN=2 Storage Group,CN=InformationStore,CN=Server1,CN=Servers,CN=StoragreGroup,CN=Administrative Groups,CN=Company,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Compyna,DC=COM"
This should create a Mailbox on Server1 in the mailbox store 1A in the 2nd storage group! BUT this is not the case the mailbox is created on the right server but in a indiscriminated store and storage group. So we recognized that the script only uses the right server to create the mailbox the rest is insignificant.
Could someone of you see an error in this line?!?
We are migrating to MS Exchange and we've created a script wich "should" creates the Mailboxes on our Exchange servers in different storage groups. We are using the following:
Const CExchangeTargetDatabase="CN=1 Mailbox Store 1A (Server1),CN=2 Storage Group,CN=InformationStore,CN=Server1,CN=Servers,CN=StoragreGroup,CN=Administrative Groups,CN=Company,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Compyna,DC=COM"
This should create a Mailbox on Server1 in the mailbox store 1A in the 2nd storage group! BUT this is not the case the mailbox is created on the right server but in a indiscriminated store and storage group. So we recognized that the script only uses the right server to create the mailbox the rest is insignificant.
Could someone of you see an error in this line?!?