Closed Issue: Some search servers listed in input file may be ignored during...
When performing a multi-server SharePoint 2013 farm install using AutoSPInstaller where the AutoSPInstallerInput.xml file is configured with <RemoteInstall Enable="true">, it is possible in...
View ArticleClosed Issue: Syntax issue with "Installing SMTP Windows feature in a...
While reviewing the code [AutoSPInstallerMain.ps1, line 250] using NotePad++, the editor's syntax parser seems to have an issue with the "back quote / semi-colon" delimiter in the following...
View ArticleClosed Task: Minor UX Change [21338]
Brian,I've been talking with some co-workers who use AutoSPInstaller. We love the project, and in general we love the UX of the scripts. I'm going to steal several of your ideas for my own PowerShell...
View ArticleCommented Feature: Add feature to apply App Fabric updates after installing...
Brian,before I start with my feature suggestion, I'd like to thank you very much for your great work so far - your work is an outstanding example for open source projects! All of the folks of my team...
View ArticleCreated 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 Feature: Add feature to apply App Fabric updates after installing...
Brian,before I start with my feature suggestion, I'd like to thank you very much for your great work so far - your work is an outstanding example for open source projects! All of the folks of my team...
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 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 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 ArticleCommented Unassigned: Stuck at this error... [20276]
I have researched this error until I am blue. Can someone help me get past it? I updated the Input file using the latest gui and gets stuck this point. " - Script halted!Exception :...
View ArticleCommented Unassigned: Stuck at this error... [20276]
I have researched this error until I am blue. Can someone help me get past it? I updated the Input file using the latest gui and gets stuck this point. " - Script halted!Exception :...
View ArticleCreated Unassigned: Missing Usage Receivers [21464]
I built an 8-server farm a while back and while testing it, we found out that there is no data showing in usage report.Troubleshooting further, my colleague found that we are hitting this issue...
View ArticleCommented Unassigned: Managed Metadata Service Provision Error While...
I get this error------------------------------------------- Managed Metadata Service Application Provisioning- Starting Managed Metadata Service:- Managed Metadata Service Already started.- Managed...
View ArticleCommented Issue: No Search Analytics in single server SP2013 farm [20827]
Hey Guys,we've just started playing with search in SP2013 and noticed that an AutoSPInstaller deployed single-server farm doesn't get any Search Analytics (Crawl Health Reports). The CPU/RAM reports...
View Article