diff --git a/README.md b/README.md index addd5e7..bf88170 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ## Overview 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. --- @@ -88,4 +89,4 @@ Ensure all required variables and modules are properly configured before executi ## Notes - Cluster support is marked as "Coming soon". -- Email system must be explicitly selected (`msgraph` or `mailkit`). \ No newline at end of file +- Email system must be explicitly selected (`msgraph` or `mailkit`).