As remote system to trust
Set-Item wsman:\localhost\client\trustedhosts *
Set-Item wsman:\localhost\client\trustedhosts <System Name/IP>
Connect to remote system with below Command
Enter-PSSession -ComputerName 192.168.10.14 -Credential
Reblog by Anupam Pushkar
As remote system to trust
Set-Item wsman:\localhost\client\trustedhosts *
Set-Item wsman:\localhost\client\trustedhosts <System Name/IP>
Connect to remote system with below Command
Enter-PSSession -ComputerName 192.168.10.14 -Credential