Add check-powershell.ps1

This commit is contained in:
Markus Fleschutz
2022-12-01 09:50:58 +01:00
parent 546dbdfcaf
commit 0fe4d2f6c7
4 changed files with 27 additions and 4 deletions

View File

@ -47,7 +47,7 @@ try {
} elseif ($Used -lt $Free) {
"✅ Drive $ID uses $(Bytes2String $Used) of $(Bytes2String $Total)"
} else {
"✅ Drive $ID has $(Bytes2String $Free) of $(Bytes2String $Total) left to use"
"✅ Drive $ID has $(Bytes2String $Free) free of $(Bytes2String $Total)"
}
}
exit 0 # success