Skip to content

Commit

Permalink
Test Disk Allocation Unit => issue #738
Browse files Browse the repository at this point in the history
  • Loading branch information
dba-leshop committed Jan 16, 2020
1 parent 6626d88 commit de9af1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions checks/Server.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ Return
if($Psitem.Name -in $excludedisks){
$exclude = $true
}
else {
$exclude = $false
}
It "$($Psitem.Name) Should be set to 64kb on $computerName" -Skip:$exclude {
Assert-DiskAllocationUnit -DiskAllocationObject $Psitem
}
Expand Down

0 comments on commit de9af1e

Please sign in to comment.