Reduced to 20 GB min level

This commit is contained in:
Markus Fleschutz 2021-05-20 19:38:24 +02:00
parent 33d725ceb3
commit 5f5780e650

View File

@ -5,7 +5,7 @@
.NOTES Author: Markus Fleschutz / License: CC0
#>
param($Drive = "", [int]$MinLevel = 50) # minimum level in GB
param($Drive = "", [int]$MinLevel = 20) # minimum level in GB
if ($Drive -eq "" ) { $Drive = read-host "Enter drive to check" }