I'm looking at a vulnerability with Intel CPUs (https://blogs.vmware.com/security/2023/08/cve-2022-40982.html) and am looking at this page describing which CPUs are affected:
https://www.intel.com/content/www/us/en/developer/topic-technology/software-security-guidance/processors-affected-consolidated-product-cpu-model.html
There are a few PowerCLI scripts which claim to give the CPUID for the hosts, but none that I have found will out put the results I need to compare to the Intel page above.
Does anyone have any pointers?
EDIT: I just needed 2 more minutes after posting this to get the answer I needed!
https://github.com/fgrehl/virten-scripts/blob/master/powershell/get-cpuid.ps1