By
default this is set to 2 minutes.
MonitoringContext : This true/false value sets whether to include the monitoring events and
performance data. This will also pass the data onto MOM if the MOM agent is installed.
Server : Specifies the mailbox server to test.
The cmdlet can be executed from pipelined input, but in doing so it will not display the mailbox server ??™ s
name. In an organization with more than one mailbox server, this would be problematic. So using a
foreach loop to print the mailbox server ??™ s name with the output from the Test-ExchangeSearch
will work:
$mbx=Get-MailboxServer
Foreach ($mbxname in $mbx) {echo $mbxname.name (test-exchangesearch -server
$mbxname) | fl}
??‘
??‘
??‘
??‘
??‘
Chapter 14: Troubleshooting Exchange Issues
409
Troubleshooting Edge Synchronization
This section discusses the single Edge test cmdlet:
Test-EdgeSynchronization
The Test - EdgeSynchronization cmdlet tests synchronization of Edge servers. Edge servers use an
ADAM (Active Directory Application Mode) instance instead of connecting to AD directly. Edge servers
are not in the domain, so any information that is needed for messaging or recipients, connectors, and
anti - spam is stored in ADAM. The ADAM instance periodically updates its cache against AD to prevent
stale data and to improve response time.
Pages:
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564