Skip to content

Instantly share code, notes, and snippets.

@atzimler
Created July 2, 2017 10:04
Show Gist options
  • Save atzimler/f29e24c25a177541c5884c0a2ac8153a to your computer and use it in GitHub Desktop.
Save atzimler/f29e24c25a177541c5884c0a2ac8153a to your computer and use it in GitHub Desktop.
New-FirewallRule -DisplayName 'DHCP' -Profile @('Public', 'Domain', 'Private') -Direction Inbound -Action Allow -Protocol UDP -LocalPort @('67')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment