We strongly subscribe to the principal of automating the installation of SharePoint within any environment. We quite often get asked as to why this is so important to us, so this article aims to give some reasons behind this.
Read the rest of this entry »
Archive for the ‘SharePoint Deployment’ Category
Automating the installation of SharePoint
Posted by Gary Powell-Jones on April 8, 2011
Posted in SharePoint, SharePoint 2010, SharePoint Deployment | Leave a Comment »
Start-Process : This command cannot be executed due to the error: The directory
Posted by Gary Powell-Jones on April 8, 2011
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 »
Posted in Powershell, SharePoint Deployment | 3 Comments »