A popular script on this blog uses the Win32_SystemEnclosure WMI class to get the Dell Service Tag from Dell computers [read previous post "Getting Dell Service Tag using WMI"].
Powershell's get-wmiobject commandlet makes it a one-liner:
Powershell's get-wmiobject commandlet makes it a one-liner:
Get-WmiObject win32_SystemEnclosure | select serialnumber
Labels: Scripts

Exchangepedia Blog is read by visitors from all 50 US States and 150 countries world-wide


3 Comments:
Seems like the following works too:
Get-WMIObject -Class Win32_Bios
Added advantage is it works on my IBM Blades too whereas the other does not...
gwmi win32_bios
works too
Dell has been remarkably open to date in allowing users to publicly vent their spleen on its blog.
Post a Comment
Links to this post:
Create a Link
<< Home