May 2013
Intermediate to advanced
504 pages
12h 2m
English
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.
New-SendConnector cmdlet:New-SendConnector -Name Internet ` -Usage Internet ` -AddressSpaces 'SMTP:*;1' ` -IsScopedConnector $false ...
Read now
Unlock full access