Update the comment based help text

This commit is contained in:
Markus Fleschutz
2021-10-12 21:51:51 +02:00
parent acc88e247d
commit 27bd366394
53 changed files with 112 additions and 97 deletions

View File

@ -1,8 +1,10 @@
<#
.SYNOPSIS
Adds firewall rules for the given executables (needs admin rights)
Adds firewall rules for executables (needs admin rights)
.DESCRIPTION
add-firewall-rules.ps1 [<PathToExecutables>]
This script adds firewall rules for the given executable. Administrator rights are required.
.PARAMETER PathToExecutables
Specifies the path to the executables
.EXAMPLE
PS> ./add-firewall-rules C:\MyApp\bin
Adding firewall rule for C:\MyApp\bin\app1.exe