In the spirit of learning me some Python, I decided I would take on the task of re-writing some of the SysInternals tools in Python. The first of those I've done is what I like to call PySInfo.
Download:
PySInfo Source Code
PySInfo Windows Executable
First off, I'd like to say this is pretty hack-y. It doesn't have any real argument parsing, it just takes whatever is supplied an uses in in the WMI call. It also isn't optimized. I'm sure I could use some sort of threading to speed it up rather than making all the calls individually.
So, for a quick rundown of what is going on. Call it from a command prompt as "pysinfo [computername]". That's it. It replicates most of the functionality of PSInfo, at least the parts I found useful, and added in a few more.
If you're using this for anything: Please tell me. Leave a comment or something. I'd like to know.