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 reuse them on multiple sites. … 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 change their password also in … Read moreHow to enable Password Writeback in Azure AD

How to force Azure AD Sync delta manually with PowerShell

You have installed and configured Azure AD Connect, but how do you force the synchronization? When you change a user in your local Active Directory you might want to speed things up by forcing a delta sync to Azure AD. We can use a simple … Read moreHow to force Azure AD Sync delta manually with PowerShell

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 Tool will identify any potential … Read moreHow to use IdFix to Find and Fix invalid AD objects

Azure AD Password Policy – Complete Guide

Azure AD Password policies help you to secure your Microsoft 365 tenant. The policy defines how strong a password must be when they expire, and how many logins attempts a user can do before they are locked out. With cloud-only accounts, you can’t change the … Read moreAzure AD Password Policy – Complete Guide

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 through a single endpoint. All … Read moreGet-MgUser: How to Get and Export Azure AD users with PowerShell