Hey guys,
I am working with powershell to install a failover cluster and validate its configuration using test-cluster cmdlet.
The results are then written to the mht file.
Is there any registry keys or log files written to with the above results, I need to be able to check automatically that the validation succeeded/failed
before continuing on with a SQL install.
In the powerhshell session the validation is written on the screen however I cannot load that into a variable to query against.
any ideas?