OK, Based on current timelines use of AutoSPInstaller is a road block.
I finally worked through high level issues and every time I run “AutoSPInstallerLaunch.bat” I get onion skin levels of errors.
When I check the AutoSPInstaller codeplex site the issues are known and supposed to be resolved in the current version (3.87)
I resolved the first issue (Get-Website causes ASPI to fail installing) by modifying the “AutoSPInstallerFunctions” file per what the latest release was supposed to include.
Function ConfigureFarm([xml]$xmlinput)
{ I added " ImportWebAdministration"
ImportWebAdministration
WriteLine
Write-Host -ForegroundColor White " - Configuring the SharePoint farm/server..."
After that the first issues was cleared…
Now I have another issue.
Cannot bind argument to parameter 'String' because it is an empty string
Please help I am under a deadline and attempting to save time by using this tool
Comments: ** Comment from web user: grohoskek **
I finally worked through high level issues and every time I run “AutoSPInstallerLaunch.bat” I get onion skin levels of errors.
When I check the AutoSPInstaller codeplex site the issues are known and supposed to be resolved in the current version (3.87)
I resolved the first issue (Get-Website causes ASPI to fail installing) by modifying the “AutoSPInstallerFunctions” file per what the latest release was supposed to include.
Function ConfigureFarm([xml]$xmlinput)
{ I added " ImportWebAdministration"
ImportWebAdministration
WriteLine
Write-Host -ForegroundColor White " - Configuring the SharePoint farm/server..."
After that the first issues was cleared…
Now I have another issue.
Cannot bind argument to parameter 'String' because it is an empty string
Please help I am under a deadline and attempting to save time by using this tool
Comments: ** Comment from web user: grohoskek **
You have an empty string value in a required field. I recommend you validate/build your XML with AutoSPInstallerGUI (https://autospinstallergui.codeplex.com/.