I need a solution
I am currently run Altiris 7.5.1 and I installed Atlris agent on all the windows 10 Pro machines, but I try to query "Memory", "Manufacturer"" hard disk" info from
vHWComputerSystem, but it show NULL on the report,
Where I can get this data from database.
here is simple query:
select v.name, v.[os name],sn1.Model, sn1.manufacturer from vComputer v
join vHWComputerSystem sn1 on sn1.[_ResourceGuid] = v.Guid
where v.[OS Name] like '%windows 7%'
I can get the record without any problem, but if I select '%Windows 10%' it show blank record
Thanks
Lillian
0