I’m quite new to PowerShell and am trying to write a script that connects to our web server from our db server and pulls a file across. Unfortunately I’m hitting hurdles straight out of the gate with the following error when trying to use the Enter-PSSession cmdlet:
I can confirm that PowerShell on the web server is set up and ready to receive connections:
I am at a loss as to what to check now. Any help would be greatly appreciated.