Skip to content

Commit 6d298c2

Browse files
authored
Logging typo fixed
1 parent 62b9508 commit 6d298c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bestpracticecheckerv5.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Foreach ($Esx in $Hosts)
210210
$maxiosize = $Esx | Get-AdvancedSetting -Name Disk.DiskMaxIOSize
211211
if ($maxiosize.value -gt $MaxIORecommended) {
212212
$EsxError = $true
213-
Add-Content $Logfile " FAIL - Disk.DiskMaxIOSize too high ($($maxiosize.value) KB) - Recommended $MaxIOReommended KB"
213+
Add-Content $Logfile " FAIL - Disk.DiskMaxIOSize too high ($($maxiosize.value) KB) - Recommended $MaxIORecommended KB"
214214
}
215215
else {
216216
Add-Content $Logfile " PASS - Disk.DiskMaxIOSize is set properly."

0 commit comments

Comments
 (0)