Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luigilink/spsweather
SPSWeather is a PoweShell script tool to have a status of your SharePoint Environment
https://github.com/luigilink/spsweather
health powershell script sharepoint status weather
Last synced: 20 days ago
JSON representation
SPSWeather is a PoweShell script tool to have a status of your SharePoint Environment
- Host: GitHub
- URL: https://github.com/luigilink/spsweather
- Owner: luigilink
- License: mit
- Created: 2024-10-08T19:51:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-18T11:31:00.000Z (29 days ago)
- Last Synced: 2024-10-19T16:37:32.389Z (28 days ago)
- Topics: health, powershell, script, sharepoint, status, weather
- Language: PowerShell
- Homepage:
- Size: 77.1 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
# SPSWeather
![Latest release date](https://img.shields.io/github/release-date/luigilink/SPSWeather.svg?style=flat)
![Total downloads](https://img.shields.io/github/downloads/luigilink/SPSWeather/total.svg?style=flat)
![Issues opened](https://img.shields.io/github/issues/luigilink/SPSWeather.svg?style=flat)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)## Description
SPSWeather is a PowerShell script tool designed to provide the status of 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/SPSWeather/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 [SPSWeather Wiki Getting-Started](https://github.com/luigilink/SPSWeather/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 SPSWeather script, we authenticate as the InstallAccount and specify CredSSP as the authentication mechanism. This is explained further in the [SPSWeather Wiki Getting-Started](https://github.com/luigilink/SPSWeather/wiki/Getting-Started)
## Documentation
For detailed usage, configuration, and getting started information, visit the [SPSWeather Wiki](https://github.com/luigilink/SPSWeather/wiki)
## Changelog
A full list of changes in each version can be found in the [change log](CHANGELOG.md)