Microsoft Entra
All pages referring or tutorials for Microsoft Entra.
Get notifications when Entra ID break glass admins are used
Sunday, March 08, 2026 in Microsoft Entra
Categories:
The alert solution described The solution we will configure looks like this: Log Analytics Workspace Set diagnostic settings for Entra ID sign in logs to write to Log Analytics Set query to find successful or non-succesful sign in attempts (based on …
How to properly secure Break Glass Accounts in your Entra ID
Sunday, March 01, 2026 in Microsoft Entra
Categories:
List of recommendations The list of recommendations which I will describe further: Have at least 2 accounts Have the accounts cloud only -> not synced from Active Directory Use the .onmicrosoft.com domain and no license Exclude from all …
Solved - ADSync service stopped (Entra Connect Sync)
Monday, October 06, 2025 in Microsoft Entra
Categories:
Sometimes, the ADSync service stops without further notice. You will see that the service has been stopped in the Services panel: In this guide I will explain how I solved this problem using a simple PowerShell script. The Check ADSync script The …
Match AD users using Entra Connect Sync and MSGraph
Monday, August 18, 2025 in Microsoft Entra
Categories:
The difference between soft and hard matching Most of the time the system itself will match the users automatically using soft-matching. Here the service will be matching users in both Entra ID and Active Directory by using known attributes like …
Implement Certificate-based authentication for Entra ID scripts
Sunday, July 13, 2025 in Microsoft Entra
Categories:
Requirements Around 20 minutes of your time An Entra ID environment if you want to test this A prepared Entra ID app registration A server or workstation running Windows to do the connection to Entra ID Some basic knowledge about Entra ID and …
Audit your Entra ID user role assignments
Tuesday, July 01, 2025 in Microsoft Entra
Categories:
Requirements Microsoft Graph PowerShell module Entra P2 or Governance license for PIM Only required for fetching PIM specific data. Script can run without licenses. Entra ID User role assignments script To start off with the fast pass, my script can …
Audit your privileged Entra ID applications
Wednesday, June 25, 2025 in Microsoft Entra
Categories:
Entra ID Privileged Applications report script To start off with the fast pass, my script can be downloaded here from my Github page: Download script from GitHub This script can be used to get a report of all high privileged applications across the …
How to solve DeletingCloudOnlyObjectNotAllowed error Entra Connect Sync
Monday, September 30, 2024 in Microsoft Entra
Categories:
Now and then we come across a problem with Entra Connect Sync which states “DeletingCloudOnlyObjectNotAllowed”. This error looks like this: This error will be shown if opening the Syncronization Service and email messages of this error …
Dynamic group for access to Windows 365
Friday, December 01, 2023 in Microsoft Entra
Categories:
Requirements Azure AD/Entra ID/Microsoft Graph Powershell module https://learn.microsoft.com/nl-nl/powershell/module/azuread/?view=azureadps-2.0 10 minutes of your time What are Dynamic Groups? The Dynamic Groups feature of Microsoft Entra is a great …