Add check-ping.ps1

This commit is contained in:
Markus Fleschutz
2021-03-30 09:06:30 +02:00
parent 3a0daeb85a
commit 67f114831d
6 changed files with 35 additions and 2 deletions

View File

@ -7,6 +7,7 @@ check-health.ps1, checks the system health
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-swap-space.ps1, checks the swap space for free space left
check-symlinks.ps1, checks every symlink in the given directory tree
check-windows-system-files.ps1, checks the validity of the Windows system files

1 Script Description
7 check-ipv4-address.ps1 checks the given IPv4 address for validity
8 check-ipv6-address.ps1 checks the given IPv6 address for validity
9 check-mac-address.ps1 checks the given MAC address for validity
10 check-ping.ps1 checks the ping latency to the internet
11 check-swap-space.ps1 checks the swap space for free space left
12 check-symlinks.ps1 checks every symlink in the given directory tree
13 check-windows-system-files.ps1 checks the validity of the Windows system files