Forum Discussion
MBee
Aug 18, 2025Copper Contributor
Attempting Powershell Remoting but experiencing errors
Hi, all. I'm attempting to use PowerShell Remoting and came across this article, which also addresses the double hop issue, but I don't even get to that part. https://4sysops.com/archives/solve-the...
Bart_Pasmans
Aug 22, 2025Copper Contributor
Hi MBee
The error you're encountering is behavior when using Register-PSSessionConfiguration with the -Force parameter in a remote session. The warning messages are telling you exactly what's happening - the WinRM service is restarting, which terminates your current remote session.
Would running the script on that remote host as a scheduled task be an option for you for instance?