事象
セキュリティ向上のため、RDPのポート番号を変更したのだが、うまいこといかない。
結論
次のコードを打つとうまくいった。
※(new portnumber)に変更後のポート番号を入れる
netsh advfirewall firewall add rule name=”RDP” dir=in action=allow profile=Public,Private localport=(new portnumber) protocol=tcp
netsh advfirewall firewall add rule name=”RDP” dir=in action=allow profile=Public,Private localport=(new portnumber) protocol=udp