Hello,
I would like to create a report which has the following field if possible:
Domain
Manufacturer
REPLACE (CS.Manufacturer0, 'System manufacturer', 'Assembled') AS Manufacturer0,
REPLACE (CS.Model0 , 'System Product Name' , 'Assembled')AS Model0, (This is for any assembled machines that may not be discovered)
IP address
CPU Name/ Model
RAM total physical memory
Hard-drive Size
Operating system
Include a Where
WHERE
IP.IP_Addresses0 LIKE 'xxx.xxx.%'
Basically I am in need of creating a report which returns all Windows machines that gives me the model of the machine, operating system version, Total RAM, Total HD Space, and domain. Only want to see Windows mahcines (No monitors, VDI, Printers, etc)
Any help would be appreciated