0 votes

Hello Again,

We are experiencing a few issues with Exchange 2003:

- When the primary mail address is changed, the mail attribute is not updated

I could workarround that quite easily with the following script (launched Before modifying Exchange properties of a User):

try{
    $proxyAddresses=$Context.GetModifiedPropertyValues("proxyAddresses")
    $proxyAddresses | ? {$_ -cmatch "SMTP:(.+)"} | foreach { $Context.SetModifiedPropertyValues("mail", $Matches[1])}
}catch{}
  • One mailbox store is missing in Adaxes GUI, see capture. I checked ACLs & co, but I was unable to see any differences between the working mailbxstores and the missing one.

I would also propose a feature request regarding Business Unit:

It would be great if Business Unit membership could be checked before user modification (with uncommited data).

Here is a concrete example:

  • I create a Business Unit called external, dynamically built with every users having EmployeeID set as External
  • I create a property pattern targeting the Business Unit External (defined above) and enforce that the Field company is required

If I create a new user or edit a non external user Adaxes allows me to have its EmployeeID set to External and the company field empty. The property pattern will only be enforced once the modification has been set in the AD. Adding an option to check Business Unit membership with uncommited data would solve this issue and add flexibility.

Thank you in advance

Pierre

(Missing mailbox store)

(All mailbox stores)

by (750 points)

1 Answer

0 votes
by (216k points)
selected by
Best answer

Hello Pierre,

When the primary mail address is changed, the mail attribute is not updated

The Email property is updated when changing the primary address only in Exchange 2003. When adding support for Exchange management in Adaxes, we based of the latest versions of Exchange, Exchange 2010 and Exchange 2013. In Exchange 2010 and Exchange 2013, the Email property is not changed when setting a primary SMTP address.

If you need such functionality, the workaround that you use is one of the possible options, it will work.

One mailbox store is missing in Adaxes GUI, see capture. I checked ACLs & co, but I was unable to see any differences between the working mailbxstores and the missing one.

Can you highlight the missing one? We found 8 mailbox databases under S5009 and also eight databases under S5010, both on the screenshot of your Exchange Server Manager and on the Screenshot from Adaxes.

Feature Request

Thanks for your suggestion, but it will be impossible to implement. The thing is that when a user is not yet created, the account cannot be included in Business Units. The account is not yet located in any Organizational Units / Containers, it is not yet a member of any groups, and search rules will not work as well.

However, we have a feature request in our TODO list to make it possible to dynamically generate possible values for a property depending on what is selected/entered for another property. For example, it will be able to have one list of Departments for one Company, and a completely different list for another Company. The feature will be available in one of the future releases.

0

Hello again,

Thanks for your support. You are right, no mailbox store is missing.

They were just poorly named. This was caused by the attribute adminDisplayName which is not correctly set when the mailboxstore is renamed.

I cleared it out and everything went fine.

Pierre

Related questions

0 votes
1 answer

Hello, I noticed that if you target the same scope with more than one property pattern, the oldest one will apply for conflicting attributes. As I am doing some inheritance ( ... is used for replacement by adaxes. Do you have a workaround for this? Thank you

asked May 27, 2013 by Pierre (750 points)
0 votes
1 answer

Dear support, Property patterns for date are currently barely usable. You can define that the value must be: - One of the following values only - Must not contains the ... but it would look cleaner if the property pattern could handle that natively. Cheers !

asked Mar 8, 2019 by Pierre (750 points)
0 votes
1 answer

Hello, I think I might have found a regression. Starting 2014.1 it is impossible to change the reply address for a user having an Exchange 2003 mailbox. The button "Set ... related to my authorizations; I did test various configuration (admin, ...). Regards,

asked May 2, 2014 by Pierre (750 points)
0 votes
1 answer

the script repo examples are almost entirely written in ADSI, however powershell is now far more widely used, is it possible to have all scripts written in both ADSI and powershell.

asked Jan 5 by i*windows (140 points)
0 votes
1 answer

Shared mailboxes are treated as standard users, however they really should have a separate view. I would like to request that a new view is made avaiilable for Shared ... office location, data from HR systems, windows profile, etc are not really relevant.

asked Jun 23, 2023 by i*windows (140 points)
3,326 questions
3,026 answers
7,727 comments
544,683 users