#TodayILearned these are equivalent, I think

Invoke-Pester -script .\diagnostics\simple\Server1.tests.ps1 -PassThru | select -ExpandProperty TestResult | select Result, Name

Invoke-OperationValidation -testFilePath .\diagnostics\simple\Server1.tests.ps1 -IncludePesterOutput