Project Description
Ready to use script
Warmup your sharepoint (or IIS) sites in powershell.
** Quick start guide... **
** Script Explanation **
To be easy to configure, different steps of this program are :
Flat file is unique per server name (assume name is %ComputerName%_URLsToWarmup.txt)
V0.1 Work for Sharepoint 2007 and 2010 (it uses "stsadm.exe -o enumzoneurls" to list sharepoint sites)
V0.2 Work for SharePoint 2010 and 2013 (it uses powershell to list SharePoint sites)
You can add or delete urls in flat file, so to be sure to warmup what you want
You will find more examples on how to run PSWarmup in startup.bat
Have fun !