Azure AD is becoming Microsoft Entra ID – What you need to know

Yesterday, Juli 11th, Microsoft announced the renaming of Azure Active Directory to Microsoft Entra ID. The reason for the name change is that Microsoft wants to unifi the Microsoft Entra product family. Microsoft introduced Entra in May of 2022. At … Read moreAzure AD is becoming Microsoft Entra ID – What you need to know

How to Deploy Windows LAPS – [Step-by-Step]

Windows LAPS

Windows LAPS is a Windows feature that allows you to automatically set and backup local administrator passwords of your domain-joined devices. LAPS (Local Administrator Password Solution), creates a unique and random password for each device in your network and stores … Read moreHow to Deploy Windows LAPS – [Step-by-Step]

How to implement Windows Hello for Business with Cloud Trust

Multi-factor authentication is pretty much the standard these days, but for our Windows devices, most of us still use only a username and password. The problem with strong passwords is that they are sometimes hard to remember and users often … Read moreHow to implement Windows Hello for Business with Cloud Trust

How to enable Password Writeback in Azure AD

Password Writeback isn’t enabled by default in an Azure AD Hybrid environment. Password changes or resets need to be done on-premise and can’t be done in Office 365. For the user experience, it’s more convenient that they can reset or … Read moreHow to enable Password Writeback in Azure AD

How to use IdFix to Find and Fix invalid AD objects

When you are planning to synchronize your local Active Directory with Azure AD, then it’s important to first run the IdFix tool from Microsoft. This tool will help you to find and resolve problems in your Active Directory. The IdFix … Read moreHow to use IdFix to Find and Fix invalid AD objects

Get-MgUser: How to Get and Export Azure AD users with PowerShell

Get MgUser

Starting from Dec 2022 we will need to use the Get MgUser cmdlet to get and export our Azure AD users. Get-MgUser is part of the Microsoft Graph SDK for PowerShell. It allows us to interact with all Microsoft Services … Read moreGet-MgUser: How to Get and Export Azure AD users with PowerShell