Server : Specifies which server to test MAPI connectivity against. When the Server parameter
is used, the cmdlet tests connectivity to the system mailbox within each database on the specified
server.
To test all mailbox servers in the organization, use Get-MailboxServer | Test-MapiConnectivity ,
as shown in Figure 14 - 11 .
??‘
??‘
Figure 14-11
Testing Mailflow
Using the Test - Mailflow cmdlet allows the Exchange administrator to test mail connectivity to the
local mailbox server, between servers in the forest, or even to an external email address. If no parameters
are specified, the cmdlet sends and receives mail to the local machine.
The following is a list of parameters available for this cmdlet:
AutoDiscoverTargetMailboxServer : Uses the Autodiscover service to request a list of all
mailbox servers from AD and then sends a test email to each mailbox server that was returned
from the Autodiscover service.
TargetEmailAddress : Used to specify the SMTP address of a remote mailbox. An email will
be sent to the remote user ??™ s mailbox. This is useful for testing connectivity through the Internet.
??‘
??‘
Chapter 14: Troubleshooting Exchange Issues
407
TargetMailboxServer : Tells the cmdlet which mailbox servers to send test messages to.
ActiveDirectoryTimeout : By default this value is set to 15 seconds.
Pages:
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561