Remote Installs
When the script goes through the steps on a remote system, it starts failing with the following error:
New-PSSession : [TEST-WORKFLOW] Connecting to remote server TEST-WORKFLOW failed with the following error message : The
WinRM client cannot process the request. A computer policy does not allow the delegation of the user credentials to the
target computer because the computer is not trusted. The identity of the target computer can be verified if you
configure the WSMAN service to use a valid certificate using the following command: winrm set winrm/config/service
'@{CertificateThumbprint="
- ... $session = New-PSSession -Name "AutoSPInstallerSession-$server" -Aut ...
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotingTransportException
- FullyQualifiedErrorId : -2144108124,PSSessionOpenFailed
This is installing SharePoint 2016 on Windows 2016 servers. I'm attaching the log file for the remote system for assistance in resolving this issue. Maybe there are others that have also experienced this or can provide some input on items to test. I know I can run the items manually using PsExec, however unsure on why these are failing on all remote systems. AutoSPInstaller-TEST-WORKFLOW-2018-12-28_8-16.log