New Post: Do we HAVE to put the Updates in SP\2010\Updates folder?
I had my slipstreamed binaries under SharePoint, but after installation, I see that I was at RTM instead of being at the level I was hoping (the updates folder under the SharePoint binaries folder did...
View ArticleCommented Unassigned: Script halted! Don't understand why :( [21026]
Hi,Please help me with this kind error: ```Exception : System.Management.Automation.ParameterBindingValidationException: Cannot bind argument to parameter 'String' because it is an empty string. at...
View ArticleCommented Issue: Binary Check - Change Set 86963 [17946]
In AutoSPInstallerMain.ps1, the code that checks for the SharePoint binaries path causes the installer to close with the error, "Cannot locate SharePoint binaries; please check that the files are in...
View ArticleNew Post: Do we HAVE to put the Updates in SP\2010\Updates folder?
There's a very specific place where the updates go (for example, extracted updates don't go in SP\201x\Updates - only the single .exe updates do), and also because of many changes MS has made to...
View ArticleNew Post: New-SPConfigurationDatabase : Cannot open database...
AutoSPInstallerFunctions.ps1 > Line 1651 add... Disconnect-SPConfigurationDatabase -Confirm:$false
View ArticleNew Post: SharePoint 2013 Activating Search Topology - Error
This issue can occur if the server is unable to reach the Internet to validate CRLs from Microsoft causing the topology service provisioning to timeout. If the server cannot be placed online, perform...
View ArticleNew Post: SharePoint 2013 Activating Search Topology - Error
@ecorreale, while I'm not sure how much of an effect this can have on the original "Activating Search Topology" issue, but wanted to thank you for the reminder about disabling CRL checks via local...
View ArticleNew Post: Continuous Loop creating User Profile Service Application
UPDATE: Patch issue 16156 has a fix for this issue. I am posting the request in the issue I have created.
View ArticleCommented Unassigned: Continuous loop creating UPS [21408]
I have been using the script in unattended mode as part of a startup of a VM and when I ran the script as the farm account (realizing I wasn't supposed to later) I received a database failure...
View ArticleNew Post: Disable/Enable Certain Health Monitoring rules
It would be nice if you could iterate through a CSV and enable or disable certain rules that make sense. A good example are the server based disk space items. They are not written very well but I...
View ArticleCommented Unassigned: Continuous loop creating UPS [21408]
I have been using the script in unattended mode as part of a startup of a VM and when I ran the script as the farm account (realizing I wasn't supposed to later) I received a database failure...
View ArticleCommented Unassigned: Continuous loop creating UPS [21408]
I have been using the script in unattended mode as part of a startup of a VM and when I ran the script as the farm account (realizing I wasn't supposed to later) I received a database failure...
View ArticleReleased: AutoSPInstaller for SharePoint 2010 + 2013 (Oct 03, 2014)
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 ArticleUpdated Release: AutoSPInstaller for SharePoint 2010 + 2013 (Oct 03, 2014)
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 SP2010 and...
View ArticleCreated Unassigned: Remote session fails - CommandNotFoundException [21418]
Hello.I am getting this error when AutoSPInstaller attempts to install SharePoint 2013 on remote Windows 2012R2 servers:> - Starting remote session to SERVER2... - SharePoint 2013 binaries are not...
View ArticleCreated Unassigned: Corner case bug in MatchComputerName function [21419]
On line 6894 of AutoSPInstallerFunctions.ps1 is the following line of code:``` If ($computersList -like "*$computerName*") { Return $true; }```While this is a nice one-liner, it will not work correctly...
View ArticleCreated Unassigned: New Install fails to install key webparts [21424]
I completed the installation and have separated the Application from the Front End servers and the default installation reveals a Missing server side dependencies.*...
View ArticleCreated Unassigned: Additional web app with no site collection crashes [21433]
Using AutoSPInstaller GUI, one may easily configure an additional web app without a site collection. In this case, the AutoSPInstaller script fails with an XML reading error.The problem line, #2661, is...
View ArticleEdited Issue: Additional web app with no site collection crashes [21433]
Using AutoSPInstaller GUI, one may easily configure an additional web app without a site collection. In this case, the AutoSPInstaller script fails with an XML reading error.The problem line, #2661, is...
View ArticleEdited Issue: Corner case bug in MatchComputerName function [21419]
On line 6894 of AutoSPInstallerFunctions.ps1 is the following line of code:``` If ($computersList -like "*$computerName*") { Return $true; }```While this is a nice one-liner, it will not work correctly...
View Article