Get SN from remote PC using WMIC CMD
XP/Vista/7
·
wmic /user:Administrator /node:Computername bios get
serialnumber
Windows 10
1. Locale
1. Locale
Get-WmiObject
win32_bios
2.
Remote
Get-WmiObject win32_bios -computername PC001 http://blog.technotesdesk.com/get-serial-numbertag-from-remote-pc-with-use-of-wmic
Comments
Post a Comment