WahlNetwork / vester

Easily validate and remediate your vSphere configuration
https://wahlnetwork.com
Apache License 2.0
146 stars 45 forks source link

Output results to file #222

Open swutter opened 5 years ago

swutter commented 5 years ago

I've been using Vester to do compliance checks and its great for that but I'm a bit lost on how to output the results to a readable file. For non-technical consumption. Some way to read the XML output and search for failures and have them copied to a text file or excel sheet?

Thanks!

jeffgreenca commented 5 years ago

Something like:

Invoke-Vester -Config ./$vesterConfigFile -XMLOutputFile "./results-123.xml"

See context here - https://github.com/jeffgreenca/auto-vester-example/blob/master/scripts/run-vester.ps1