r/HyperV 22h ago

Hyper-V Environment Report

Post image

For a long time, I used the PowerShell script “get-HyperVReport” to quickly get an overview of my Hyper-V clusters in HTML format. Unfortunately, this script no longer worked properly on Windows Server 2022 and 2025.

Since I didn’t want to do without the reports, I forked the script and fixed the bugs I was aware of.

Maybe the revised script will be helpful to some of you:
https://github.com/martin-zh/Get-HyperVReport

33 Upvotes

3 comments sorted by

1

u/michaelmsonne 9h ago

Somewhat like https://github.com/michaelmsonne/HVTools I started on some time ago, but all my projects and missing time 🤣

But im on 1.9k downloads now, so it´s somehow usefull out there in the community! 😎🙏

1

u/zerotol4 1h ago edited 1h ago

Coming from a VMware background , RVTools was very useful and used a lot so its good to see a Hyper-V equivalent being written. I look forward to future versions of it. The ability to run an export of your entire cluster as a CSV etc is much appreciated. Although it seems you moved the export logic to the Export VMs button at some point and may have forgotten to relink the click handler for the menu strip to the new function so I thought it was still a WIP and did not go exploring further