Managing connectors

Exchange 2013 uses both send and receive connectors to transmit and accept messages from other servers. These connectors can be managed from within the Exchange Admin Center (EAC), but the addition, configuration, and removal of these connectors can also be completely managed from the Exchange Management Shell. In this recipe, we'll take a look at the various cmdlets that can be used to manage send and receive connectors. The receive connectors are maintained at the server level while the send connectors are being maintained at organization level.

How to do it...

  1. To create a send connector, use the New-SendConnector cmdlet:
    New-SendConnector -Name Internet `
    -Usage Internet `
    -AddressSpaces 'SMTP:*;1' `
    -IsScopedConnector $false ...

Get Microsoft Exchange Server 2013 PowerShell Cookbook - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.