Update manuals

This commit is contained in:
Markus Fleschutz
2021-10-17 11:56:55 +02:00
parent a37194f57c
commit eed0b14b0e
250 changed files with 515 additions and 264 deletions

View File

@ -22,10 +22,11 @@ add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>]
## Example
```powershell
PS>./add-firewall-rules C:\MyApp\bin
PS> ./add-firewall-rules C:\MyApp\bin
Adding firewall rule for C:\MyApp\bin\app1.exe
Adding firewall rule for C:\MyApp\bin\app2.exe
...
```
## Notes