Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronparker/remediations
PowerShell scripts for use with Remediations in Microsoft Intune
https://github.com/aaronparker/remediations
intune powershell proactive-remediations remediations windows
Last synced: 10 days ago
JSON representation
PowerShell scripts for use with Remediations in Microsoft Intune
- Host: GitHub
- URL: https://github.com/aaronparker/remediations
- Owner: aaronparker
- License: mit
- Created: 2023-03-11T12:06:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-27T07:09:32.000Z (5 months ago)
- Last Synced: 2024-10-12T20:46:39.096Z (25 days ago)
- Topics: intune, powershell, proactive-remediations, remediations, windows
- Language: PowerShell
- Homepage: https://learn.microsoft.com/en-us/mem/analytics/remediations
- Size: 758 KB
- Stars: 40
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Intune Remediations
Scripts for use with Microsoft Intune [Remediations](https://learn.microsoft.com/en-us/mem/analytics/proactive-remediations). See all proactive remediations scripts in the [/scripts](scripts) folder.
## Tests and code coverage
Scripts are automatically tested using Pester on Windows Server via GitHub Actions.
| Tests | Results |
|:--|:--|
| Result of Pester tests on the proactive remediations | [![Validate proactive remediations](https://github.com/aaronparker/remediations/actions/workflows/test-scripts.yml/badge.svg)](https://github.com/aaronparker/remediations/actions/workflows/test-scripts.yml) |
| Code coverage results | [![codecov](https://codecov.io/gh/aaronparker/remediations/branch/main/graph/badge.svg?token=8KDFD4IV71)](https://codecov.io/gh/aaronparker/remediations) |