Tag: PowerShell

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