Create Dynamic group using Regex in Microsoft Entra ID

Create Dynamic group using Regex in Microsoft Entra ID

In this post I will show you how to create the dynamic group using regex in Microsoft Entra ID. Dynamic group feature supports regex (also known as Regular Expression) which allows the usage of match pattern in a text. Using Regex you can create various kind of combinations to be used for the purpose of dynamic groups. We will see the benefits of using it along with the use case for it.

(more…)
Configure FileVault disk encryption for macOS using Intune

Configure FileVault disk encryption for macOS using Intune

In this post I will show you how to configure the FileVault disk encryption for macOS using Intune. Once enabled, the macOS disk is encrypted which protects the data in case the device is lost or stolen. The recovery key information is stored in Intune portal if retrieval is required in case device goes in recovery phase.

(more…)
How to configure BitLocker on Windows devices using Intune

How to configure BitLocker on Windows devices using Intune

In this post I will show you how to configure BitLocker on Windows devices using Intune. Windows devices could be either Windows 10 or Windows 11. If the devices are enrolled to Intune, we can target the BitLocker policies to the devices in certain ways. The recovery key of the device is saved which can be utilized when required by the user.

(more…)
How to create custom compliance policy in Intune

How to create custom compliance policy in Intune

In this post I will show you how to create custom compliance policy. Using this feature, we can get the compliance status of a device related to specific configuration. This configuration could be looking for minimum disk space, BitLocker encryption status, TPM status, specific application version, specific Make or Model of the device. There is endless limit to explore and get the compliance of the device. There are few built-in compliance policy settings available which is easy to configure. However, if you are looking for specific compliance policy which is not there in Intune, we can create the custom one which consists of PowerShell script and JSON file.

(more…)