Exchange 2010 | Exchange 2013 | Exchange 2016 | Exchange Online | Exchange Server | PowerShell | Windows | Windows Server 2008 | Windows Server 2012 | Windows Server 2016
Create Exchange Mail Contact using Powershell
Create Exchange Mail Contact using Powershell How to create an Exchange Mail Contact using Powershell one liner. To create the new Mail Contact run the following in Exchange Shell. New-MailContact -Name “Lazy-Mails” -ExternalEmailAddress “LazyAdmin@Gmail.com” -OrganizationalUnit “OU=Contacts,DC=LazyAdmin,DC=com” Quick and easy . #ThatlazyAdmin
