I recently had to bulk delete and then bulk create project sites for a client. Rather than engaging one of our devs I wrote a PowerShell script to do this. This does need PowerShell 3.0 or later to work. This post covers the bulk create script as this is generic, the bulk delete was specific to the client so I haven’t published that. The script can be downloaded from the script galley below:
http://gallery.technet.microsoft.com/scriptcenter/Bulk-create-Server-Sites-784f7b29
The web service proxy URLs will need to be updated for your PWA instance, replace the http://vm753/pwa with the correct URL.
The script can be seen running and creating sites below:
From the PowerShell ISE:
From PowerShell:
Project Sites are created using the correct site template that is associated to the EPT.
If all projects have a site associated, the following is returned:
Test this on a test / dev farm before running a live production farm.
