Revision history of "Zabbix Agent Windows Firewall"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 19:12, 4 January 2022Busk talk contribs 973 bytes +973 Created page with "# Windows Powershell allow 10050 Private network only ``` New-NetFirewallRule -DisplayName "Allow inbound 10050" -Direction Inbound -Protocol TCP -Action Allow -LocalPort 100..."