This project fetches, processes, and publishes the Microsoft Intune Settings Catalog data. It provides a searchable, filterable web interface for exploring Intune configuration settings, categories, and keywords.
- Uses Microsoft Graph API to download the latest Intune configuration settings, definitions, and categories.
- Processes and organizes the data by platform, category, and keyword.
- Generates static JSON files and a web interface for easy browsing.
- Publishes the results as a GitHub Pages site.
Visit: https://snodecoder.github.io/Intune-Settings-Catalog-Documentation/
- Filter by platform, category, or keyword using the dropdowns at the top.
- Search for settings by name or description using the search box.
- Browse results in a paginated table. Click "Show details" for more information about each setting.
- The site is updated automatically with the latest data from Microsoft Graph.
- The GitHub Pages site is refreshed with the latest Intune data every week on Sunday night.
Contributions are welcome! If you find a bug, have a suggestion, or want to improve this project, please open an issue or submit a pull request. Your input helps make this project better for everyone. Thank you for your support!
- Run
fetch_intune_settings.pyto fetch and update the data (requires Azure credentials). - The static site is generated in the
website_datafolder and served viaindex.html.
This project is provided as-is for documentation and research purposes.
