Posts
2011-09-23
Multi-Tenant TCO
I recently presented an overview of multi-tenancy in one of my MBA classes. I discussed how multi-tenant applications allow cloud vendors to achieve economies of scale. As an example, I …
Posts
2010-11-13
SharePoint 2010 & PowerShell: Anonymous Web Applications
This is the fourth in a series of posts on scripting administrative functions in SharePoint. I assume you have already created a farm. In this post we will add a new anonymous web application. If you …
Posts
2010-10-30
SharePoint 2010 & PowerShell: Site Collections
This is the third in a series of posts on scripting administrative functions in SharePoint. I assume you have already created a farm and web application. In this post we will add three site …
Posts
2010-10-23
SharePoint 2010 & Powershell: Creating a Web Application
This is the second in a series of posts on scripting administrative functions in SharePoint. I assume you have already created the farm as describer here. Let’s start by creating a simple web …
Posts
2010-10-09
SharePoint 2010 & PowerShell: Creating the Farm
I'm excited about PowerShell scripting in SharePoint 2010. We employ strict separation of duties, and the ability to script tasks for the administrator is high on my list of anticipated features. …
Posts
2010-09-25
Binding not Created for Host Header Site Collections
I noticed what I think is a bug (or maybe a limitation) in SharePoint 2010. When I use PowerShell to create a Host Header Site Collection, SharePoint does not create a binding in IIS. If I add the …