You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Veeam Health Check Simplifier — a security-focused CLI pipeline that ingests Veeam Backup & Replication health check exports (CSV or JSON), analyzes them for compliance gaps, and generates safe, reviewable remediation artifacts.
Features
Multi-format input — CSV (default, from vee.am/vhc2) or JSON (VBR REST API exports)
Demo mode — runs instantly with embedded real-world sample data; no input files required
Secure PowerShell output — all mutating commands (Set-, New-, Remove-, etc.) include -WhatIf by default
PS injection prevention — object names with control characters are refused, not interpolated
Salesforce integration — creates Tasks on an Account record for High/Medium findings
Slack notifications — posts a severity summary to an incoming webhook
Graceful degradation — missing input files are logged but never fatal; partial runs proceed
No secrets in code — Salesforce credentials resolved from environment variables only
Generated Artifacts
File
Description
remediation_summary.md
Human-readable findings with PowerShell snippets and KB links
fixit.ps1
Safe preview remediation script (-WhatIf on all mutating commands)