Scripts
SharePoint 2010 Products and Technologies Configuration Wizard in PowerShell
I have been living and breathing SharePoint 2010 PowerShell the past two months. During this time, I have created PowerShell scripts to prepare the farm, install SharePoint 2010, install and provision all service applications with their custom database names solely with PowerShell. This is on a multi-server SharePoint 2010 environment. So my scripts had to [...]
SharePoint slow start – warm up script
Imagine accounting for the time spent waiting for SharePoint to start up in the morning or after a server reboot or an iisreset? It takes such a long time to load, but after it has loaded, then SharePoint behaves normally. The cause for this is when your Application pool is recycled in IIS. By default [...]