Category: Powershell


  • Stop Blindly Paying for GitHub Copilot! Here Is How to See Every Dollar using API

    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…

  • Break free from flat EntraID structure with extension attributes

    I’ve been working with hybrid environments for years now, and there’s one problem that keeps coming up in nearly every conversation with other IT pros: when you move from on-premises Active Directory to Entra ID, you lose the beautiful organizational structure that OUs provided. In traditional AD, we could organize devices by location, department, or…

  • Unlock the potential of perfect Windows answer file

    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…

  • PXE with iVentoy: Easy Alternative to SCCM for Windows Deployment

    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…

  • How to Eliminate Costly OneDrive Orphans

    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…

  • Extract your Intune configuration from HAR files!

    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…

  • Intune Detection Scripts: Monitoring Task Sequence Failures in Windows 11 Deployments

    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…