Skip to content

Instantly share code, notes, and snippets.

@scottglew
Last active August 29, 2015 14:07
Show Gist options
  • Save scottglew/cde720a87a66e8702e77 to your computer and use it in GitHub Desktop.
Save scottglew/cde720a87a66e8702e77 to your computer and use it in GitHub Desktop.
PowerShell command to allow syslog through the Windows Firewall for Fastvue Sophos Reporter
New-NetFirewallRule -Name Allow_Syslog -DisplayName "Allow Syslog" -Description "Allows inbound syslog port 514" -Protocol UDP -Enabled True -Profile Any -Action Allow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment