New-NetFirewallRule -DisplayName "Allow RDP 3389" -Direction Inbound -Protocol TCP -LocalPort 3389 -Action Allow -Enabled True
Get-NetFirewallProfile | Select Name, Enabled, DefaultInboundAction
Test-NetConnection 8.8.8.8 -Port 53
Get-NetRoute -DestinationPrefix "0.0.0.0/0" | Select NextHop, InterfaceAlias