Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luigilink/spsupdate
SPSUpdate is a PowerShell script tool to install cumulative updates in your SharePoint environment.
https://github.com/luigilink/spsupdate
Last synced: 1 day ago
JSON representation
SPSUpdate is a PowerShell script tool to install cumulative updates in your SharePoint environment.
- Host: GitHub
- URL: https://github.com/luigilink/spsupdate
- Owner: luigilink
- License: mit
- Created: 2024-11-05T13:42:24.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-11-13T09:09:06.000Z (3 days ago)
- Last Synced: 2024-11-13T10:20:52.071Z (3 days ago)
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
# SPSUpdate
![Latest release date](https://img.shields.io/github/release-date/luigilink/SPSUpdate.svg?style=flat)
![Total downloads](https://img.shields.io/github/downloads/luigilink/SPSUpdate/total.svg?style=flat)
![Issues opened](https://img.shields.io/github/issues/luigilink/SPSUpdate.svg?style=flat)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)## Description
SPSUpdate is a PowerShell script tool designed to install cumulative updates in your SharePoint environment.
[Download the latest release, Click here!](https://github.com/luigilink/SPSUpdate/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 rManagement 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 [SPSUpdate Wiki Getting-Started](https://github.com/luigilink/SPSUpdate/wiki/Getting-Started)## CredSSP
Impersonation is handled using the `Invoke-Command` cmdlet in PowerShell, together with the creation of a "remote" session via `New-PSSession`. In the SPSUpdate script, we authenticate as the InstallAccount and specify CredSSP as the authentication mechanism. This is explained further in the [SPSUpdate Wiki Getting-Started](https://github.com/luigilink/SPSUpdate/wiki/Getting-Started)
## Documentation
For detailed usage, configuration, and getting started information, visit the [SPSUpdate Wiki](https://github.com/luigilink/SPSUpdate/wiki)
## Changelog
A full list of changes in each version can be found in the [change log](CHANGELOG.md)