We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b9508 commit 6d298c2Copy full SHA for 6d298c2
bestpracticecheckerv5.ps1
@@ -210,7 +210,7 @@ Foreach ($Esx in $Hosts)
210
$maxiosize = $Esx | Get-AdvancedSetting -Name Disk.DiskMaxIOSize
211
if ($maxiosize.value -gt $MaxIORecommended) {
212
$EsxError = $true
213
- Add-Content $Logfile " FAIL - Disk.DiskMaxIOSize too high ($($maxiosize.value) KB) - Recommended $MaxIOReommended KB"
+ Add-Content $Logfile " FAIL - Disk.DiskMaxIOSize too high ($($maxiosize.value) KB) - Recommended $MaxIORecommended KB"
214
}
215
else {
216
Add-Content $Logfile " PASS - Disk.DiskMaxIOSize is set properly."
0 commit comments