New Post: How can I specify which service account to assign to a particular...
AutoSPInstaller will automatically create an application pool called SharePoint Hosted Services and use your default App Pool account. Same as Secure Store, Excel services etc. The...
View ArticleReviewed: AutoSPInstaller for SharePoint 2010 + 2013 (Sep 09, 2013)
Rated 3 Stars (out of 5) - Need support for SharePoint 2010 with SP2 on Server 2012. This is officially supported now, but AutoSPInstaller fails due to Powershell 3.0 issues
View ArticleNew Post: Does AutoSpInstaller work with new iso with SP2 included
hi there, are you please able to provide more detailed instructions on how to perform this"Comment out the lines which check and stop the default web site. Then go and stop and disable the default...
View ArticleNew Post: Does AutoSpInstaller work with new iso with SP2 included
I suggest that you download version 3.93 released last Thursday of the AutoSPInstaller. There are improvements there to handle SharePoint 2010 SP2.
View ArticleNew Post: Creating Index Partitions using AutoSPInstaller
Many many thanks Danny ! :D This was GREAT stuffs !! I've modified the functions as shown previously and built smoothly a partitioned Index on 2 servers :) (using the 3.93 version) Just to be sure,...
View ArticleCreated Unassigned: Error after installing 2010SP2 in Updates Folder [20197]
I received the following error when doing a 2010 server installation including SP2 in the updates folder.Exception : System.Management.Automation.ParameterBindingValidation Exception: Cannot validate...
View ArticleNew Post: Loading WebAdministration module
In Windows Server 2012, this is not necessary. It is already loaded. But, this is not true in Windows Server 2008 R2. Or, atleast this I have found out that this line of code is not necessary in...
View ArticleCommented Issue: empty FarmPassPhrase throws exception [12902]
If the FarmPassPhrase in the SetInputs.xml is empty, the script throws an error."ConvertTo-SecureString : Cannot bind argument to parameter 'string' because it is an empty string."How about prompting...
View ArticleNew Post: Search Service with multiple Content Sources causes errors on...
Hi, I have a Sharepoint 2013 installation where I have added a couple of Content Sources in addition to "Local Sharepoint sites". When running AutoSPInstaller the script tries to set the start...
View ArticleNew Post: Adding Project Server to the deployment script
Morning guys, Can anyone advise if it's possible for AutoSP Installer to install Project Server 2010 once the SharePoint element has finished? I've not used the script before and am interested in...
View ArticleNew Post: Adding Project Server to the deployment script
Well, In theory you can. I did not try it myself though. You can add more function calls (or modify existing ones) in the AutoSPInstallerMain.ps1 which is the main script that controls the flow of the...
View ArticleCommented Issue: Deployment stalls "Creating Metadata Service Application..."...
I have been building out an all-on-one-machine 2013 farm (DNS, AD, SQL 2012, SP 2013). My procedure is to make a little progress and take a VMWare snapshot. I got my system to the point where I could...
View ArticleCommented Unassigned: Access Denied at Site Collection, 0x80070005 [20065]
Title actually says it all already. I'm trying to do the automatic installation and I'm stuck at that point now since I must create a Site Collection.Errorcode: 0x80070005Does anyone have an idea how...
View ArticleCreated Unassigned: Office Web Apps 2010 Updates Install [20217]
Hit an issue with a SharePoint 2010 with Office Web Apps install. The script failed at the Office Web Apps update stage because the wildcard on the line in InstallUpdates for 2010 and OfficeWebApps...
View ArticleCommented Unassigned: Office Web Apps 2010 Updates Install [20217]
Hit an issue with a SharePoint 2010 with Office Web Apps install. The script failed at the Office Web Apps update stage because the wildcard on the line in InstallUpdates for 2010 and OfficeWebApps...
View ArticleNew Post: SharePoint 2013 Activating Search Topology - Error
I executed the SQL scripts on the Search DB in resource below, and then topology activated imidiately.http://blog.thewulph.com/?p=374 USE [SharePoint_Search_Database] GO EXEC sp_addrolemember...
View ArticleNew Post: WARNING: Couldn't create remote session to SERVERNAME
I'm having exactly the same issue. Also running server 2012.
View ArticleNew Post: WARNING: Couldn't create remote session to SERVERNAME
I had to separately run "Enable-PSRemoting -Force" followed by "winrm quickconfig" on the Windows 2012 Server after it joined the domain and before I installed the Script for this to work for me. I am...
View ArticleCommented Issue: Deployment stalls "Creating Metadata Service Application..."...
I have been building out an all-on-one-machine 2013 farm (DNS, AD, SQL 2012, SP 2013). My procedure is to make a little progress and take a VMWare snapshot. I got my system to the point where I could...
View ArticleNew Post: Order of operations problem: check for db -> create db -> check for...
I've got a small issue with the way AutoSPInstaller creates the config DB. This usually happens as follows:Check of DB existsCreate DB Check for max degree of parallelism to be 1 The problem is that,...
View Article