Hide from address list not working in Azure Active Directory Synced environment
When setting up Hide from address lists in Azure AD Connect environment by setting msExchHideFromAddressLists to True, in exchange online is still not enabled. To set the above attribute true via PowerShell, you can run the below commands $user = Get-ADUser username –Properties * $user.msExchHideFromAddressLists = “True” Set-ADUser –Instance $user Run the delta sync to […]
Recent Comments