From 07b4d754ed72aa0fc0ded54b80510a7ea2c140db Mon Sep 17 00:00:00 2001 From: Federico Lillacci <65031947+tsmagnum@users.noreply.github.com> Date: Fri, 17 Oct 2025 17:41:10 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf88170..71269d8 100644 --- a/README.md +++ b/README.md @@ -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. +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. + --- ## Features