Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realmjoin/realmjoin-remediation
Generic Remediation Scripts Repository
https://github.com/realmjoin/realmjoin-remediation
Last synced: 4 days ago
JSON representation
Generic Remediation Scripts Repository
- Host: GitHub
- URL: https://github.com/realmjoin/realmjoin-remediation
- Owner: realmjoin
- Created: 2023-02-09T13:41:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T14:26:50.000Z (26 days ago)
- Last Synced: 2024-10-19T20:49:37.442Z (23 days ago)
- Language: PowerShell
- Size: 84 KB
- Stars: 3
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Security: security/detect-openssh-client/Detect.ps1
Awesome Lists containing this project
README
# realmjoin-remediation
Repository for generic Intune Proactive Remediation Scripts that can be easily provisioned via RealmJoin portal into individual tenants.## Generic template
Please see our [generic template](/template/detect-and-remediate) as a guideline for new scripts:
- README.md: description and additional hints (mandatory)
- config.json: meta data needed for provisioning scripts (mandatory)
- Detect.ps1: detection script (mandatory)
- Remediate.ps1: remediation script (optional)