Reply to Message

View discussion in a popup

Replying to:
LucD
Leadership
Leadership

If you mean the physical CPU packages, you can add this line

@{ N = 'CpuPackages'; E = { $_.ExtensionData.Hardware.CpuInfo.NumCpuPackages } },

otherwise you can use the property NumCpu (which is packages X corespercpu)


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference