$ 0 0 How to mail enable Active Direcoty Contacts in Exchange using Exchange Managment shellGet-contact -RecipientTypeDetails Contact -Filter 'WindowsEmailAddress -ne $null' | foreach { enable-mailcontact -Identity $_ -ExternalEmailAddress $_.WindowsEmailAddress.toString() }You can specify custom OU( -organizationalunit contactsou)