Microsoft Entra
All pages referring or tutorials for Microsoft Entra.
Entra ID Custom CSS styling
Saturday, May 09, 2026 in Microsoft Entra
Categories:
7 minute read
Everybody who is managing Entra ID tenants ever saw this Custom CSS option during the wizard: With this option, you can style some options in your sign-in pages to your own likings, enabling you to virtually use any CSS control available. In this …
CWL Azure Red Team Certification - What I learned
Wednesday, May 06, 2026 in Microsoft Entra
Categories:
14 minute read
“If you don’t test your infrastructure as an attacker, someone else will.” The CWL Azure Red Team course I started on the site cyberwarfare.live by purchasing the course. I found this very fun looking and interesting to use that …
Get notifications when Entra ID break glass admins are used
Sunday, March 08, 2026 in Microsoft Entra
Categories:
6 minute read
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:
5 minute read
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 …
Remove Universal Print Devices/Connectors
Saturday, October 25, 2025 in Microsoft Entra
Categories:
3 minute read
Introduction In Universal Print, a connector is the link between your local print environment and Universal Print. Over time, you may end up with connectors that are no longer used. For example, after replacing a print server, changing your print …
Solved - ADSync service stopped (Entra Connect Sync)
Monday, October 06, 2025 in Microsoft Entra
Categories:
4 minute read
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:
4 minute read
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:
5 minute read
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:
3 minute read
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:
7 minute read
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 …