never-displayed
View discussion in a popup
Can you try with
Get-VMHost | Where-Object {$_.ProcessorType -match [Regex]::Escape('AMD EPYC 7713 64-Core Processor')} | select Name
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference
View solution in original post