Collect RAM inventory data
Hello,
We would like to see the amount of RAM a computer has from within SMDM, within each device inventory and on the Device tab as an extra column.
Our team is looking to refresh hardware, and RAM is the main criteria, but we are unable to gather this data, and everymac.com information is not accurate.
Note that this feature request is separate from the "report on mac model, installed ram and cpu type," because we are not looking to access the data via API.
-
James Pearson commented
Until this is implemented if anyone else looking to do this you can do it by saving the bash script below as a Script, running that as a Job and saving the result in a custom attribute
#!/bin/bash
system_profiler SPHardwareDataType | grep "Memory:" | cut -c 15-