Pilu1978
Enthusiast
Enthusiast

It is the output of the following command

$lastLine = Get-Log -Key vmkernel -VMHost $esx | Select @{N='VMHost';E={$_.Host.Name}},@{N='LastLine';E={$_.Entries[$_.LastLineNum - 1]}}

Reply
0 Kudos