mirror of
https://github.com/satishsinghi-gh/MDM-ODA.git
synced 2026-07-26 11:38:13 +00:00
Add files via upload
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
[](https://learn.microsoft.com/en-us/powershell/)
|
||||
[](https://learn.microsoft.com/en-us/dotnet/desktop/wpf/)
|
||||
[](https://learn.microsoft.com/en-us/graph/)
|
||||
[](https://satishsinghi-gh.github.io/mdm-oda/)
|
||||
[](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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user