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 April, 2011
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 »
Hyper-V VM stuck on starting (10%)
Posted by itwyatt on April 4, 2011
We had some VMs stuck on starting today. There were no error messages and they wouldn’t shift no matter what we tried. It eventually turned out that they had ISOs inserted to the optical drive from a network source that was not responding properly. The solution was easy – remove the ISO media and they all booted nicely. We’re working on resolving the network source.
Moral for today – remove ISOs after use in a VM.
Posted in General | Leave a Comment »