Hello SVC_Digital-XC,
Thank you for posting in Microsoft Community forum.
Based on the information you have provided, it seems that you have already tried several troubleshooting steps to resolve the issue. Here are a few additional steps you can try:
- Check if the remote server is added to the TrustedHosts list on the local computer. You can use the command "winrm s winrm/config/client '@{TrustedHosts="RemoteServer"}'" to add it.
- Check if the remote server has the necessary WinRM service startup type. You can do this by running the following command on the remote server: "Get-Service WinRM | Select-Object StartType". This will show you the current startup type of the WinRM service.
- Check if the remote server has the necessary WinRM service dependencies. You can do this by running the following command on the remote server: "Get-Service WinRM | Select-Object DependentServices". This will show you the current dependencies of the WinRM service.
- Check if the remote server is using a self-signed certificate. If it is, you may need to import the certificate into the local computer's Trusted Root Certification Authorities store.
- Try using a different authentication method such as Kerberos or NTLM.
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Haijian Shan