Hi,
I'm trying to get the script to work in a three tier installation. However when the script tries to configure the front end server the script halts with the following error:
Enabling WSManCredSSP for "********"
--------------------------------------------------------------
- Script halted!
Exception : System.InvalidOperationException: This command cannot
be executed because the setting cannot be enabled.
at System.Management.Automation.MshCommandRuntime.Th
rowTerminatingError(ErrorRecord errorRecord)
TargetObject : {********}
CategoryInfo : InvalidOperation: (System.String[]:String[])
[Enable-WSManCredSSP], InvalidOperationException
FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.EnableWSManCredSS
PCommand
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at Enable-CredSSP, \\********\apps$\AutoSPInstalle
r-3Tier-Enterprise\SP\autospinstaller\AutoSPInstallerFu
nctions.ps1: line 5219
at Install-Remote, \\********\apps$\AutoSPInstalle
r-3Tier-Enterprise\SP\autospinstaller\AutoSPInstallerMa
in.ps1: line 97
at <ScriptBlock>, \\********\apps$\AutoSPInstaller
-3Tier-Enterprise\SP\autospinstaller\AutoSPInstallerMai
n.ps1: line 361
PipelineIterationInfo : {}
PSMessageDetails :
Some details about the servers I'm using:
Tier 1: SQL 2012 SP1 on Windows Server 2012
Tier 2: SharePoint 2013 on Windows Server 2012 (App tier)
Tier 3: SharePoint 2013 on Windows Server 2012 (Front End tier)
Any pointers would be welcome!
I'm trying to get the script to work in a three tier installation. However when the script tries to configure the front end server the script halts with the following error:
Enabling WSManCredSSP for "********"
--------------------------------------------------------------
- Script halted!
Exception : System.InvalidOperationException: This command cannot
be executed because the setting cannot be enabled.
at System.Management.Automation.MshCommandRuntime.Th
rowTerminatingError(ErrorRecord errorRecord)
TargetObject : {********}
CategoryInfo : InvalidOperation: (System.String[]:String[])
[Enable-WSManCredSSP], InvalidOperationException
FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.EnableWSManCredSS
PCommand
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at Enable-CredSSP, \\********\apps$\AutoSPInstalle
r-3Tier-Enterprise\SP\autospinstaller\AutoSPInstallerFu
nctions.ps1: line 5219
at Install-Remote, \\********\apps$\AutoSPInstalle
r-3Tier-Enterprise\SP\autospinstaller\AutoSPInstallerMa
in.ps1: line 97
at <ScriptBlock>, \\********\apps$\AutoSPInstaller
-3Tier-Enterprise\SP\autospinstaller\AutoSPInstallerMai
n.ps1: line 361
PipelineIterationInfo : {}
PSMessageDetails :
Some details about the servers I'm using:
Tier 1: SQL 2012 SP1 on Windows Server 2012
Tier 2: SharePoint 2013 on Windows Server 2012 (App tier)
Tier 3: SharePoint 2013 on Windows Server 2012 (Front End tier)
Any pointers would be welcome!