Skip to content

Instantly share code, notes, and snippets.

@jimdiroffii
Created June 18, 2026 22:10
Show Gist options
  • Select an option

  • Save jimdiroffii/7dd9faa81639beaa0f9f2d16f96bbea0 to your computer and use it in GitHub Desktop.

Select an option

Save jimdiroffii/7dd9faa81639beaa0f9f2d16f96bbea0 to your computer and use it in GitHub Desktop.
Poll for Current RAM Manufacturer, Part Number, Capacity and Speed using PowerShell
Get-CimInstance Win32_PhysicalMemory | Format-Table Manufacturer, PartNumber, Capacity, Speed, FormFactor, MemoryType -AutoSize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment