Note Self: SytemInfo

Posted: December 18, 2007 in Uncategorized

Systeminfo > Microsoft.com

Ok so every once in a while I need to inventory a computer or two. There’s a pretty easy way to do it that will even create a .csv file that you can compile with other files if you have a lot of computers to inventory. I feel silly for not looking this up sooner.

OK so you go to the command prompt (if you don’t know how to get to the command prompt or how to use it, do a little research on the Microsoft website before playing with this kind of stuff or you stand a chance of messing some things up or just getting lost).

At the prompt type systeminfo /FO CSV > C:\computerinfo.csv.

This will itemize the information about your computer, set it up in a .csv format, and then write it to the c drive as the file computerinfo.csv.

Leave a comment