Forum Discussion
salahsami2002
May 21, 2020Copper Contributor
Error During Exchange 2013 CU15 Setup
I am trying to install additional exchange server 2013 CU 15 as mailbox server. I face the following error: Error: The following error was generated when "$error.Clear(); if (($RoleIsDatacenter...
- May 26, 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
chrislehrPatriot
May 21, 2020Brass Contributor
salahsami2002Are you certain that the user running this had the correct permissions? Can you tell us more about the forest/domain and the group membership of the user who is attempting the install?
- salahsami2002May 21, 2020Copper Contributor
Just I have one domain in the forest without child domain.
I use administrator @domian
- chrislehrPatriotMay 21, 2020Brass Contributor
OK - Can you ensure that that account is a member of Schema Admins, Domain Admins, and Enterprise Admins permissions as well as Organization Management?
- salahsami2002May 21, 2020Copper ContributorYes, the account is member of Schema admins, Domain Admins , Enterprise Admins and organization management.