Add check-subnet-mask.ps1

This commit is contained in:
Markus Fleschutz
2021-08-27 15:35:34 +02:00
parent 8735d0d6a5
commit f0c3a7b25c
3 changed files with 41 additions and 0 deletions

View File

@ -27,6 +27,7 @@ check-ipv4-address.ps1, checks the given IPv4 address for validity
check-ipv6-address.ps1, checks the given IPv6 address for validity
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-weather.ps1, checks the current weather for critical values

1 Script Description
27 check-ipv6-address.ps1 checks the given IPv6 address for validity
28 check-mac-address.ps1 checks the given MAC address for validity
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
33 check-weather.ps1 checks the current weather for critical values