Update check-symlinks.ps1

This commit is contained in:
Markus Fleschutz
2021-09-12 21:33:46 +02:00
parent f0bc1b4160
commit 8f193bc914
3 changed files with 10 additions and 12 deletions

View File

@ -29,7 +29,7 @@ check-mac-address.ps1, checks the given MAC address for validity
check-ping.ps1, checks the ping latency to the internet
check-subnet-mask.ps1, checks the given subnet mask for validity
check-swap-space.ps1, checks the swap space for free space left
check-symlinks.ps1, checks every symlink in the given directory tree
check-symlinks.ps1, checks every symlink in a directory tree
check-weather.ps1, checks the current weather for critical values
check-windows-system-files.ps1, checks the validity of the Windows system files
check-xml-file.ps1, checks the given XML file for validity

1 Script Description
29 check-ping.ps1 checks the ping latency to the internet
30 check-subnet-mask.ps1 checks the given subnet mask for validity
31 check-swap-space.ps1 checks the swap space for free space left
32 check-symlinks.ps1 checks every symlink in the given directory tree checks every symlink in a directory tree
33 check-weather.ps1 checks the current weather for critical values
34 check-windows-system-files.ps1 checks the validity of the Windows system files
35 check-xml-file.ps1 checks the given XML file for validity