
I was looking for this somewhere on the internet. Couldn’t find it. So I spent two days building it myself.Since June 1, 2026, GitHub Copilot switched to a usage-based billing model. No more flat Premium Request buckets, everything is now metered in AI Credits at $0.01 per credit. For individual developers this is invisible. For…

Hello everyone, by now, you’ve probably heard the official news about my move to a new role and company. I wanted to reach out personally to each of you, but as I’m currently on parental leave, I no longer have access to company systems to send messages directly. So here I am, writing from my…

After publishing my article PXE with iVentoy: Easy Alternative to SCCM for Windows Deployment I got a valuable feedback on social networks. Why use this solution if Autopilot or other tools are available? Let me back up a bit. I’ve been working on deployment projects where building a gold image or setting up SCCM wasn’t…

A practical guide to deploying Windows without SCCM’s cost and complexity Why Choose This Solution? If you’ve ever looked at SCCM pricing and thought “there must be a simpler way,” you’re not alone. This guide shows you how to build a professional Windows deployment system using free, open-source tools that gets you 90% of SCCM’s…

From Concept to Code: Implementation Details In Part 1, I covered why I built this time management system and the overall architecture. Now let’s get our hands dirty with the actual implementation. If you want to follow along with the complete source code, everything is available on GitHub. The RCON Connection: Talking to Minecraft The…

The Problem That Started It All You know how it goes—your kids discover Minecraft ( or another games) , and suddenly every spare moment disappears into mining, crafting, and building. For my children, it started innocently enough on Roblox, playing Minecraft clones where their creations would get destroyed by other players. So I did what…

When employees leave an organization, their OneDrive data often needs to be temporarily accessible to colleagues or managers for transition purposes. The traditional approach of adding additional owners to OneDrive accounts creates hidden costs and compliance risks that many IT administrators overlook. This article demonstrates a PowerShell-based custom action that provides temporary access through time-limited…

Many IT professionals struggle with capturing and analyzing Intune configuration data for documentation, backup, or troubleshooting purposes. While Microsoft Graph API provides programmatic access, sometimes you need a quick way to extract configuration data directly from the Intune web portal. This blog post demonstrates a simple powershell solution that leverages HAR files to extract JSON…

Introduction When deploying Windows 11 through Configuration Manager (SCCM) task sequences, monitoring deployment success becomes critical for enterprise environments. This post explained a Intune PowerShell detection script designed to identify failed Windows 11 24H2 upgrade task sequences and collect TS error number quickly. Concept Overview Remediation scripts in Intune serve as the simpliest method to…