From a8bfabd2033f59ed0151cffd6432176c52e76acb Mon Sep 17 00:00:00 2001 From: Federico Lillacci <65031947+tsmagnum@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:06:50 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`).