Skip to main content

SharePoint 2010 Warmup server script


Here’s a nice script you can run/schedule on your SharePoint server to cache up the pages in SharePoint:
Edit the startup.bat file and add your ServerName in the “Call WarmUpServer ServerName” section:
image
Then edit the WarmUpServer.cmd file and add your URL’s to the “Call :HitPage URL” section.
image
This refreshes your SharePoint pages!

Comments