Ok, so it seems that the consensus thus far is that reading is possible but writing is specific to the mobo vendor? If that's the case, then the following question is directed at Shawn; is the information in the script you listed ALL of the information possible to query for? Here's the section I'm asking about:

Code:
For Each oBIOS In oArrBIOS
outFile.WriteLine("Manufacturer: " & oBIOS.Manufacturer)
outFile.WriteLine("Name: " & oBIOS.Name)
outFile.WriteLine("ReleaseDate: " & FromWMIDate(oBIOS.ReleaseDate))
outFile.WriteLine("PrimaryBIOS: " & oBIOS.PrimaryBIOS) outFile.WriteLine("SMBIOSBIOSVersion: " & oBIOS.SMBIOSBIOSVersion)
outFile.WriteLine("SMBIOSMajorVersion: " & oBIOS.SMBIOSMajorVersion)
outFile.WriteLine("Status: " & oBIOS.Status)
outFile.WriteLine("Version: " & oBIOS.Version)Next



What my question specifically pertains to is whether you can query to see if the BIOS password is set for access to the BIOS. If so, is it encrypted/can it be read?


Edited by thepip3r (2005-08-12 12:06 AM)