Quantcast
Viewing latest article 13
Browse Latest Browse All 37

How to Mail-enable Active Directory Contacts in Exchange

How to mail enable Active Direcoty Contacts in Exchange using Exchange Managment shell


Get-contact -RecipientTypeDetails Contact -Filter 'WindowsEmailAddress -ne $null' |
foreach { enable-mailcontact -Identity $_ -ExternalEmailAddress $_.WindowsEmailAddress.toString() }

You can specify custom OU( -organizationalunit contactsou)

Viewing latest article 13
Browse Latest Browse All 37

Trending Articles