Category: Config as Code
-
Create App Control for Business Policies in Azure DevOPs – Config as a Code – Part 3(.1)
Last week I wrote a blog post about how you can create a WDAC Policy fully automated from DevOps, knowing there will be the ask, why not use the more modern implementation of App Control for Business in Intune, well now here we are. If you already build the project, you can simply update the…
-
Create WDAC Policy in Azure DevOPs – Config as a Code – Part 3
If you have evaluated WDAC as binary control based on signer rules, you know you have to adjust the policy every time a new application should be allowed. To make this process easier and more reliable, I wanted a fully automated process based on Azure DevOPs to create the policy and deploy it to a…
-
Audit changes in GPOs using Azure DevOps – Config as Code Part 2
In part 1 of our Config as a Code series, we monitored changes in Intune. Since we still have machines that are managed via GPOs like Servers and some VDI, in part 2 now I want to show you how you can monitor these Group Policies as well in the same DevOps project. DevOps Project…
-
Audit changes in Intune configs using Azure DevOps – Config as Code Part 1
Today I want to show you, how you can monitor changes in Intune configs using Azure DevOps. This will be part one of a multiple part series about Config as a Code with Azure DevOps. Azure DevOps project Let’s start with creating the DevOps project, that we will use for the whole series. I’m assuming…