Loading
Showing posts with label PowerShell. Show all posts
Showing posts with label PowerShell. Show all posts

Monday, October 19, 2009

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. . .

Tuesday, August 11, 2009

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