
Using the Exchange Management Shell to Modify an Existing Send Connector
You can use the Set-SendConnector cmdlet to modify all available settings for an existing Send connector. The Identity parameter specifies the Send connector that you want to modify. The Identity parameter can be the GUID or the name of the Send connector.
The values that you specify by using the Set-SendConnector cmdlet replace the existing values that are configured on the Send connector. To preserve any existing values in a multivalued parameter, you must specify the existing value and any new values that you want to add when you run the Set-SendConnector cmdlet.
The command in the following procedure is an example of how to use the Exchange Management Shell to make the following changes to settings on an existing Send connector named "Connection to Contoso.com.":
-
Change the maximum message size that is allowed on the connector to 50 MB.
-
Add a new address space for the domain named Fabrikam.com that has an address space cost of 5. You want to preserve the existing address space for the domain named Contoso.com that has an address space cost of 1 and was already configured on the Send connector.

To use the Exchange Management Shell to modify the existing Send connector named "Connection to Contoso.com"
For more information about how to retrieve the identity of a Send connector, see How to View the Configuration of a Send Connector.
For detailed syntax and configuration information, see Set-SendConnector.