The command Test-Cluster
is producing an output as a xml and htm file.
$v = test-cluster -Node w16-sqlcA,w16-sqlcB -Include "Storage" -Force -Disk $csv -Verbose
Seems like only way to get the detailed result is by parsing the xml. I have to get the Name of the activity and result of it as if it is shown in the below htm file.
Is there any built-in way of getting it? (or is already a parser is written for test-cluster result?. I searched and found none). Please help.