Month: March 2012

SP2010: Exporting site subscriptions in multi tenant setup

I created this little script I wanted to share, which loops though a web application; finds all site subscriptions (for multitenancy) and exports both the sites in there and the settings of the subscription. You could use the result to import the sites again into a test environment (for instance). $url = "http://contoso.com" $share =

Read more

SP2010: Creating Secure Store Target Applications in a partitioned service app

For our multitenant (partitioned) environment, I wanted to use the Secure Store Service Application to store credentials for a database. To be specific; I wanted those credentials to be available for BCS to gain access to the database. When you provision your Secure Store Service Application with the -Partitioned flag in Powershell, some things change.

Read more