This is my “SharePoint” were I share scripts and other downloads. Feel free to use them and hope you find them useful.

PowerShell
SP-Upgrade
This is a PowerShell script that helps you automate SharePoint patching and upgrades like Cumulative Updates. It can help you with install binaries and rund PSConfig but most important it can help you with detaching and attaching the content databases before and after the installation. Read more about the details here
Download
Cancel-SPWorkflows
This is a PowerShell script that allowes you to cancel workflows in a batch operation incase you have a number of workflows that has a Error Occured state. You have the option to include running and restart them Read more about it here
Download
   
Enum-Contentdatabases
This is a PowerShell script that enumerats through all web applications in the farm and writes all the content databases and some information connected to it to a text file. Read more about it here 
Download
   
Copy-SPItems
This is a PowerShell script that enables you to copy all list items from one list to another. It includes attachments and you have the option to delete existing, overwrite target items and copy to many destinations Read more about it here >>
 Download
   
SP-WebApplicationBuilder
This is a PowerShell script that together automates the creation of web applications and extending of web applications by using an xml-file as input. In the Zip-file you also find a Excel-file were you can easily fill in the settings you need and the generate the xml-file to use for the PowerShell script. This was presented at the Swedish User group in 2009-09-08 Read more about it here >>
 Download
   
Create site with approval workflow
This is a PowerShell script that that uses the Site Directory to make an aproval process of creating new sites and then automaticall creates the site. Read more about it here >>
Download
   
Batch creation of SharePoint Sites
This is a PowerShell script that is useful when you want to create a large amount of sites. The script reads information from  a CSV file and adds the sites to your site directory. Read more about it here >> 
Download
   
Remove users programmatically
This PowerShell removes users from a site programmatically.  Read more about it here >>
Download
   
Export a list with all the Sites in a Site Collection
Ever wanted to get a list of all your sites in your site directory? Whell this PowerShell script generates a CSV file with it all. Read more about it here >>
Download
   
IIS
Update HTTP Headers (IIS 6.0)
This script is usefull when you need to add a custom HTTP header. The scritp enumerates through all your Sites and add a custom HTTP header.
Download

..