Logo
Windows XP
Windows Vista
Windows 7
Windows Azure
Windows Server
Windows Phone
EPL Standings
 
 
Windows Server

Microsoft Exchange Server 2010 : Working with SMTP Connectors, Sites, and Links (part 4) - Viewing and Managing Send Connectors

- 2015 Chevrolet Camaro Z28 - The Legend Returns
- Wagon Audi Allroad Vs. Subaru Outback
- 996 Carrera 4S is Driving Perfection
2/24/2014 12:27:53 AM

5. Viewing and Managing Send Connectors

The Exchange Management tools provide access only to the Send connectors you've explicitly created. On Hub Transport servers, Send connectors created by Exchange Server are not displayed or configurable. On Edge Transport servers, you can view and manage the internal Send connector used to connect to the Hub Transport servers in your Exchange organization.

To view the Send connectors and manage their configuration, start the Exchange Management Console. On an Edge Transport server, select Edge Transport, click the server you want to work with, and then click the Send Connectors tab in the details pane. On a Hub Transport server, expand the Organization Configuration node, select Hub Transport, and then click the Send Connectors tab in the details pane. Send connectors you've created are listed by name and status. You can now do the following:

  • Change a connector's properties To change a connector's properties, right-click the connector, and then select Properties. Use the Properties dialog box to manage the connector's properties. You'll also be able to specify the maximum message size and protocol logging level. By default, the maximum message size is set to 10,240 KB and the protocol logging level is set to None.

  • Enable a connector To enable a connector, right-click it, and then select Enable.

  • Disable a connector To disable a connector, right-click it, and then select Disable.

  • Remove a connector To remove a connector, right-click it, and then select Remove.

In the Exchange Management Shell, you can view, update, or remove Send connectors using the Get-SendConnector, Set-SendConnector, or Remove-SendConnector cmdlets, respectively. Samples Example 6 through Example 8 provide the syntax and usage. With Get-SendConnector, if you don't specify an identity, the cmdlet returns a list of all administrator-configured Send connectors.

Example 6. Get-SendConnector cmdlet syntax and usage

Syntax

Get-SendConnector

Get-SendConnector -Identity ConnectorIdentity
[-DomainController DCName]


Usage

Get-SendConnector -Identity "Adatum.com Send Connector"

Example 7. Set-SendConnector cmdlet syntax and usage

Syntax

Set-SendConnector -Identity ConnectorIdentity
[-Name NewName]
[-AddressSpaces Addresses]
[-AuthenticationCredential Credentials]
[-Comment Comment]
[-ConnectionInactivityTimeout TimeSpan]
[-DNSRoutingEnabled <$true | $false>]
[-DomainController DCName]
[-DomainSecureEnabled <$true | $false>]
[-Enabled <$true | $false>]
[-Force <$true | $false>]
[-ForceHELO <$true | $false>]
[-Fqdn FQDN]
[-IgnoreStartTLS <$true | $false>]
[-IsScopedConnector <$true | $false>]
[-LinkedReceiveConnector ReceiveConnectorIdentity]
[-MaxMessageSize <Size | Unlimited>]
[-Port PortNumber]
[-ProtocolLoggingLevel <None | Verbose>]
[-RequireTLS <$true | $false>]
[-SmartHostAuthMechanism <None|BasicAuth|BasicAuthRequireTls
|ExchangeServer|ExternalAuthoritative>]
[-SmartHosts SmartHosts]
[-SourceIPAddress IPAddress]
[-SourceTransportServers TranportServers]
[SmtpMaxMessagesPerConnection MaxMessages]
[-UseExternalDNSServersEnabled <$true | $false>]


Usage

Set-SendConnector -Name "Adatum.com Send Connector"
-AddressSpaces "smtp:*.adatum.com;1"
-DNSRoutingEnabled $true -SmartHosts 10.10.2.205
-SmartHostAuthMechanism "None"
-SourceTransportServers "CORPSVR127"

Example 8. Remove-SendConnector cmdlet syntax and usage

Syntax

Remove-SendConnector -Identity ConnectorIdentity
[-Confirm <$true | $false>] [-DomainController DCName]


Usage

Remove-SendConnector -Identity "Adatum.com Send Connector"
Top Search -----------------
- Windows Server 2008 R2 : Work with RAID Volumes - Understand RAID Levels & Implement RAID
- Windows Server 2008 R2 Administration : Managing Printers with the Print Management Console
- Configuring Email Settings in Windows Small Business Server 2011
- Windows Server 2008 R2 : Configuring Folder Security, Access, and Replication - Implement Permissions
- Monitoring Exchange Server 2010 : Monitoring Mail Flow
- Windows Server 2008 R2 :Task Scheduler
- Windows Server 2008 R2 : File Server Resource Manager
- Windows Server 2008 R2 : Installing DFS
- Exchange Server 2010 : Managing Anti-Spam and Antivirus Countermeasures
- Windows Server 2008 R2 : Configuring Folder Security, Access, and Replication - Share Folders
Other -----------------
- Administering an Exchange Server 2013 Environment (part 9) - Server Administration
- Administering an Exchange Server 2013 Environment (part 8) - Understanding Archiving
- Administering an Exchange Server 2013 Environment (part 7) - Understanding Journaling
- Administering an Exchange Server 2013 Environment (part 6) - Introduction to Role Based Access Control
- Administering an Exchange Server 2013 Environment (part 5) - Performing Common Tasks - Creating Multiple Mailboxes in the Exchange Management Shell
- Administering an Exchange Server 2013 Environment (part 4) - Performing Common Tasks - Creating User Mailboxes
- Administering an Exchange Server 2013 Environment (part 3) - Exchange Management Shell
- Administering an Exchange Server 2013 Environment (part 2) - Exchange Administration Center - Overview of the Exchange Administration Center
- Administering an Exchange Server 2013 Environment (part 1) - Exchange Administration Center - Accessing the Exchange Administration Center
- Windows Server 2012 Administration : Managing Printers with the Print Management Console (part 3) - Using the Print Management Console
 
 
Most view of day
- Windows Server 2012 Administration : Managing Printers with the Print Management Console (part 2) - Adding New Printers as Network Shared Resources
- Exchange Server 2010: Deploying Exchange Databases (part 2) - Managing Mailbox Databases
- Microsoft Dynamics AX 2009 : The MorphX Development Environment - Developing with MorphX
- Using Control Panel and Group Policies : Operating Control Panel
- Improving System Performance (part 2)
- Windows Phone 8 : Developing for the Phone - Application Lifecycle (part 3) - Tombstoning
- Backing Up the Windows Server 2008 R2 Environment : Understanding Your Backup and Recovery Needs and Options
- Using Advanced System Management Tools : Finding and Decoding Information in System Information
- Active Directory Domain Services 2008 : Enable a Computer Object
- Microsoft Project 2010 : Fine-Tuning Task Details (part 4) - Adjusting Working Time for Individual Tasks
Top 10
- Advanced Windows 7 Programming : Working in the Background - DEVELOPING TRIGGER-START SERVICES (part 7)
- Advanced Windows 7 Programming : Working in the Background - DEVELOPING TRIGGER-START SERVICES (part 6)
- Advanced Windows 7 Programming : Working in the Background - DEVELOPING TRIGGER-START SERVICES (part 5)
- Advanced Windows 7 Programming : Working in the Background - DEVELOPING TRIGGER-START SERVICES (part 4)
- Advanced Windows 7 Programming : Working in the Background - DEVELOPING TRIGGER-START SERVICES (part 3)
- Advanced Windows 7 Programming : Working in the Background - DEVELOPING TRIGGER-START SERVICES (part 2)
- Advanced Windows 7 Programming : Working in the Background - DEVELOPING TRIGGER-START SERVICES (part 1)
- Advanced Windows 7 Programming : Working in the Background - ADVANTAGES OF WORKING IN THE BACKGROUND
- SharePoint 2013 : Health and Monitoring (part 4) - Timer Jobs, The Developer Dashboard
- SharePoint 2013 : Health and Monitoring (part 3) - Analytics, The Health Analyzer
Windows XP
Windows Vista
Windows 7
Windows Azure
Windows Server
Windows Phone
2015 Camaro