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

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...