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