I am trying to upgrade RAM for desktops in a very mixed age environment that adhered to no life cycle for machines. I found a previous post for this, however I receive an error when attempting to run the report. Please help!
This is the query I found
Select Distinct Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Memory / 1024 As 'memory',
tblPhysicalMemory.Speed,
TsysMemorytypes.MemoryName
From tblAssets
Inner Join tblPhysicalMemory On tblAssets.AssetID = tblPhysicalMemory.AssetID
Inner Join TsysMemorytypes On tblPhysicalMemory.MemoryType =
TsysMemorytypes.Memorytype
This is the question where I found the query above
https://www.lansweeper.com/forum/yaf_postst5547_RAM-memory-modules-type.aspx#post24672
I've attached the error received when running the query. The version of lansweeper is 6.0.151.26