Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.49 KB

File metadata and controls

65 lines (44 loc) · 2.49 KB

Custom Compliance Scripts

PowerShell scripts for Microsoft Intune Custom Compliance policies and device configuration checks.

Assess. Validate. Comply.

GitHub stars GitHub forks GitHub issues Contributors

Blog · LinkedIn · X


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.

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
Loading

Quick Start

  1. Review the project context and workflow below.

  2. Clone the repository:

    git clone https://github.com/JayRHa/CustomComplianceScripts.git
  3. Continue with the setup, usage, or workflow sections below.


CustomComplianceScripts