I am trying to install Lync 2013 Standard on Server 2008 R2 Standard. Everything is fine until Step 2. The prerequisites are all met and after execution I get the following error when the system tries to enable-CSComputer...
HostLocalActivateTask execution failed on an unrecoverable error.
When viewing the log the failure is under Enable New Roles > Error: HostLocalActivateTask execution failed on an unrecoverable error.
Type: PwerShellException
StackTrace:
at Microsoft.Rtc.Internal.Tools.Bootstrapper.BootstrapperTask.HandlePowerShellErrors(Collection`1 errors)
at Microsoft.Rtc.Internal.Tools.Bootstrapper.BootstrapperTask.ActivateNewRoles()
at Microsoft.Rtc.Management.Internal.Utilities.LogWriter.InvokeAndLog(Action action)
Running the command directly in Powershell with Admin I get:
Enable-CSComputer : HostLocalActivateTask execution failed on an unrecoverable error.
At line:1 char:1
+ Enable-CSComputer -Confirm:$false -Verbose -Report "C:\Users\"mydomainadminID"\AppData\Local ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: ([0] Microsoft.R....Core.Service
:SourceCollection) [Enable-CsComputer], DeploymentException
+ FullyQualifiedErrorId : TaskFailed,Microsoft.Rtc.Management.Deployment.ActivateMachineCmdlet
Ryan