|
-
Jun 21st, 2006, 01:06 PM
#21
New Member
Re: Dell Service Tag
The code below is done in VB Script... It'll pull out the Service Tag and display it in a pop up window. Hope that helps. 
Set objWMIservice = GetObject("winmgmts:\\.\root\cimv2")
set colitems = objWMIservice.ExecQuery("Select * from Win32_BIOS",,48)
For each objitem in colitems
Wscript.echo "Dell Service Tag: " & objitem.serialnumber
Next
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|