Posted
over 1 year ago
# Warm up script for web apps along with the site collections within them in SharePoint 2010 environment Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue # The get-webpage function is from http: //kirkhofer.wordpress.com/2008/10/18/sharepoint-warm-up-script/ function Get-WebPage([string] $url ) { $wc...