Open Firewall Port on Hyper-V Core Server for RDP


title: “Open Firewall Port on Hyper-V Core Server for RDP”
date: 2014-08-13T09:59:09
slug: open-firewall-port-on-hyper-v-core-server-for-rdp


Execute the following command in a shell:

netsh advfirewall firewall set rule group="Remote Desktop" new enable=yes

To enable File and Printer Sharing in command prompt you must type:

netsh advfirewall firewall set rule group=”File and Printer Sharing” new enable=Yes
Print Friendly, PDF & Email