
Time for my first stab at WMI, I have just completed my audit script which will give you a nice html audit of each of the computers in a file or if run with no parameters and it will use localhost.
This is a conversion of an old vbscript which I have been using for a while, updated and enhanced and very much quicker !
Usage: Audit.ps1 'c:\servers.txt' or just run Audit.ps1 with no parameters to audit the localhost.
The txt file must consist of each server on an individual line.
Best viewed in IE but will work in firefox (minus the expanding of cells)
As always your comments are welcome.