https://github.com/JayRHa/CustomComplianceScripts
PowerShell scripts for Microsoft Intune Custom Compliance policies and device configuration checks.
https://github.com/JayRHa/CustomComplianceScripts
custom-compliance endpoint-management microsoft-intune powershell windows
Last synced: 8 days ago
JSON representation
PowerShell scripts for Microsoft Intune Custom Compliance policies and device configuration checks.
- Host: GitHub
- URL: https://github.com/JayRHa/CustomComplianceScripts
- Owner: JayRHa
- License: mit
- Created: 2023-02-25T15:40:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-15T07:14:08.000Z (about 2 months ago)
- Last Synced: 2026-05-15T07:18:07.034Z (about 2 months ago)
- Topics: custom-compliance, endpoint-management, microsoft-intune, powershell, windows
- Language: PowerShell
- Size: 11.7 KB
- Stars: 34
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Compliance Scripts
**PowerShell scripts for Microsoft Intune Custom Compliance policies and device configuration checks.**
Assess. Validate. Comply.
[](https://github.com/JayRHa/CustomComplianceScripts/stargazers)
[](https://github.com/JayRHa/CustomComplianceScripts/network/members)
[](https://github.com/JayRHa/CustomComplianceScripts/issues)
[](https://github.com/JayRHa/CustomComplianceScripts/graphs/contributors)
---
`Endpoint Management` | `PowerShell` | `Public` | `Maintained`
## What is this?
Custom Compliance Scripts supports Microsoft Intune and endpoint management workflows such as automation, troubleshooting, remediation, deployment, or reporting.
## Project Context
- Use it when Intune work should be scripted, packaged, synchronized, or made easier to repeat.
- Most workflows start from repository assets, then move through Microsoft Graph, Intune, or device-side execution.
- This repository is maintained as a practical project and reference asset.
## How It Works
The repository stores scripts or tooling, administrators configure or run them, Intune and Microsoft Graph apply the work, and endpoint results feed back into reports or follow-up actions.
```mermaid
flowchart LR
Repo[Repository assets] --> Admin[Administrator workflow]
Admin --> Graph[Microsoft Graph or Intune]
Graph --> Device[Managed endpoint]
Device --> Result[Detection, remediation, or report]
Result --> Review[Review and iterate]
Review --> Repo
```
## Quick Start
1. Review the project context and workflow below.
2. Clone the repository:
```bash
git clone https://github.com/JayRHa/CustomComplianceScripts.git
```
3. Continue with the setup, usage, or workflow sections below.
---
# CustomComplianceScripts