Start - EdgeSynchronization
This cmdlet is used to start the synchronization of configuration data to the Edge Transport server after it
is subscribed to the Exchange organization.
For a detailed list run the following in the Exchange Management Shell: Get-Help
Start-EdgeSynchronization -detailed . The syntax for this cmdlet has the following parameters:
Start-EdgeSynchronization [-Confirm [ < SwitchParameter > ]] [-Server
< ServerIdParameter > ] [-WhatIf
[ < SwitchParameter > ]]
Part II: Working with Server Roles
244
Test - EdgeSynchronization
This cmdlet is used to determine the status of subscribed Edge Transport servers. It includes a new
parameter VerifyRecipient, which was introduced in Exchange Server 2007 SP1, used to test the
synchronization status of a specific Recipient.
For a detailed list run the following in the Exchange Management Shell: Get-Help
Test-EdgeSynchronization -detailed . The syntax for this cmdlet has the following parameters:
Test-EdgeSynchronization [-Confirm [ < SwitchParameter > ]] [-DomainController < Fqdn > ]
[-ExcludeRecipientTest < SwitchParameter > ] [-MaxReportSize < Unlimited > ]
[-MonitoringContext < $true | $false > ] [-WhatIf [ < SwitchParameter > ]]
Test-EdgeSynchronization -VerifyRecipient < ProxyAddress > [-Confirm
[ < SwitchParameter > ]] [-DomainController < Fqdn > ] [-WhatIf [ < SwitchParameter > ]]
??‘ ExcludeRecipientTest < SwitchParameter > : This parameter excludes validation of
Recipient data synchronization.
Pages:
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354