If an Edge Transport server exists in the
organization, the Edge Subscription process is recommended to automatically create and configure
connectors between the Edge Transport server and a Hub Transport server in a designated Active
Directory site. The following cmdlets are covered in this section; some are discussed later in more detail.
??‘ Get-SendConnector
??‘ Set-SendConnector
??‘ New-SendConnector
??‘ Remove-SendConnector
??‘ Get-ReceiveConnector
??‘ Set-ReceiveConnector
??‘ New-ReceiveConnector
??‘ Remove-SendConnector
??‘ Format-List
??‘ Get-TransportConfig
??‘ Set-TransportConfig
??‘ Get-ADPermission
New - ReceiveConnector
The New - ReceiveConnector cmdlet creates a new Receive Connector. The Name, Bindings, and,
RemoteIPRanges are required parameters. The following switch parameters are important to note: Custom ,
Client , Partner , Internal , and Internet . These indicate the types of Receive Connectors that can be
created. They can be specified separately or using the Usage parameter but cannot be used in conjunction
with this parameter. If no usage type is specified, the default usage type of custom will be used.
??‘ Custom < SwitchParameter > : This parameter can be used to specify the custom usage type.
The usage type specifies the default permission groups and authentication methods that are
assigned to this connector.
Pages:
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305