1. VBSript to Find the Serice Tag Details of a Server:
strComputer = InputBox (" Please Enter the Computer Name to Know the Service Tag Number",_
"Enter Computer Name")
Set oWMI = GetObject("winmgmts:\\" & sComputer & "\root\cimv2")
Set oCol = oWMI.ExecQuery("Select * from Win32_ComputerSystemProduct")
For Each x in oCol
wscript.echo " The service Tag is : " & x.IdentifyingNumber
Next
Monday, November 19, 2007
VB SCRIPTS
Posted by
syztemlabs
at
9:50 PM
Labels: VB SCRIPTS SOLUTIONS
Subscribe to:
Post Comments (Atom)


No comments:
Post a Comment