Changes in this release:
AutoSPInstallerFunctions.ps1:
- InstallCumulativeUpdates function now parses opatchinstall*.log for result code to determine if the patch application worked, was not needed, etc.
- InstallCumulativeUpdates also no longer requires the SP2013 March 2013 PU patch to be present in \Updates (e.g. in case it was already applied or slipstreamed)
- Added try & catch to the section of CreateEnterpriseSearchServiceApp that issues a request to searchfarmdashboard.aspx so script doesn't blow up if it fails or times out
- Consistently used the MatchComputerName function throughout script to better support FQDNs
↧