Create HTML report using PowerShell. Some time ago I added a post about creating your own report. This time I wanted to show you how to create a basic system performance report and send it to your mailbox. HTML Report Below you can find PowerShell script for checking the following system details using Get-WMIObject remotely: BootUpTime UpTime C: Free space % PhysicalRAM Memory % CPU % You need to have …
