Updated Wiki: Home
Project Description Automated SharePoint 2010/2013 PowerShell-based installation script.Introducing AutoSPInstaller v3 with numerous enhancements including:Granular SQL server assignment and aliasing...
View ArticleNew Post: Function "Add-SQLAlias" does not add a 32bit alias
Right, so although I've never run into this issue myself (even when installing Workflow Manager 1.0), it couldn't hurt so will include it as a future enhancement. Cheers Brian
View ArticleCreated Feature: Function "Add-SQLAlias" does not add a 32bit alias [21941]
I realized today that the SQL Client Alias I have configured using AutoSPInstaller only adds a 64bit alias and not a 32bit alias. This is not a problem for straight SharePoint 2013 but it became a...
View ArticleEdited Feature: Function "Add-SQLAlias" does not add a 32bit alias [21941]
I realized today that the SQL Client Alias I have configured using AutoSPInstaller only adds a 64bit alias and not a 32bit alias. This is not a problem for straight SharePoint 2013 but it became a...
View ArticleNew Post: Function "Add-SQLAlias" does not add a 32bit alias
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCreated Unassigned: Bug when creating DB Alias [21948]
When doing a two machine install (one sql server, one sharepoint everything) and the following names are chosen:sql: sp2013sqlsharepoint: sp2013The DB alias is not created correctly. In the above...
View ArticleNew Post: Error during Installation SharePoint 2013
Hi, I get an error during the installation of SharePoint 2013 SP1 german. It looks good due the part of creating enterprisesearch. Here is an example of the exeption message: Exception :...
View ArticleNew Comment on "Documentation"
Is there an up to date, offline (standalone) GUI available? The online tool is awesome but I cannot use it fully for security reasons.
View ArticleCreated Unassigned: Secure store service have incorrect codes [21964]
When I was looking into the code for the secure store setup I came across some items which I think is incorrectly done.First I notice that you have set the user name to convert to secure string instead...
View ArticleNew Post: New-SPConfigurationDatabase : Cannot open database...
Hi, have the same exact issue.AutoSPInstaller created the config db and later I see this error (I have necessary permissions to spinstall account)I have tried increasing sleep time to 30 - no luck When...
View ArticleNew Post: What is the 'experimental' Foundation 2013 support??
I found something somewhere on this site mentioning 'experimental' support for Foundation 2013 version 3.98. Would someone please explain this?? What or where is it?? Does this consist of testing if...
View ArticleNew Post: What is the 'experimental' Foundation 2013 support??
No it simply means support for installing SharePoint Foundation (vs Server). Brian
View ArticleNew Post: What is the 'experimental' Foundation 2013 support??
I asked my question b/c everything I read on this site, people had to comment out or rewrite code to make AutoSPInstaller work with SP Foundation, and I want to know if AutoSPInstaller does similar...
View ArticleCreated Unassigned: Provisioning of Search does not work [21975]
Hi there. I tried with SharePoint Foundation 2013. Provisioning of Search does not work. It is just ignored. Any thoughts?ThanksMarkus
View ArticleCreated Unassigned: Project Server 2013 SP1 - Failed to create Project...
Discovered same problem as Issue 20465.When debugging we discovered Get-SPDatabase call would never succeed due to the fact that Project Server Database is not a recognized sharepoint database. We've...
View ArticleUpdated Wiki: Home
Project Description Automated SharePoint 2010/2013 PowerShell-based installation script.Introducing AutoSPInstaller v3 with numerous enhancements including:Granular SQL server assignment and aliasing...
View ArticleSource code checked in, #114878
Changes in this release: - Various updates to code and comments to provide support for SharePoint 2016 IT Preview - Updated version to 3.99.5 - Updated function Run-PSConfig based on recent...
View ArticleCommented Issue: Error in CheckConfigFiles [21911]
If you don't specify DataDir in the xml this function errors as it tries to remove the trailing '\' from a string that is null.The line:$dataDir = $dataDir.TrimEnd("\")needs to be moved from before the...
View ArticleCommented Unassigned: SP2010 AutoSPInstaller halts when Cannot convert the...
Hi Brian,For SP2010 install, i get this errorIt seems to halt just when its supposed to create the proxy group. - Search Query and Site Settings Service already started. - Enterprise search service...
View ArticleReleased: AutoSPInstaller for SharePoint 201x (Aug 26, 2015)
Package consisting of AutoSPInstaller (v3.x) files. The SharePoint / CodePlex community as always deserves big thanks for support, input and contributions! This release is stable for both SP2010and...
View Article