If you ever need to check the Dell Service Tag on a machine from within Windows, run the following command:
wmic bios get serialnumber
To do this remotely you need to add the /node: switch. For example:
wmic /node:<servername> bios get serialnumber
No comments:
Post a Comment