Powershell LDAP query to find Azure / O365 users synchronised with AD Sync
Recently I needed to create a quick report that would allow me to see at a glance which accounts in that domain had been synchronised with AD Sync into Azure AD. It wasn’t possible using Get-ADuser and I knew an LDAP query would do the trick. First I had to download a powershell module called…