Vbscript write output to excel doing multiple rows
Asked By
50 points
N/A
Posted on - 06/27/2013

Hey guys,
I am collecting WMI information for a few different remote hosts. I want to export the Vbscript write output to Excel spreadsheet. I want each piece pf WMI that I retrieve from each computer to be written on a separate row. It should look something like:
row 1 – name/serial number/make/model
row 2 – name/serial number/make/model
Etc.
