So I am trying to create a file that will allow me to pull relevant data from a PC using a batch file and then export to a .CSV on a network share.
Here is the info I am calling:
wmic csproduct get name, vendor, version
wmic bios get serialnumber
getmac
Systeminfo | findstr /C:BIOS
Is there a way to export this from a batch? If not, how about VBScript or CScript?
Thanks in advance
Chris