I cannot start Powershell session with my Raspberry Pi 3 Model B SO 10.0.17763.107
In my Windows 10 laptop:
- I start Powershell in administrator mode and then I insert commands;
>Set-Item WSMan:\localhost\Client\TrustedHosts -Value minwinpc
>Enter-PSSession -ComputerName minwinpc -Credential minwinpc\Administrator
Credential window displays and then I insert my password and
…………
Nothing happens ! no error, nothing at all
I tried also with my IP address instead of "minwinpc" but no success
Help !