Add check-health.ps1

This commit is contained in:
Markus Fleschutz
2021-03-20 15:51:03 +01:00
parent 296886b362
commit 85d3137b14
5 changed files with 50 additions and 12 deletions

View File

@ -1,6 +1,8 @@
Script,Description
add-firewall-rules.ps1, adds firewall rules to the given executables (requires admin rights)
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
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
@ -127,7 +129,6 @@ switch-branch.ps1, switches the branch in the current/given Git repository (incl
switch-shelly1.ps1, switches a Shelly1 device in the local network
take-screenshot.ps1, takes a single screenshot
take-screenshots.ps1, takes multiple screenshots
train-dns-cache.ps1, trains the DNS cache with frequently used domain names
translate-text.ps1, translates the given text into other languages
turn-volume-up.ps1, turns the audio volume up (+10% by default)
turn-volume-down.ps1, turns the audio volume down (-10% by default)

1 Script Description
2 add-firewall-rules.ps1 adds firewall rules to the given executables (requires admin rights)
3 check-dns-resolution.ps1 checks the DNS resolution with frequently used domain names
4 check-drive-space.ps1 checks the given drive for free space left
5 check-health.ps1 checks the system health
6 check-ipv4-address.ps1 checks the given IPv4 address for validity
7 check-ipv6-address.ps1 checks the given IPv6 address for validity
8 check-mac-address.ps1 checks the given MAC address for validity
129 switch-shelly1.ps1 switches a Shelly1 device in the local network
130 take-screenshot.ps1 takes a single screenshot
131 take-screenshots.ps1 takes multiple screenshots
train-dns-cache.ps1 trains the DNS cache with frequently used domain names
132 translate-text.ps1 translates the given text into other languages
133 turn-volume-up.ps1 turns the audio volume up (+10% by default)
134 turn-volume-down.ps1 turns the audio volume down (-10% by default)