Created
June 18, 2026 22:10
-
-
Save jimdiroffii/7dd9faa81639beaa0f9f2d16f96bbea0 to your computer and use it in GitHub Desktop.
Poll for Current RAM Manufacturer, Part Number, Capacity and Speed using PowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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