New Post: Step by step guide for SharePoint 2013?
Thanks for the links.. I am trying out https://autospsourcebuilder.codeplex.com/. How can I download all the prerequisites for SP2013 and save it in a particular folder? I tried AutoSPSourceBuilder.ps1...
View ArticleCommented Issue: The Windows Powershell snap-in Webadministration is not...
Specs:W2K8 ServerSharepoint 2010June 2011 CUSQL Server 2K8 R2Â The autospinstaller errors out in the Creating Web Application section of the script. Â Add-PSSnapin : The Windows PowerShell snap-in...
View ArticleNew Post: Step by step guide for SharePoint 2013?
Possibly, I haven't actually used it yet. You can also us this: http://gallery.technet.microsoft.com/office/Script-to-SharePoint-2013-702e07df
View ArticleNew Post: Error creating site collection - URL in use as alternate access URL...
I am setting up a new small farm with 2 servers, 1 SQL (SQL 2012 R2 SP1) and 1 Sharepoint 2013 Enterprise server (both App and WFE). On the 'Creating Site Collection' step, I am getting an error which...
View ArticleNew Post: Creating Site Collection
Did you ever get this resolved? I am running into the same issue. Thanks.
View ArticleNew Post: Error running AutoSPInstaller and creating Web App
Where did you make the change? Did this fix your issues? Did it cause new issues?
View ArticleNew Post: Error running AutoSPInstaller and creating Web App
Are you installing SharePoint 2010 or SharePoint 2013?
View ArticleCommented Issue: System.IO.FileNotFoundException: Could not load file or...
I ran into the issue below last night setting up SP2013 on a new Win2008 R2 SP1 machine (everything on one box, except for DBs). I tried rebooting and re-running the script but it halted at the same...
View ArticleSource code checked in, #102806
Changes in this release: - New property GrantCurrentUserFullControl to ensure current (setup) user account will have full access to web applications being created by the CreateWebApp function - Fixed...
View ArticleUpdated Release: AutoSPInstaller for SharePoint 2010 + 2013 (Sep 05, 2013)
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 ArticleReleased: AutoSPInstaller for SharePoint 2010 + 2013 (Sep 05, 2013)
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 (Sep 05, 2013)
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: C2WTS separate service account and Prerequisites [20177]
The Installer of C2WTS makes not all Prerequisites: the 3 Basics steps needed to configure C2WTS are __missing__:- Act as part of the operating system- Impersonate a client after authentication- Log on...
View ArticleNew Post: Error running AutoSPInstaller and creating Web App
Thanks for the reply, I am installing Sharepoint 2013 (app and WFE on Win server 2012) with SQL 2012 (on Win server 2012). Sorry to raise an old issue, but I am having the same issue.
View ArticleCommented Issue: Trying to connect to "SQL"... - Fail [19412]
I am running into an issue with an installation on a new VM instance and VM database. When I ran the script for the first time it fails when trying to connect to the Dev (Connection Error. Check server...
View ArticleNew Post: Creating Site Collection
Yes, I managed to resolve it myself its an issue with SharePoint 2010
View ArticleNew Post: Error running AutoSPInstaller and creating Web App
You should be able to create the site collection with the same name as the web application try changing:<ManagedPath relativeUrl="help" explicit="true" /> to<ManagedPath relativeUrl="help"...
View ArticleNew Post: Error creating site collection - URL in use as alternate access URL...
They can be the same change:<ManagedPath relativeUrl="help" explicit="true" /> TO<ManagedPath relativeUrl="help" explicit="false" />
View ArticleNew Post: How can I specify which service account to assign to a particular...
How can I specify which service account to assign to a particular Service Application? Because only Search has the service account in AutoSPInstaller, and other service application doesnt have...
View ArticleNew Post: Multi-tier farm installation
Sorry, I am new to this and where can I find the SetInputs.xml? We are planning to use this on a 3 tier server. do you have detailed guide for us to follow? Thanks!
View Article