0 votes

Hi team,

we see sometimes the following behavior: Changing a user mailbox to shared, is just moving on-prem mailbox of this user to shared. Online mailbox seems not to be affected.

Can you elaborate how Adaxes is managing mailboxes in a hybrid environment?

The default task "Covert to shared or regular mailbox", will it check if the user object has only on-prem mailbox or also remote/online mailbox?

Do we need to wait some time after user object creation to allow sync from on-prem to AD? I am pretty sure we need to. How could we avoid errors, if a helpdesk user is not waiting enough time and change local mailbox instead of online?

Example: Helpdesk creates user account with mailbox. Directly action to convert to shared mailbox is executed. On-prem mailbox is now type shared. What will happen with online mailbox? Will Adaxes generate a remote mailbox at all?

by (1.5k points)

1 Answer

0 votes
by (288k points)

Hello,

The default task "Covert to shared or regular mailbox", will it check if the user object has only on-prem mailbox or also remote/online mailbox?

Yes, it will check the mailbox type and act accordingly.

Do we need to wait some time after user object creation to allow sync from on-prem to AD?

If you want to create a remote shared mailbox, you just need to use a script with method EnableRemoteMailboxEx2. This way the mailbox will be present in Exchange Online after the AAD Connect synchronization. At the same time, no waiting or conversion will be required.

0

Hi again,

Exchange traces show this command if I convert a mailbox into shared one

[10/20/2023 13:33:58] Set-RemoteMailbox -DomainController "xxx.zzz.xyz" -Identity xxx -Type "Shared"

Shouldn't it be only this Command to run Online against the Online Mailbox?

Set-Mailbox

The other one will run against the on-prem mailbox.

0

Hello,

The behavior is expected in case of on-premises Exchange and remote mailboxes.

Related questions

0 votes
1 answer

how can i create a report which gives me the details from an exchange mailbox as described in the subject? I would like to have a Report for Exchange Mailboxes with OU, Send on Behalf, Full Rights and Send As Rights thank you

asked Feb 22, 2021 by m_st (200 points)
0 votes
1 answer

Hi Team I need some assitance with creating a report to pull from exchange online all user mailboxes that have automatic replies enabled. I have been attempting to use ... Where-Object { $_.AutoReplyState -ne "Disabled" } | Select Identity, StartTime, EndTime

asked Aug 25, 2021 by Richard_NRL (90 points)
0 votes
1 answer

Hello, We are using adaxes with a M365 hybrid environment and right now we have to manually create a remote mailbox on prem after user creation. ... -Identity "user@mydomain.com" -ExternalEmailAddress "user@mydomain.onmicrosoft.com" Enable-RemoteMailbox "user"

asked Oct 16, 2020 by copatterson (70 points)
0 votes
1 answer

Hi all, I got a script that works, but is kinda finicky: $memberListProperty = "adm-CustomAttributeTextMultiValue1" try { $records = $Context.TargetObject.GetEx($memberListProperty) } ... = "fraisalan.ch" } Thank you for your help! Best regards Benjamin

asked Oct 17 by basshunter98 (20 points)
0 votes
1 answer

I connected my local AD domain as well as my Entra domain in Adaxes, however I am now seeing duplicate user accounts, one under our local AD and the other from ... Connect, and it's confusing determining which user is in which location when making updates.

asked Sep 4 by aswint (50 points)
3,542 questions
3,233 answers
8,227 comments
547,808 users