How to collect information on a computer remotely

Open a command prompt and type  wmic csproduct get identifyingnumber,vendor,name
This will query WMI and return the Serial number, Computer model, Manufacturer.

Comments