MatriXX Evolution: New-NetFirewallRule -DisplayName "ALLOW IN TCP PORT 1222" -Direction inbound -Profile Any -Action Allow -LocalPort 1222 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW OUT TCP PORT 1222" -Direction outbound -Profile Any -Action Allow -LocalPort 1222 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW IN TCP PORT 45600" -Direction inbound -Profile Any -Action Allow -LocalPort 45600 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW OUT TCP PORT 45600" -Direction outbound -Profile Any -Action Allow -LocalPort 45600 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW IN UDP PORT 1221 " -Direction inbound -Profile Any -Action Allow -LocalPort 1221 -Protocol UDP New-NetFirewallRule -DisplayName "ALLOW OUT UDP PORT 1221" -Direction outbound -Profile Any -Action Allow -LocalPort 1221 -Protocol UDP MatriXX Resolution: New-NetFirewallRule -DisplayName "ALLOW IN TCP PORT 1338" -Direction inbound -Profile Any -Action Allow -LocalPort 1338 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW OUT TCP PORT 1338" -Direction outbound -Profile Any -Action Allow -LocalPort 1338 -Protocol TCP myQA SRS: New-NetFirewallRule -DisplayName "ALLOW IN TCP PORT 53535" -Direction inbound -Profile Any -Action Allow -LocalPort 53535 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW OUT TCP PORT 53535" -Direction outbound -Profile Any -Action Allow -LocalPort 53535 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW IN UDP PORT 53535" -Direction inbound -Profile Any -Action Allow -LocalPort 53535 -Protocol UDP New-NetFirewallRule -DisplayName "ALLOW OUT UDP PORT 53535" -Direction outbound -Profile Any -Action Allow -LocalPort 53535 -Protocol UDP myQA Daily: New-NetFirewallRule -DisplayName "ALLOW IN TCP PORT 1338" -Direction inbound -Profile Any -Action Allow -LocalPort 1338 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW OUT TCP PORT 1338" -Direction outbound -Profile Any -Action Allow -LocalPort 1338 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW IN TCP PORT 58321" -Direction inbound -Profile Any -Action Allow -LocalPort 58321 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW OUT TCP PORT 58321" -Direction outbound -Profile Any -Action Allow -LocalPort 58321 -Protocol TCP CCU: New-NetFirewallRule -DisplayName "ALLOW IN UDP PORT 1221" -Direction inbound -Profile Any -Action Allow -LocalPort 1221 -Protocol UDP New-NetFirewallRule -DisplayName "ALLOW OUT UDP PORT 1221" -Direction outbound -Profile Any -Action Allow -LocalPort 1221 -Protocol UDP New-NetFirewallRule -DisplayName "ALLOW IN TCP PORT 1227" -Direction inbound -Profile Any -Action Allow -LocalPort 1227 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW OUT TCP PORT 1227" -Direction outbound -Profile Any -Action Allow -LocalPort 1227 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW IN TCP PORT 51233" -Direction inbound -Profile Any -Action Allow -LocalPort 51233 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW OUT TCP PORT 51233" -Direction outbound -Profile Any -Action Allow -LocalPort 51233 -Protocol TCP myQA Cockpit: New-NetFirewallRule -DisplayName "ALLOW IN TCP PORT 80" -Direction inbound -Profile Any -Action Allow -LocalPort 80 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW OUT TCP PORT 80" -Direction outbound -Profile Any -Action Allow -LocalPort 80 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW IN TCP PORT 52803" -Direction inbound -Profile Any -Action Allow -LocalPort 52803 -Protocol TCP New-NetFirewallRule -DisplayName "ALLOW OUT TCP PORT 52803" -Direction outbound -Profile Any -Action Allow -LocalPort 52803 -Protocol TCP