Update description

This commit is contained in:
Markus Fleschutz
2021-09-24 08:57:08 +02:00
parent 71f8fdba2f
commit 643aeb782e
6 changed files with 10 additions and 10 deletions

View File

@ -2,9 +2,9 @@
.SYNOPSIS
add-firewall-rules.ps1 [<path-to-executables>]
.DESCRIPTION
Adds firewall rules for the given executables (needs administrator rights).
Adds firewall rules for the given executables (needs administrator rights)
.EXAMPLE
PS> .\add-firewall-rules.ps1 C:\MyApp\bin
PS> ./add-firewall-rules C:\MyApp\bin
.LINK
https://github.com/fleschutz/PowerShell
.NOTES