Added check-file-system.ps1

This commit is contained in:
Markus Fleschutz
2021-04-05 10:48:34 +02:00
parent cfbad6f2d7
commit d10466f01c
3 changed files with 32 additions and 5 deletions

View File

@ -3,6 +3,7 @@ add-firewall-rules.ps1, adds firewall rules to the given executables (requires a
check-cpu-temp.ps1, checks the CPU temperature
check-dns-resolution.ps1, checks the DNS resolution with frequently used domain names
check-drive-space.ps1, checks the given drive for free space left
check-file-system.ps1, checks the validity of the file system (needs admin rights)
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

1 Script Description
3 check-cpu-temp.ps1 checks the CPU temperature
4 check-dns-resolution.ps1 checks the DNS resolution with frequently used domain names
5 check-drive-space.ps1 checks the given drive for free space left
6 check-file-system.ps1 checks the validity of the file system (needs admin rights)
7 check-health.ps1 checks the system health
8 check-ipv4-address.ps1 checks the given IPv4 address for validity
9 check-ipv6-address.ps1 checks the given IPv6 address for validity