Powershell to find Users Missing Contacts in a Hybrid Enviroment

Get-ADUser -Filter {proxyAddresses -like “*main.domain.com” -and enabled -eq true -and msExchUserAccountControl -notlike “*” -and msExchVersion -notlike “*”} |Select Name

(No Ratings Yet)