- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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