Learn some helpful IT Administrator tips and tricks.

Welcome to the most comprehensive list of tips and tricks for IT field, you'll find anywhere on the internet. I hope these tips help you get the most out of your internet.

Thursday, January 5, 2012

Retrieve the computer serial number

InstructionsPlease use one the method bellow to retrieve the computer serial number:1. Using the buid in "wmic" command: "wmic bios get serialnumber" Tip: You can use the command "wmic csproduct get name" to retrieve the local computer model. 2. Using a vbs script: On Error Resume Next Dim strComputer strComputer = InputBox("Enter the name of the computer:") Set objWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\"...