Obtain Service Tag remotely with command line
wmic /user:administrator /node:remote-host bios get serialnumber
You will be prompted for the password for account administrator.
NOTE :: type the command exactly like it appears above only replacing the remote-host part with the workstations name or IP address you're querying. If you want to use a user account other than administrator, replace 'administrator' with the account you wish to use.
Comments