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-ADUser – How to Find and Export AD Users with PowerShell

The Active Directory is our main source when it comes to managing user accounts. The management console is great for looking up a single user, but when we need more, then the Get-ADUser cmdlet in PowerShell is much more powerful. … Read moreGet-ADUser – How to Find and Export AD Users with PowerShell