We make great use of automated installations for SharePoint. We used AutoSPInstaller as the basis for our installation tools (albeit extended and customised to suit our needs)
An error apeared today in a quick installation….
Start-Process : This command cannot be executed due to the error:The directory name is invalid.At
C:\Users\Administrator\Downloads\AutoSPInstaller\SP2010\AutoSPInstaller\AutoSPInstallerFunctions.ps1:1519 char:16 +Start-Process <<<< $PSHOME\powershell.exe -Credential $FarmCredentia l -ArgumentList"-Command Start-Process $PSHOME\powershell.exe -ArgumentList `" '$ScriptFile'`"-Verb Runas" -Wait + CategoryInfo : InvalidOperation: (:) [Start-Process],InvalidOp erationException + FullyQualifiedErrorId :InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
Read the rest of this entry »