https://github.com/realmjoin/realmjoin-remediation
Generic Remediation Scripts Repository
https://github.com/realmjoin/realmjoin-remediation
entra intune microsoft
Last synced: about 1 year 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T14:34:37.000Z (over 1 year ago)
- Last Synced: 2025-02-14T15:35:16.400Z (over 1 year ago)
- Topics: entra, intune, microsoft
- Language: PowerShell
- Homepage: https://realmjoin.com
- Size: 104 KB
- Stars: 6
- Watchers: 4
- Forks: 10
- 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)