Skip to content

PowerShell HTML System Report

I’ve been playing with HTML in PowerShell and ended creating not so bad script including function that creates HTML report with system info for a remote computer/server. In includes Operating System, CPU, Memory and Hard Disk, CD-Rom Info which are exported to a html file. It’s not a piece of art, have some basic error suppression, but if someone needs some info quickly it will do the job. Enjoy and leave me a comment if you need help using the script.

Special thanks to Ansgar Wiechers and StackOverflow

How to use:

From the script folder (start powershell as admin)

.\Get-SystemReport.ps1 -ComputerName pc1,server1,pc2,pc34

The entire package can be downloaded from the link below:

Get-SystemReport

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.