Last week, my colleague Jürgen and I had the pleasure of hosting a hands-on workshop at the TechConference in Vienna. The topic? One that’s increasingly critical in today’s hybrid identity landscape: Attack & Defense with Microsoft Entra. 🎯 Understanding the Threat Landscape We kicked things off by diving into real-world attack patterns targeting identity infrastructures. From…
In modern environments where devices are joined only to Microsoft Entra ID, enabling seamless access to on-premises resources like file shares or legacy applications can be a challenge. This blog post walks through how to configure Cloud Kerberos Trust to enable Single Sign-On (SSO) for Entra-only joined devices—without requiring a hybrid join or certificate-based trust. 🧰 Prerequisites 🖥️ Step…
Manually registering devices for Windows Autopilot via CSV upload can be a hassle – especially during on-site deployments or when dealing with just a handful of machines. This PowerShell script simplifies the process by uploading Autopilot info directly to Intune via Microsoft Graph. ✅ What the script does 💡Why use it? Perfect for small environments,…
In this post, I’ll walk through a real-world example: enforcing the taskbar alignment on Windows 11 devices. While seemingly minor, consistent UI configurations can help standardize user experiences across the enterprise – especially in environments with strict UX or branding guidelines. We’ll use a detection script to check alignment, and a remediation script to set…