AI-Powered Intune Policy Documentation and Conflict Analysis

If you manage Microsoft Intune at scale, you know the pain: hundreds of policies, most of them with empty or outdated descriptions, and zero visibility into which settings overlap or even contradict each other across policies. I’ve seen this in pretty much every tenant I’ve worked with and honestly, it’s one of the most underestimated operational risks in modern endpoint management.

So I built a tool to fix it. It builds on the same idea I explored in Create your own Intune Co Pilot using Azure OpenAi Studio, but takes it further with policy documentation and conflict analysis. Let me walk you through it.

Intune policy management tool showing conflict analysis dashboard
Read More »

CLI Tools vs MCP: Better AI Agents With Less Context

Let’s be honest: MCP (Model Context Protocol) was supposed to be the universal connector between AI models and the real world. A clean, structured protocol that lets your AI agent talk to any tool through a standardized interface. Sounds great in theory. In practice? I’m increasingly reaching for good old CLI tools instead — and I’m not alone.

After months of building AI agent solutions and working with both approaches in real-world enterprise scenarios, here’s my take: CLI tools are the better choice in many cases, and the reason is surprisingly simple — context efficiency.

Terminal window showing AI agent command line tools
Read More »

Azure AI Content Safety Guide: Filters and Best Practices

Azure AI Content Safety is Microsoft’s AI-powered service for detecting harmful content in both user-generated and AI-generated text and images. It runs as the built-in content filtering system for all Azure OpenAI and Foundry model deployments, screening both prompts and completions through an ensemble of classification models. The service is available as a standalone API and is deeply integrated into the Microsoft Foundry portal. It went through major expansion, adding prompt injection defense, hallucination detection, copyright protection, and PII filtering alongside its core harm-category classifiers.

In my opinion microsoft did here an great job with this service.

Azure AI Content Safety dashboard with moderation categories
Read More »

8 Productivity Tools I Use Daily for AI, Coding, and Planning

There’s a question I get asked very often: “What tools do you actually use every day?”

This are the ones I personally rely on to stay productive and creative — and if you use AI in your workflow too, my guide on prompt engineering is a good place to start.

So here it is – my complete daily toolkit, broken down by what each tool actually does for me and why I chose it over the alternatives.

Daily productivity tools and apps on a desk
Read More »

Azure OCR Comparison: Mistral, GPT & Document Intelligence

Document Intelligence vs. Content Understanding vs. Mistral OCR 3 vs. GPT-5 vs. Azure Vision

Extracting data from documents is no longer just about “reading” text—it’s about intelligent understanding. Whether you’re digitizing 10,000 invoices, building a real-time app to read street signs, or preparing scientific papers for RAG pipelines, Azure offers a specialized toolkit within its Foundry ecosystem.

In this post, we’ll dive deep into performance, pricing, and capabilities of the leading OCR models in Azure—including the brand-new Mistral OCR 3 and VLM-based approaches with GPT-5.

Document OCR tools comparison with papers and AI icons
Read More »

Build a Microsoft Intune AI Agent with Foundry

We’ve all built PowerShell scripts to query Intune, wrapped them in some automation, and called it a day. It works. But with Azure OpenAI Service and models like GPT-4.1 and GPT-5.2 optimized for tool calling, there’s a more interesting approach—building an actual AI agent that can talk to your Intune environment.

Instead of writing a script for every query, you build one agent that understands natural language and calls the Graph API on your behalf. Ask it “which Windows devices are non-compliant?” and it figures out the right API call, executes it, and summarizes the results. It’s not magic—it’s function calling with a nice interface.

In this post, I’ll walk you through two different approaches to building this agent: the classic direct SDK approach and the newer Microsoft Agent Framework. Both use the same underlying Graph API client, but differ in how they orchestrate the AI. Let’s dive in.

Read More »

How to Create an AI Selfie Tour Video with Tech Icons

Let’s be honest: the AI video space has exploded. Every week there’s a new tool promising Hollywood-quality results. But what happens when you combine AI image generation with video transformation and some creative editing? You get something that looks surprisingly real – and it’s easier than you might think.

I recently created a video that looks like I’m walking around, taking selfies with some of the most recognizable faces in tech. Sam Altman, Bill Gates, Steve Jobs – the whole crew. And no, I didn’t actually meet them at a conference. Here’s exactly how I did it.

Read More »

Microsoft IQ Explained: Making Enterprise AI Agents Work

Diagram of Microsoft IQ intelligence layer for AI agents

Let’s be honest: building AI agents in the enterprise has been a mess. You spend 80% of your time stitching together data sources, wrestling with RAG pipelines, and praying your agent doesn’t hallucinate the CEO’s name. Every new project feels like reinventing the wheel – but a wheel made of duct tape and hopes.

At Ignite 2025, Microsoft dropped something that might actually change this. They call it “IQ” – a unified intelligence layer that spans across Microsoft 365, Fabric, and Microsoft Foundry. And no, it’s not just another buzzword. If you’ve been experimenting with smaller Foundry use cases, like a paperless-office document manager, this is the enterprise-scale version of that same idea. Let me break down what this actually means for you.

Read More »

AI Document Manager with Azure OpenAI for Paperless Offices

Let’s be honest: most document management systems feel like they’re stuck in 2005. I decide to move to an paperless office and scan all my documents. I tried multiple ways to realize this but I don`t find the tooling where I say I feel comfortable with and it saves me a lot of work in storing and retriving documents.

I wouldn’t be a developer or an AI MVP if I didn’t get stuck in and write my own tool. With Doc Manager, I demonstrate how to use Azure Open AI / AI Foundary to build a best-in-class document management system, building on ideas like Azure AI Search for AI-powered search.

Document manager dashboard overview with AI search
Read More »

Right Click Tools for SCCM & Intune: Patch, Report, Elevate

If your day still looks like this—jumping between consoles, chasing patch gaps, and wrestling with standing local admin—your tools are slowing you down. The New Right Click Tools changes that by bringing patchingreporting/visibility, and privileged access together, built for SCCM/ConfigMgr and Intune realities.

Trusted across 60M+ endpoints, Right Click Tools is designed for modern endpoint management at scale—without adding another portal to learn.

Right Click Tools graphic for SCCM and Intune teams
Read More »