Forum Discussion
Error During Exchange 2013 CU15 Setup
- May 25, 2020
Thank you for response.
Lets fall back to previous suggestions. You can get the arbitration mailbox details as
[PS] C:\Windows\system32>get-Mailbox -Arbitration | ?{$_.Name -eq "SystemMailbox{1f05a927-bdc1-42a4-a08c-605fbc697a92}"
}Name Alias ServerName ProhibitSendQuota
---- ----- ---------- -----------------
SystemMailbox{1f05a927... SystemMailbox{1f0... exch1 Unlimited
Hi salahsami2002,
If you later update the roles of the admin once the setup returned the errors, you may face this issue.
You can try following:
Right click on the admin account and select copy
create another account with same set of permissions (schema and enterprise must be there)
and login with this account.
Try installation again.
- May 22, 2020
- AshkbMay 25, 2020Brass Contributor
Thank you for response.
Lets fall back to previous suggestions. You can get the arbitration mailbox details as
[PS] C:\Windows\system32>get-Mailbox -Arbitration | ?{$_.Name -eq "SystemMailbox{1f05a927-bdc1-42a4-a08c-605fbc697a92}"
}Name Alias ServerName ProhibitSendQuota
---- ----- ---------- -----------------
SystemMailbox{1f05a927... SystemMailbox{1f0... exch1 Unlimited- May 25, 2020
Thanks Ashkb ,it is done.