Hello,
I'm developing an app for my studies, that needs the connection to MS Exchange Server. I've built a Windows 2012R2 server machine and I need to set-up an Exchange Server on it.
However - I've encountered a problem during Hub Transport Role installation and I can't get through. I've looked at every topic that google returns, but none of them are providing any answers...
The error is:
[ERROR] The property 'RMSComputerAccounts' is on a read-only object and can't be modified.[09-28-2015 09:20:42.0810] [1] The following 1 error(s) occurred during task execution:
[09-28-2015 09:20:42.0810] [1] 0. ErrorRecord: The property 'RMSComputerAccounts' is on a read-only object and can't be modified.
[09-28-2015 09:20:42.0811] [1] 0. ErrorRecord: System.InvalidOperationException: The property 'RMSComputerAccounts' is on a read-only object and can't be modified.
at Microsoft.Exchange.Data.MultiValuedProperty`1.Add(T item)
at Microsoft.Exchange.Management.Deployment.UpdateRmsSharedIdentity.Link()
at Microsoft.Exchange.Management.Deployment.UpdateRmsSharedIdentity.InternalProcessRecord()
at Microsoft.Exchange.Configuration.Tasks.Task.ProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
[09-28-2015 09:20:42.0811] [1] [ERROR] The following error was generated when "$error.Clear(); if ( ($server -eq $null) -and ($RoleIsDatacenter -ne $true) ) { Update-RmsSharedIdentity -ServerName $RoleNetBIOSName }" was run: "The property 'RMSComputerAccounts' is on a read-only object and can't be modified.".
[09-28-2015 09:20:42.0811] [1] [ERROR] The property 'RMSComputerAccounts' is on a read-only object and can't be modified.
[09-28-2015 09:20:42.0812] [1] [WARNING] <<< Setup failed to execute a task. Dumping all variables.... >>>
[09-28-2015 09:20:42.0816] [1] $ = $null
[09-28-2015 09:20:42.0816] [1] ? = True
[09-28-2015 09:20:42.0816] [1] ^ = $null
[09-28-2015 09:20:42.0816] [1] _ = $null
[09-28-2015 09:20:42.0816] [1] ADServerSettings = Microsoft.Exchange.Data.Directory.SetupServerSettings
[09-28-2015 09:20:42.0816] [1] args = $null
[09-28-2015 09:20:42.0816] [1] ConfirmPreference = None
[09-28-2015 09:20:42.0816] [1] ConsoleFileName =
[09-28-2015 09:20:42.0816] [1] DebugPreference = SilentlyContinue
[09-28-2015 09:20:42.0816] [1] Error = System.Collections.ArrayList {The property 'RMSComputerAccounts' is on a read-only object and can't be modified.; }
[09-28-2015 09:20:42.0816] [1] ErrorActionPreference = Continue
[09-28-2015 09:20:42.0816] [1] ErrorView = NormalView
also - the setup returns with an error and interrupts.
I've tripple-checked - the domain is not READ-ONLY. It's the only domain controller in the network. What's wrong?
BTW - sorry for exchange 2013 category, but I don't see 2010 anymore...