Jump to content

Featured Replies

Posted
Set SNSet = GetObject("winmgmts:").InstancesOf ("Win32_BIOS")

for each SN in SNSet
Wscript.Echo "BIOS Manufacturer of this computer is: " & SN.Manufacturer
Wscript.Echo "BIOS Version of this computer is: " & SN.Version
Wscript.Echo "BIOS Version date of this computer is: " & SN.ReleaseDate
Wscript.Echo "SMBIOS Version of this computer is: " & SN.SMBIOSBIOSVersion
Next

  • 3 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...