Update README.md

This commit is contained in:
Federico Lillacci
2025-10-17 17:59:37 +02:00
committed by GitHub
parent b3bb421763
commit a8cc000eb2

View File

@@ -6,6 +6,8 @@
This PowerShell script automates the collection of detailed information about a Hyper-V environment, including hosts, virtual machines, snapshots, replication status, virtual hard disks (VHDX), network adapters, and virtual switches. It generates an HTML report and optionally sends it via email.
Support for clustered environments will be introduced in a future release.
The script can be scheduled like any other PowerShell script using the Task Scheduler in Windows.
Notice: Please be aware that the script installs the MS Graph or Send-MailKitMessage PowerShell modules if they are not already present. Do not run the script if installing these modules could cause issues in your environment.
---