Added check-symlinks.ps1

This commit is contained in:
Markus Fleschutz
2021-02-10 16:49:09 +01:00
parent 4ea5d262bf
commit 43eb1283db
3 changed files with 37 additions and 0 deletions

View File

@ -2,6 +2,7 @@ Filename,Description
add-firewall-rules.ps1, adds firewall rules to the given executables (requires admin rights)
check-ipv4-address.ps1, checks the given IPv4 address for validity
check-mac-address.ps1, checks the given MAC address for validity
check-symlinks.ps1, checks every symlink in the given directory tree
check-xml-file.ps1, checks the given XML file for validity
clone-repos.ps1, clones well-known Git repositories
close-calculator.ps1, closes the calculator program gracefully

1 Filename Description
2 add-firewall-rules.ps1 adds firewall rules to the given executables (requires admin rights)
3 check-ipv4-address.ps1 checks the given IPv4 address for validity
4 check-mac-address.ps1 checks the given MAC address for validity
5 check-symlinks.ps1 checks every symlink in the given directory tree
6 check-xml-file.ps1 checks the given XML file for validity
7 clone-repos.ps1 clones well-known Git repositories
8 close-calculator.ps1 closes the calculator program gracefully