Tag: PowerShell

  • 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…