Skip to content

Auditing Legacy MFA: Tracking Security Questions Registration in Entra ID

Microsoft has been pushing organizations toward modern, phishing-resistant authentication methods for years, and for good reason. As part of this evolution, legacy methods like Security Questions are scheduled for retirement next year in Spring 2027. In a perfect world, every user would seamlessly migrate to the Microsoft Authenticator app or a FIDO2 security key. However, Enterprise Identity management is rarely perfect. In many environments, there is a subset of users who simply cannot use a… 

Auditing Microsoft Authenticator Registrations in Entra ID with PowerShell

As organizations shift toward modern, phishing-resistant multi-factor authentication (MFA) like the Microsoft Authenticator app with number matching, tracking adoption rates across the user base becomes a critical administrative task. While the Microsoft Entra admin center offers built-in authentication methods reporting, there are times when you need a targeted, automated, and easily exportable report for a specific security group. Whether you’re rolling out a new Conditional Access policy that mandates the Microsoft Authenticator app or just… 

Homelab Network Configuration Guide – Part 2

Part 2 of this guide will be focused on the next steps following Part 1 of the homelab hybrid environment domain configuration which are the Azure Setup and Entra Connect Sync Setup. The Azure Setup is creating a new tenant and the Entra Connect Sync is installing the setup on the APP1 virtual machine we created. Azure Setup Entra Connect Sync Setup

Homelab Network Configuration Guide – Part 1

This guide is intended to detail the steps performed to setup my homelab configured as a hybrid domain environment with Active Directory and Entra ID synced using Entra Connect Sync with Password Hash Synchronization (PHS) to have for development, learning, and practicing domain administration. This will be Part 1 of posts about my homelab configuration journey. This configuration will include the following virtual machines: For networking, I went with a 172.16.0.x network for the homelab… 

Send Message in Slack Using PowerShell

Being an IT Systems Administrator and being in work and personal environments that used Slack, I’ve always looked for a way to send a message in Slack using PowerShell especially for repetitive and automated tasks. I wanted to create a guide about how I accomplished this in case it can help someone else in a similar situation. There is a Slack configuration that is a pre-requisite before the PowerShell script will work. Slack Configuration Before…