Hi all,
I searched the forums for an answer but even if there many similar ones, not exactly the answer I was searching for though... so my question is:
How can I check / verify with PowerShell if a cluster validation report has already been run on the cluster? I know the whole test-cluster cmdlets thingy, but really gives me opportunity to execute the acutal report, not check if it has been previously executed! In my case, when performing the SQL installations (on a cluster), the SQL setup will use some API for determining / verify that a validation report has been issues succesfully before actually allowing the SQL installation to pass without complaining.... so, since I want to do everything by using scripts, how the hell do I write code that can determine if a succesfull validation report has already been committed previous to my SQL setup. I run Windows 2008R2 clusters, code example (thoughts) are right now handled in PowerShell or in C#. I cant find an example on this question though.... thanks in advance guys!
Since I know they do the check from within the SQL setup, I know it can be done, it is just; HOW?
br4tt3