https://github.com/luigilink/spswakeup
SPSWakeUp - Wake Up Your SharePoint
https://github.com/luigilink/spswakeup
powershell script sharepoint warmup
Last synced: 4 months 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 (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T10:18:19.000Z (10 months ago)
- Last Synced: 2025-04-08T11:26:10.790Z (10 months ago)
- Topics: powershell, script, sharepoint, warmup
- Language: PowerShell
- Size: 188 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SPSWakeUp - Wake Up Your SharePoint



[](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)
## 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.
This is discussed further on the [SPSWakeUp Wiki Getting-Started](https://github.com/luigilink/SPSWakeUp/wiki/Getting-Started)
## Documentation
For detailed usage, configuration, and getting started information, visit the [SPSWakeUp Wiki](https://github.com/luigilink/SPSWakeUp/wiki)
## Changelog
A full list of changes in each version can be found in the [change log](CHANGELOG.md)