RPC Shutdown problem

Hi all,

I don’t know if here is the correct place to ask about this issue, but I’ve been working on this for a couple of days and still haven’t found a solution.

I can run a rermote shutdown between my Windows computers, but when I try to run the commands from the Home Assistant Linux server to shutdown my windows 10 pc I got allways the same error:

This is the command I run:
net rpc shutdown -I “Windows_IP” -U “User”%“Pass”

And the output error:

Could not connect to server 192.168.1.10
Connection failed: NT_STATUS_CONNECTION_RESET
Could not connect to server 192.168.1.10
Connection failed: NT_STATUS_CONNECTION_RESET

Does anyone know how to solve this??

Thanks!!