Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)