Added add-firewall-rules.ps1

This commit is contained in:
Markus Fleschutz
2021-01-28 15:02:16 +01:00
parent f350629396
commit 9a30e78a82
4 changed files with 79 additions and 0 deletions

View File

@ -7,6 +7,7 @@ List of Scripts
---------------
The following PowerShell scripts can be found in the [Scripts/](Scripts/) subfolder:
* [add-firewall-rules.ps1](Scripts/add-firewall-rules.ps1) - adds firewall rules for the given executables
* [check-ipv4-address.ps1](Scripts/check-ipv4-address.ps1) - checks the given IPv4 address for validity
* [check-mac-address.ps1](Scripts/check-mac-address.ps1) - checks the given MAC address for validity
* [check-xml-file.ps1](Scripts/check-xml-file.ps1) - checks the given XML file for validity