Add files via upload

This commit is contained in:
satishsinghi-gh
2026-03-29 03:56:20 +01:00
committed by GitHub
parent 190ef88ce8
commit e4acf28dae
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
[![PowerShell 7](https://img.shields.io/badge/PowerShell-7.x-blue?logo=powershell&logoColor=white)](https://learn.microsoft.com/en-us/powershell/)
[![WPF](https://img.shields.io/badge/UI-WPF-blueviolet)](https://learn.microsoft.com/en-us/dotnet/desktop/wpf/)
[![Microsoft Graph](https://img.shields.io/badge/API-Microsoft%20Graph-0078D4?logo=microsoft)](https://learn.microsoft.com/en-us/graph/)
[![Blog](https://img.shields.io/badge/Blog-GitHub%20Pages-green)](https://satishsinghi-gh.github.io/mdm-oda/)
[![Blog](https://img.shields.io/badge/Blog-GitHub%20Pages-green)](https://satishsinghi-gh.github.io/MDM-ODA/)
---
@@ -16,7 +16,7 @@
MDM-ODA is a PowerShell & WPF based plug-n-play tool for Entra & Intune on-demand operations. Built with attention to detail for the granular challenges faced by support teams, enabling project teams to get reliable, meaningful, up-to-date insights and reports on the go. Built with safeguards to prevent accidental actions, keeping Zero Trust and least privilege as top priority.
> For a full deep-dive into the tool's design, architecture, and security model, visit the [MDM-ODA Blog](https://satishsinghi-gh.github.io/mdm-oda/).
> For a full deep-dive into the tool's design, architecture, and security model, visit the [MDM-ODA Blog](https://satishsinghi-gh.github.io/MDM-ODA/).
### Project Mission
@@ -173,7 +173,7 @@ MDM-ODA uses the OAuth 2.0 delegated flow exclusively — the app never holds st
Every write action follows a strict validation-before-commit workflow: the tool validates input format, checks for duplicates, resolves object identifiers, and presents a structured preview of pending changes. Only after the user explicitly confirms does the operation execute.
> For the full architecture diagram and detailed auth flow, see the [blog](https://satishsinghi-gh.github.io/mdm-oda/).
> For the full architecture diagram and detailed auth flow, see the [blog](https://satishsinghi-gh.github.io/MDM-ODA/).
## Prerequisites
+4 -4
View File
@@ -8,12 +8,12 @@
<meta property="og:title" content="MDM On-Demand Actions (MDM-ODA) — Intune & Entra ID Automation">
<meta property="og:description" content="PowerShell & WPF tool for live analytics, group management, device management, and on-demand actions across Entra ID and Intune.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://satishsinghi-gh.github.io/mdm-oda/">
<meta property="og:image" content="https://satishsinghi-gh.github.io/mdm-oda/images/hero-banner.png">
<meta property="og:url" content="https://satishsinghi-gh.github.io/MDM-ODA/">
<meta property="og:image" content="https://satishsinghi-gh.github.io/MDM-ODA/images/hero-banner.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="MDM On-Demand Actions (MDM-ODA)">
<meta name="twitter:description" content="Live Analytics, Insights & Actions for Entra ID and Intune">
<meta name="twitter:image" content="https://satishsinghi-gh.github.io/mdm-oda/images/hero-banner.png">
<meta name="twitter:image" content="https://satishsinghi-gh.github.io/MDM-ODA/images/hero-banner.png">
<title>MDM On-Demand Actions (MDM-ODA) — Intune & Entra ID Automation</title>
<style>
* {
@@ -1060,7 +1060,7 @@
<footer>
<div class="container">
<p>Written by <a href="https://www.linkedin.com/in/satish-singhi-791163167/">Satish Singhi</a> — March 2026</p>
<p><a href="https://satishsinghi-gh.github.io/mdm-oda/">Blog Home</a> | <a href="https://github.com/satishsinghi-gh/mdm-oda">GitHub Repository</a></p>
<p><a href="https://satishsinghi-gh.github.io/MDM-ODA/">Blog Home</a> | <a href="https://github.com/satishsinghi-gh/mdm-oda">GitHub Repository</a></p>
<p style="font-size: 0.85rem; color: #9ca3af; margin-top: 1.5rem;">
MDM-ODA is an open-source tool built to empower IT professionals with granular control and insights into their Entra ID and Intune deployments. Built with attention to security, usability, and operational excellence.
</p>