Skip to content

Instantly share code, notes, and snippets.

View vbenthomas's full-sized avatar

Ben Thomas vbenthomas

View GitHub Profile
@vbenthomas
vbenthomas / script.ps1
Last active May 8, 2026 04:56
Azure Storage Metrics Collector — Veeam Backup Storage TCO Analysis
# -----------------------------------------------------------------------
# Azure Storage Metrics Collector — Veeam Backup Storage TCO Analysis
# Output: single CSV — Subscription, ResourceGroup, StorageAccount,
# MeterName, MeterUnit, MeterValue
# -----------------------------------------------------------------------
# Connect-AzAccount # Uncomment if not already authenticated
$endDate = Get-Date
$startDate = $endDate.AddDays(-30)