Browse by Tags

Related Posts
  • Blog Post: Warm up script in PowerShell for SharePoint 2010 Environment

        # 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...