SELECT sys.Name0, BIOS.SMBIOSBIOSVersion0,BIOS.ReleaseDate0, BIOS.Manufacturer0
FROM v_r_system sys, v_GS_PC_BIOS BIOS
WHERE sys.ResourceID = BIOS.ResourceID
SCCM SQL Query to list all the systems with their BIOS details.
Posted by
Madan
on Jan 2, 2011
/
Labels:
SCCM/SMS WQL Queries,
SMS and SCCM Tips and tricks,
SMS Tips and Tricks,
SMS/ConfigMgr Queries
1 comments:
that does not work...
Post a Comment