josephsaad wrote:
I managed to get everything working by following Step 1 and Step 2 of this:
http://techmikael.blogspot.ca/2014/02/installing-sharepoint-2010-with.html
Then following dafunkphenomenon's advice on making sure all the Powershell calls had -Version 2.
dafunkphenomenon wrote:
I suggest that you download version 3.93 released last Thursday of the AutoSPInstaller. There are improvements there to handle SharePoint 2010 SP2.This ALMOST works.
I managed to get everything working by following Step 1 and Step 2 of this:
http://techmikael.blogspot.ca/2014/02/installing-sharepoint-2010-with.html
Then following dafunkphenomenon's advice on making sure all the Powershell calls had -Version 2.
dafunkphenomenon wrote:
Thanks JosephAfter that, the entire thing was able to run no problem without any errors at all.
I got it working on Server 2012 in the end. Here are the steps if anyone is interested.You will see the errors a few times regarding loading this module but everything seems to install fine. I haven't had much chance to test properly yet though
- Commented out the call to InstallPrerequisites and install them manually.
- Add -Version 2 as an argument to the powershell calls. This was both in the bat file and in the scripts for when it create the UPS.
- Comment out the lines which check and stop the default web site. Then go and stop and disable the default website manually. There seems to be an issue with using the -Version 2 call and importing the WebAdministration module.