Disable Windows Firewall on Server Core

Most Sysadmins will look this up second as soon as they get the server installed, or pretty close.

Open powershell/command window

Powershell1

issue the following command:

netsh advfirewall set allprofiles state off

Powershell2

once you see the letters OK, you are good to go (remember to reboot, it’s windows)