I am in the process of installing Exchange Server 2010 SP3 on a Windows Server 2012 server in order to rehome Exchange 2010 Public folder servers to new hardware. Everything went well with the installation process until I went to add the Mailbox server role, which is giving me the following error (from the log file):
[01/04/2017 21:58:09.0090] [1] Executing:
$wevtutil= join-path (join-path $env:SystemRoot system32) wevtutil.exe;
$manifestPath = [System.IO.Path]::Combine($RoleInstallPath, "Scripts\TSCrimsonManifest.man");
Start-SetupProcess -Name:"$wevtutil" -Args:"im `"$manifestPath`" "
[01/04/2017 21:58:09.0105] [2] Active Directory session settings for 'Start-SetupProcess' are: View Entire Forest: 'True', Configuration Domain Controller: 'TAM-FS2.tacomaartmuseum.org', Preferred Global Catalog: 'TAM-FS2.tacomaartmuseum.org', Preferred Domain Controllers: '{ TAM-FS2.tacomaartmuseum.org }'
[01/04/2017 21:58:09.0105] [2] Beginning processing Start-SetupProcess -Name:'C:\Windows\system32\wevtutil.exe' -Args:'im "C:\Program Files\Microsoft\Exchange Server\V14\Scripts\TSCrimsonManifest.man" '
[01/04/2017 21:58:09.0276] [2] Starting: C:\Windows\system32\wevtutil.exe with arguments: im "C:\Program Files\Microsoft\Exchange Server\V14\Scripts\TSCrimsonManifest.man"
[01/04/2017 21:58:09.0344] [2] Process standard output:
[01/04/2017 21:58:09.0344] [2] Process standard error: The value for channel property Type contains an invalid value. The parameter is incorrect.
[01/04/2017 21:58:09.0347] [2] [ERROR] Unexpected Error
[01/04/2017 21:58:09.0347] [2] [ERROR] Process execution failed with exit code 87.
[01/04/2017 21:58:09.0350] [2] Ending processing Start-SetupProcess
[01/04/2017 21:58:09.0350] [1] The following 1 error(s) occurred during task execution:
[01/04/2017 21:58:09.0350] [1] 0. ErrorRecord: Process execution failed with exit code 87.
[01/04/2017 21:58:09.0350] [1] 0. ErrorRecord: Microsoft.Exchange.Configuration.Tasks.TaskException: Process execution failed with exit code 87.
[01/04/2017 21:58:09.0351] [1] [ERROR] The following error was generated when "$error.Clear();
$wevtutil= join-path (join-path $env:SystemRoot system32) wevtutil.exe;
$manifestPath = [System.IO.Path]::Combine($RoleInstallPath, "Scripts\TSCrimsonManifest.man");
Start-SetupProcess -Name:"$wevtutil" -Args:"im `"$manifestPath`" "
" was run: "Process execution failed with exit code 87.".
[01/04/2017 21:58:09.0351] [1] [ERROR] Process execution failed with exit code 87.
[01/04/2017 21:58:09.0351] [1] [ERROR-REFERENCE] Id=MailboxComponent___13A8A6B7DE0A4fe3BEB5CB1D86105DA3 Component=EXCHANGE14:\Current\Release\PIM Storage\Content Indexing
[01/04/2017 21:58:09.0351] [1] Setup is stopping now because of one or more critical errors.
[01/04/2017 21:58:09.0351] [1] Finished executing component tasks.
[01/04/2017 21:58:09.0393] [1] Ending processing Install-MailboxRole