Posts

Showing posts from May, 2019

Get SN from remote PC using WMIC CMD

XP/Vista/7 ·          wmic /user:Administrator /node: Computername  bios get serialnumber Windows 10 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