Add check-cpu-temp.ps1

This commit is contained in:
Markus Fleschutz
2021-03-20 16:13:54 +01:00
parent 85d3137b14
commit 1fc4d5af0e
6 changed files with 32 additions and 3 deletions

View File

@ -1,5 +1,6 @@
Script,Description
add-firewall-rules.ps1, adds firewall rules to the given executables (requires admin rights)
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-health.ps1, checks the system health

1 Script Description
2 add-firewall-rules.ps1 adds firewall rules to the given executables (requires admin rights)
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-health.ps1 checks the system health