Microsoft Learn source article: https://learn.microsoft.com/en-us/entra/identity/role-based-access-control/security-emergency-access This guide was originally written as an internal guide for infrastructure consultants to configure for customers. However I felt the need to share this approach, since break-glass is a concept widely debated, but very important to configure. I do also recommend the use of a direct partner of Microsoft, that can …
Continue reading Manage emergency access accounts in Microsoft Entra ID (Break glass)
Author:Christoffer Klarskov Jakobsen
Require Multifactor Authentication to register or join devices with Microsoft Entra
In Entra ID under Devices, All Devices and then Device Settings, you can enable: Require Multifactor Authentication to register or join devices with Microsoft Entra. However Microsoft recommends disabling this feature (enabled by default) and enforcing via a conditional access policy instead. This guide provides 2 ways of achieving that goal. Method 1: This method …
Continue reading Require Multifactor Authentication to register or join devices with Microsoft Entra
Azcopy
To copy data to or from an Azure Storage Account (General-purpose V2 Block Blob), use this guide to understand and perform the copy. ImportantIf you need to share the generated SAS URL, you need to send the URL securely, using encrypted mail message, or via SMS. NEVER send the URL in clear text, as the …
Continue reading Azcopy
Robocopy
Robocopy is a great tool for copying and syncing data between source and destination (and vice-versa).Here you can find both general knowledge about the tool and few examples on how to use Robocopy. Reference All commands can be found here:https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy Known issues How to run Robocopy Robocopy is included in Windows. You can start Robocopy …
Continue reading Robocopy
Migration to Converged Authentication Methods
Intro This guide will assist in the proces of migrating from legacy MFA and legacy SSPR, to the new converged authentication methods. On September 30th, 2025, the legacy multifactor authentication and self-service password reset policies will be deprecated and you’ll manage all authentication methods in the authentication methods policy. NoteAfter all authentication methods are fully …
Continue reading Migration to Converged Authentication Methods