Automated Cluster setup script
Automated Cluster setup script I wrote. I found that there were already scripts out there that did pieces of it, but none I found that ran the test parsed it and then continue to building it. It could probably be better and there are probably more "status codes" it could throw, but it has worked well enough for us so far. I won't post the whole thing as there is some stuff I would have to rip out for proprietary reasons, but at least the portion that looks at the report and continues. Logwrite is a custom function we use to write a log file. We are setting up AOA clusters with no shared storage so that is why we use the -nostorage during the cluster build. ###################################################################### # Configure Cluster ###################################################################### LogWrite "Testing cluster configuration this will take a few minutes on $arrcomputers" -color white Test-Cluster -node $ArrComputers -Rep...