Added check-drive-space.ps1

This commit is contained in:
Markus Fleschutz
2021-02-26 11:06:01 +01:00
parent ac2f03adfe
commit a6e05aa167
4 changed files with 31 additions and 2 deletions

View File

@ -30,6 +30,7 @@ Scripts for Audio & Voice 🔊
Scripts for Computer Management ⚙️
---------------------------------
* [add-firewall-rules.ps1](Scripts/add-firewall-rules.ps1) - adds firewall rules for the given executables (requires admin rights)
* [check-drive-space.ps1](Scripts/check-drive-space.ps1) - checks the given drive for free space left
* [enable-crash-dumps.ps1](Scripts/enable-crash-dumps.ps1) - enables the writing of crash dumps
* [hibernate.ps1](Scripts/hibernate.ps1) - enables hibernate mode for the local computer (requires admin rights)
* [list-network-shares.ps1](Scripts/list-network-shares.ps1) - lists the network shares of the local computer