Merhaba, Windows sunucularda, aşağıdaki komut ile RDP Portu değiştirebilir. Bu işlem, sunucudaki Powershell üzerinden gerçekleştirmelidir. Örneğin burada port olarak 2432 tanımlanmıştır. $port = “2432” Set-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\Termin*Server\WinStations\RDP*CP\ -Name PortNumber -Value $port netsh…