I'm getting the below error when trying to install sql2012 remotely using a service account (it works fine with my personal account) .. it also works when logging into the server with the service account. I haveenable credential delegation on my client and the remote server but still getting the error. All files are locally on the server all i'm doing is an invoke-command and calling a script that is local to the server. Any help is appreciated.
Message:
There was an error generating the XML document.
HResult : 0x84b10001
FacilityCode : 1201 (4b1)
ErrorCode : 1 (0001)
The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation.
Thanks in advance!