Closed Unassigned: Configure Back-hosts rather than turning off loopback...
HiWe have updated the code internally so that back host connections are added rather than the loopback check so that our servers remain secure.```#Region Configure Back Host Connections#...
View ArticleNew Post: Error when running script - Get-SPSite : There was no endpoint...
Nice work. Thank you.
View ArticleNew Post: Being prompted for install key
I'm running the latest version of AutoSP and I have a valid ENT key within the xml. But for some reason i'm prompted every time for the install key. There is only one xml in the folder so i know its...
View ArticleNew Post: User Profile Sync Application Service Issue
Hello- I'm having an issue when running the scripts and getting to the part where the scripts create the User Profile Sync Service Application. Not sure what my issue is exactly but the script seems to...
View ArticleNew Post: Being prompted for install key
Can you elaborate on what your folder structure looks like (where the script files are located), and the line in your XML that contains your product key (obviously replace your key with XXXX-XXXX-......
View ArticleNew Post: User Profile Sync Application Service Issue
Actually i moved a little further.... So, when running all of this stuff remote (for example 3 SharePoint servers 001WFE,002APP,003APP). I start the main script by running from 001WFE and then after...
View ArticleNew Post: Being prompted for install key
My structure is exactly as it was extracted C:\SP<Install SPVersion="2013"> <!-- The following few elements are parameters for the file containing the unattended install settings for...
View ArticleNew Post: Being prompted for install key
The problem is right here... <ConfigFile>AutoSPInstallerInput.xml</ConfigFile> You put the default name of the AutoSPInstaller Input file as the name of the config file! They're two...
View ArticleCreated Unassigned: AddToHOSTS is case sensitive [20557]
```If ($file.Contains(" $hostname") -or $file.Contains("`t$hostname")) ```cannot detect already existing entries if the case does not match.Quick Suggestion:```If (($file -match " $hostname") -or...
View ArticleCommented Issue: Error when provisioning visio services on second computer...
Hell, Get the following error when configuring Visio service on my second application server -------------------------------------------------------------- - Provisioning sp_svc_visio_app_1s1... -...
View ArticleEdited Issue: AddToHOSTS is case sensitive [20557]
```If ($file.Contains(" $hostname") -or $file.Contains("`t$hostname")) ```cannot detect already existing entries if the case does not match.Quick Suggestion:```If (($file -match " $hostname") -or...
View ArticleEdited Issue: State service not created correctly in 2013 [20539]
HiCame across an error that is down to a syntax change in 2013. Amended below```#Region Create State Service Application Over-ride#...
View ArticleNew Post: Another issue when running AutoSPInstaller and creating Web App
It would help to see the portion of the XML that contains the account name in question, perhaps. Brian
View ArticleNew Post: Does AutoSPInstaller install the CU's after the PU in SP2013?
@Peebag I would check the CU log file to determine exactly why it's failing, if it is indeed attempting to install. Brian
View ArticleNew Post: AutoSPInstaller for Single stand alone Server Installation
I can't really say - AutoSPInstaller was never really designed for this, and even Microsoft would probably advise against this anyhow. Brian
View ArticleCommented Issue: State service not created correctly in 2013 [20539]
HiCame across an error that is down to a syntax change in 2013. Amended below```#Region Create State Service Application Over-ride#...
View ArticleCommented Issue: Error when provisioning visio services on second computer...
Hell, Get the following error when configuring Visio service on my second application server -------------------------------------------------------------- - Provisioning sp_svc_visio_app_1s1... -...
View Article