Actually, that’s wrong….the Pester version should be:

Invoke-Pester -script .\diagnostics\simple\Server1.tests.ps1 -PassThru | select -ExpandProperty TestResult | select Result, @{Label=“Name”; Expression = {$.Describe + ‘::’ + $.Name}}