For a detailed list run the following in the Exchange Management Shell: Get-Help
New-EdgeSubscription -detailed. The syntax for this cmdlet has the following parameters:
New-EdgeSubscription -FileName < LongPath > [-Confirm [ < SwitchParameter > ]]
[-CreateInboundSendConnector < $true | $false > ] [-CreateInternetSendConnector < $true |
$false > ] [-DomainController < Fqdn > ] [-Force < SwitchParameter > ] [-Site
< AdSiteIdParameter > ] [-WhatIf [ < SwitchParameter > ]] [ < CommonParameters > ]
Some key parameters to note include:
??‘ FileName < LongPath > : This is the only required parameter when exporting the subscription
file from the Edge Transport server. You must specify the full path to the file as well as the
extension.
??‘ CreateInboundSendConnector < $true | $false > : This parameter when set to $ false will
not create the Send Connector from the Edge Transport server to the Hub Transport servers. The
default value is $True . The Send Connector address space will be set to -- , the smart hosts will
be set to -- , the Edge Transport server will be set as the source server, and Domain Name
System (DNS) routing will be disabled. This parameter is only used when you run the command
on the Hub Transport server.
??‘ CreateInternetSendConnector < $true | $false > : This parameter is only used when run
on the Hub Transport server.
Pages:
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351