Categories
Dell Linux PowerShell Windows

Getting Dell Service Tag using PowerShell

Powershell’s get-wmiobject commandlet makes getting the Dell service tag or serial number for (some) other computer models easy.

Get-WmiObject win32_SystemEnclosure | select serialnumber

This worked for me successfully with Dell and SuperMicro, however it didn’t work on and HP computer I have. Haven’t tried it on IBM or others yet. . .

Categories
CLI Command Line Linux PowerShell Reference SQL Windows

Command line reference: Database and Operating Systems.

Great resource for Windows and Linux command line utilities as well as SQL, Oracle and Windows PowerShell.

http://ss64.com/index.html