-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I followed all the steps to configure credssp (winrm quickconfig, enable credssp both client and computer, enable ps-remoting, set local group policy, set the SPNs, everything I could find) and the script continues throwing this error, it happens in all the script blocks:
New-PSSession : [SP3] Connecting to remote server SP3 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. Use gpedit.msc and look at the following policy: Computer Configuration -> Administrative Templates -> System -> Credentials Delegation -> Allow Delegating Fresh Credentials. Verify that it is enabled and configured with an SPN appropriate for the target computer. For example, for a target computer name "myserver.domain.com", the SPN can
be one of the following: WSMAN/myserver.domain.com or WSMAN/*.domain.com. For more information, see the about_Remote_Troubleshooting Help topic.
Furthermore the log truncates the line wherein the error occurs so I can not tell you which line is failing.
I know I did not have this error with the previous sppatchify version, which did not work for other reasons unbeknownst to me, I noticed there is another issue herein pertaining to credssp...
And SP3 is not a remote server, the script is being run locally as the domain administrator which has rights to do everything/anything on this server, since it is one of the farm administrators...
Thank you, Tom