Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luigilink/spswakeup
SPSWakeUp - Wake Up Your SharePoint
https://github.com/luigilink/spswakeup
powershell script sharepoint warmup
Last synced: 1 day ago
JSON representation
SPSWakeUp - Wake Up Your SharePoint
- Host: GitHub
- URL: https://github.com/luigilink/spswakeup
- Owner: luigilink
- License: mit
- Created: 2016-03-08T12:31:14.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T17:22:31.000Z (about 1 month ago)
- Last Synced: 2024-10-18T15:29:18.528Z (29 days ago)
- Topics: powershell, script, sharepoint, warmup
- Language: PowerShell
- Size: 154 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SPSWakeUp - Wake Up Your SharePoint
[https://spwakeup.com - Official WebSite](https://spwakeup.com)
![Latest release date](https://img.shields.io/github/release-date/luigilink/spswakeup.svg?style=flat)
![Total downloads](https://img.shields.io/github/downloads/luigilink/spswakeup/total.svg?style=flat)
![Issues opened](https://img.shields.io/github/issues/luigilink/spswakeup.svg?style=flat)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)## Description
SPSWakeUp is a PowerShell script tool to warm up all site collection in your SharePoint environment.
It's compatible with all supported versions for SharePoint OnPremises (2016 to Subscription Edition).
[Download the latest release, Click here!](https://github.com/luigilink/spswakeup/releases/latest)
## Features
- **Multiple authentication providers** => Works with Integrated windows and Forms Based Authentication
- **Multi-Threading** for better performance => Execution time can be divide per 4 (depends of CPU Number)
- Better performance with **output-cache** for Publishing Site
- **HSNC** Host Named Site Collection
- Disable Loop Back Check - Secure Mode (backconnectionhostnames)
- **Automatic Installation** in Task SchedulerUse WebRequest from System.Net.HttpWebRequest to download JS, CSS and Pictures files, Log script results in log file, Email nofications, Configure automatically prerequisites for a best warm-up.
This current version supports FBA and Windows Authentication (Claims, NTLM and Kerberos).
For more details of available features [Click here!](https://github.com/luigilink/spswakeup/wiki/Features)
## Requirements
### Windows Management Framework 5.0
Required because this module now implements class-based resources.
Class-based resources can only work on computers with Windows
Management Framework 5.0 or above.
The preferred version is PowerShell 5.1 or higher, which ships with Windows 10 or Windows Server 2016.## Changelog
A full list of changes in each version can be found in the [change log](CHANGELOG.md)