mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-11 16:39:10 +01:00
Reduced to 20 GB min level
This commit is contained in:
parent
33d725ceb3
commit
5f5780e650
@ -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" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user