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.1k points)

1 Answer

0 votes
by (272k 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

Hello, I have a sheduled task running. This task checks if a user is a member of a Licensed Office 365 Group with exchange online. If the user does not have an ... the on prem exchange mailbox and the exchange online mailbox? Thanks if you have an idea!

asked Feb 24, 2023 by fabian.p (150 points)
0 votes
1 answer

Topic question, we are looking into AD Auditing and I would like to know if this solution is on-prem. And I would like to know if there is a built in report to see ... to access folders they do not have permissions to, is this something I can do with Adaxes?

asked Jun 10, 2021 by anthonysmills (20 points)
3,351 questions
3,052 answers
7,791 comments
545,091 users