I am having trouble getting the second-hop issue to work properly. I am trying to remote into Computer B from Computer A and then have Computer B install a program from Computer C. I enabled WSManCredSSP as a client on Computer B and enabled it as a server role on Computer C
When I run my Powershell script I see receive an access denied. Any help would be greatly appreciated.
Computer A - is the computer running the invoke-command
Computer B - is the computer that is receiving the command
Computer C - is the file server B needs to talk to in order to install a program.