Add build-repo.ps1

This commit is contained in:
Markus Fleschutz
2021-04-14 17:50:35 +02:00
parent 980a169bfc
commit f9a479b0f9
4 changed files with 35 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Script,Description
add-firewall-rules.ps1, adds firewall rules to the given executables (needs admin rights)
build-repo.ps1, builds the current/given Git repository
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

1 Script Description
2 add-firewall-rules.ps1 adds firewall rules to the given executables (needs admin rights)
3 build-repo.ps1 builds the current/given Git repository
4 check-cpu-temp.ps1 checks the CPU temperature
5 check-dns-resolution.ps1 checks the DNS resolution with frequently used domain names
6 check-drive-space.ps1 checks the given drive for free space left