PowerShel
New-NetFirewallRule -DisplayName "ZABBIX TCP 10050" -Direction Inbound -LocalPort 10050 -Protocol TCP -Action Allow
Prompt Comando
netsh advfirewall firewall add rule name="ZABBIX TCP 10050" dir=in action=allow protocol=TCP localport=10050