Running 3.87 I hit what is really just a minor or cosmetic issue.
In the AutoSPInstallerInput.xml file there is the comment "If you leave <DBServer> blank or specify localhost, script will assume the local server for SQL databases -->"
Since I had a local SQL install I left the field blank. Only to then hit this error at run time:
System.Management.Automation.ParameterBindingValidationException: Cannot validate argument on
parameter 'DatabaseServer'. The argument is null or empty. Supply an argument that is not null
or empty and then try the command again. --->
In the AutoSPInstallerInput.xml file there is the comment "If you leave <DBServer> blank or specify localhost, script will assume the local server for SQL databases -->"
Since I had a local SQL install I left the field blank. Only to then hit this error at run time:
System.Management.Automation.ParameterBindingValidationException: Cannot validate argument on
parameter 'DatabaseServer'. The argument is null or empty. Supply an argument that is not null
or empty and then try the command again. --->