From fe684393bb95e7a82b3bb2e98cd987020ddfd397 Mon Sep 17 00:00:00 2001 From: ryan-zerto <51379314+ryan-zerto@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:12:08 -0600 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..744d312 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# vCenter-VM-write-rate-collection +PowerShell and PowerCLI script that uses the Get-VM and Get-Stat cmdlets to collect average VM write rates and output this data to a CSV file.