Getting Started - luigilink/SPSWakeUp GitHub Wiki
Getting Started
Prerequisites
- PowerShell 5.0 or later
- Administrative privileges on the SharePoint Server
Installation
Download the latest release
Download the release from Github and unzip to a directory on your SharePoint Server.
Download the release from PSGallery Alternatively, you can install the script directly from the PowerShell Gallery by running:
Install-Script -Name SPSWakeUP -Verbose
Install the script in TaskScheduler
Run the script with the following command:
.\SPSWakeUp.ps1 -Action Install -InstallAccount (Get-Credential)
Next Step
For the next steps, go to the Usage page.
Change log
A full list of changes in each version can be found in the change log.