Find Dell Service Tag with command line locally or remotely

Argomenti vari di carattere sistemistico
Post Reply
daniele
Posts: 333
Joined: 04 Mar 2009, 13:59

Find Dell Service Tag with command line locally or remotely

Post by daniele »

A) Obtain Service Tag locally with command line:
wmic csproduct get vendor,name,identifying number

B) Obtain Service Tag remotely with command line
wmic /user:domain\administrator /node:remote-host bios get serialnumber

You will be prompted for the password for account administrator.
Post Reply