when trying to execute a remote command on my ec2 instance using winrs -r:serverip cmd
Winrs error:WinRM cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows access from this computer. By default, the WinRM firewall exception for public profiles limits access to remote computers within the same local subnet.
how can i allow connections from my home ip in the winrm configuration via cmd (so i can include it in the startup script of the server)?