Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Retrieve SMBIOSAssetTag

4 views
Skip to first unread message

tjeptjep77

unread,
Mar 7, 2003, 10:13:50 AM3/7/03
to
Hi

I'm manage to retrieve my computer SMBIOSAssetTag witht he following
code,

On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer &
"\root\cimv2")
Set colItems = objWMIService.ExecQuery("Select * from
Win32_SystemEnclosure",,48)
For Each objItem in colItems
Wscript.Echo "SMBIOSAssetTag: " & objItem.SMBIOSAssetTag
Next

Anyhow, I'm not manage to retrieve my ownership tag under my Bios ->
Security -> System ID with field [Enter Ownership Tag]

Beside that, if we manage to find it, is that possible that we add the
value or modify the value with WMI?????

You reply is really appreciated.....

Thanks!

Regards
CLYUEN

Marcel Cox

unread,
Mar 29, 2003, 12:54:28 PM3/29/03
to
This is an obsolete newsgroup which is no longer part of the official
Novell support hierachy, and you are not likely to get an answer to
your problem here. I suggest you visit
http://support.novell.com/forums and post to one of the official
Novell support newsgroups.

Marcel

clyu...@hotmail.com (tjeptjep77) wrote in message news:<12c6ee5.03030...@posting.google.com>...

0 new messages