79518961

Date: 2025-03-19 02:10:40
Score: 1
Natty:
Report link
  1. Change the network from public to private

  2. Open port 5986 on the firewall by using the cmd

    netsh firewall add portopening TCP 5986 "WinRM over HTTP"
    
  3. Allow the remote machine "Remote_IP" as trusted host on the client by using cmd.

    winrm set winrm/config/client '@{TrustedHosts="Remote_IP"}'
    
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nmtinh