dataplat / dbadisa

🦅 DISA STIG automation module for SQL Server
MIT License
16 stars 13 forks source link

V-79229 - Test-DbsDiskSpace #64

Closed potatoqualitee closed 4 years ago

potatoqualitee commented 4 years ago

Make only ones low on disk space appear

$results = Get-DbaDiskSpace -ComputerName $psitem
if ($result.PercentFree -lt $Threshhold) ..

Default thresshold of 75%