Resources.
This is the final post in these series about scripting a SP2010 installation with PowerShell. In this post you will find all resources/websites I used for making the PS scripts.
SP2010 Site Definitions:
http://www.toddbaginski.com/blog/archive/2009/11/20/which-sharepoint-2010-site-template-is-right-for-me.aspx
PowerShell script editor:
http://powergui.org/servlet/KbServlet/download/1983-102-2817/PowerGUI.1.9.6.1027.msi
PowerShell script execute policy:
http://www.itexperience.net/2008/07/18/file-cannot-be-loaded-because-the-execution-of-scripts-is-disabled-on-this-system-error-in-powershell/
PowerShell SharePoint cmdlets list:
http://cglessner.blogspot.com/2009/10/early-look-at-sharepoint-2010.html
SP2010 Server installation script:
http://blog.fpweb.net/powershell-script-to-install-sharepoint-2010/
http://technet.microsoft.com/en-us/library/ee805951(office.14).aspx (Technet script)
SP2010 prereqs download list:
http://blogs.msdn.com/opal/archive/2009/10/25/sharepoint-2010-pre-requisites-download-links.aspx
Database attach mode:
http://sharepointgeorge.com/2009/upgrading-content-database-sharepoint-2010-database-attach-method/
Configure service applications:
http://technet.microsoft.com/en-us/library/ee704544(office.14).aspx
http://stsadm.blogspot.com/2009/12/creating-sharepoint-2010-enterprise.html (search service)
Misc:
http://blog.fpweb.net/powershell-script-to-install-sharepoint-2010/
http://stsadm.blogspot.com/ ; http://stsadm.blogspot.com/2009/10/sharepoint-2010-psconfig-and-powershell.html
http://blog.rafelo.com/2009/10/upgrading-2007-wcm-sites-to-2010-wcm.html
http://blog.rafelo.com/2009/10/sharepoint-upgrade-fundamentals-part-1.html
http://blogs.msdn.com/ekraus/archive/2009/11/06/sharepoint-2010-provisioning-a-new-farm-with-powershell.aspx
Part [...]
Continue reading about SharePoint 2010 scripted install with powershell part 5
Web application and site collection
The SP2010 installation that I have used for this series of posts about scripting SP2010 with PowerShell was intended to host a SP2010 internet site. That is why the next to scripts are made to configure a web application and site collection for an internet site. The parameters can also be [...]
Continue reading about SharePoint 2010 scripted install with powershell part 4
SharePoint 2010 server installation
It took a while but here is part 3 of these series about a complete PowerShell scripted SharePoint 2010 installation.
I used the script you see below. It maybe is not the nicest PS script to do this installation. On the internet I have found scripts with error handling and checking every step of [...]
Continue reading about SharePoint 2010 scripted install with powershell part 3
In the past I encountered this problem myself and a colleague of mine had the same problem this week. Uploading large files to SharePoint 2007 that is installed on a Windows Server 2008. By accident I have found the following post through the “Windows Server 2008 Resource Center for SharePoint Products and Technologies” which can [...]
Continue reading about Large file uploads on Windows Server 2008 SharePoint 2007 WFE
If you have been installing SharePoint you have probably also seen and fixed the DCOM 10016 error. This error occurs in the event log when the SharePoint service accounts doesn’t have the necessary permissions (Local Activation to the IIS WAMREG admin service).
On a Windows Server 2003 or Windows Server 2008 machine you would just fire [...]
Continue reading about DCOM 10016 error on Windows Server 2008 R2
SharePoint Prerequisites
In this second part I’ll let you see how to install the prerequisites that are needed for a successful SharePoint 2010 installation.
In part 1 of these series you might have read that I install everything on one server. Windows 2008 R2, Active Directory and SQL 2008 R2 CTP. When you’re in the same situation [...]
Continue reading about SharePoint 2010 scripted install with powershell part 2
At the moment I’m busy investigating the installation of SharePoint 2010 through PowerShell scripting. Although I am a newbie to PowerShell I got a long way thanks to several sites on the internet. I shall list all the sources I used in the last post of this series.
In this series of posts I shall describe [...]
Continue reading about SharePoint 2010 scripted install with powershell part 1
If you will be installing the SharePoint Server 2010 Public Beta on Microsoft Windows Server 2008 R2 or Microsoft Windows 7, then you will need to download and install an update from http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806 to resolve an issue that occurs in Microsoft SharePoint Server 2010 when provisioning Service Applications or when accessing pages that make service [...]
Continue reading about Update for SharePoint 2010 beta on Server 2008 R2
In the past this error could be solved by giving the mentioned accounts the “Local Launch” and “Local Activation” permissions to the IIS WAMREG admin service through Component Services.
On Windows Server 2008 R2 this is quite different. The property dialog is all disabled due to permission restrictions. It doesn’t matter if you are logged in [...]
Continue reading about Fix for SharePoint DCOM 10016 error on Windows Server 2008 R2
Today I wanted to logon to the SharedServicesProvider (SSP) of one of our SharePoint servers (Windows Server 2008 R2 with SharePoint 2007 CU June 2009) but was unable to do so. In the eventlog there was an event ID 4625 “An account failed to logon”. The text of the event ID is below.
An account failed [...]
Continue reading about Event ID 4625 an account failed to logon (solution)



