Tag: PowerShell

  • Intune join Azure Arc enabled Windows 11 machines

    Intune join Azure Arc enabled Windows 11 machines

    When we think about ways to Entra and Intune join Windows 11 machines, we usually think about things like Autopilot or Provisioning Packages, but did you know there is an additional method for Azure VMs and Azure Arc enabled machines? Onboard machine to Azure Arc Azure Portal Let’s start by onboarding our test machine to…

  • Windows 365 RemoteFX USB Redirection for special devices

    Windows 365 RemoteFX USB Redirection for special devices

    A while ago, I showed you how to enable RemoteFX USB Redirection for your Windows 365 CloudPCs using Intune: https://mikemdm.de/2025/01/05/enable-remotefx-usb-redirection-for-avd-or-windows-365-using-intune/ Generic devices While this works fine for most USB Devices like your USB Floppy: When working with strange / special devices, you will notice quickly that not all devices seem to be available to be…

  • Intune Win32 Apps now support PowerShell install scripts natively

    Intune Win32 Apps now support PowerShell install scripts natively

    With the latest update, Intune got a cool new feature for Win32 Apps, it now allows you to alternatively specify a PowerShell script as an install or uninstall command instead of the classic commands that we are used to. Configure the Installer type In the program tab of any Win32 App or Enterprise App Catalog…

  • Intune Endpoint Privilege Management tips and tricks

    Intune Endpoint Privilege Management tips and tricks

    Intune Endpoint Privilege Management got more and more features in the last months (child process behavior, argument support, etc.), converting it from a relatively basic EPM solution to a competitive product. However even with all that improvements, there are still a few things that are not as intuitive as they could be, so I wanted…

  • Intune custom compliance scripts

    Intune custom compliance scripts

    Did you know that you can leverage custom PowerShell scripts in Intune to determine if a device should be considered as compliant or not? You can use custom compliance scripts to check for a lot of cool things, like is your company vpn software actually installed and running, or block access of devices that have…

  • Read, Write, Query data from Azure Cosmos DB in PowerShell

    Read, Write, Query data from Azure Cosmos DB in PowerShell

    For a lot of my projects, I needed to read or write Azure Cosmos DB data from a PowerShell script. However, most PowerShell samples only cover creating and modifying the database itself, but not much about interacting with the data itself. So, I want to show you a few sample scripts, that I used in…