Scriptlogic has a function that is based off of WMIQuery()... I think it is slWmiQuery()

$SerNo = WMIQuery("SerialNumber","Win32_BIOS")[0]
or
$SerNo = WMIQuery("SerialNumber","Win32_SystemEnclosure")[0]

Check with SL for the exact syntax of their version of the command
http://www.scriptlogic.com/support/apilibrary/Default.aspx?KeywordID=65

$SerNo = SLWMIQuery("SerialNumber","Win32_BIOS")


Edited by Radimus (2006-03-03 10:05 PM)
_________________________
How to ask questions the smart way <-----------> Before you ask