SCCM SQL Query to list all the systems with their BIOS details.

SELECT sys.Name0, BIOS.SMBIOSBIOSVersion0,BIOS.ReleaseDate0, BIOS.Manufacturer0
FROM v_r_system sys, v_GS_PC_BIOS BIOS
WHERE sys.ResourceID = BIOS.ResourceID

1 comments:

Greg Scott Chapman said...

that does not work...

Post a Comment