Monitoring and Reporting Flashcards
Monitoring and Reporting
Which cmdlet can you use to determine which users in your organization access their mailboxes with mobile phones?
Get-CASMailbox
Why is your Edge Transport server rejecting message submissions if you see Event ID 15007 in the error log?
The Edge Transport server is critically low on memory
What should you type from the Exchange Command Shell to disable protocol logging settings for POP3?
Set-POPSettings -ProtocolLogEnable -false
What cmdlet is used to validate a user’s Outlook connection of either TCP/IP or Outlook Anywhere?
Test-OutlookConnectivity
Which cmdlet is used to verify server functionality by logging on to a mailbox that you specify?
Test-MapiConnectivity
What file can you use to configure protocol logging settings for POP3?
the Microsoft.Exchange.POP3.exe.config file
What command will resubmit all messages located in the remote delivery queue verigon.com on the server Exchange55?
Retry-Queue -Identity “Exchange55\verigon.com” -Resubmit $true
What cmdlet is used to verify that e-mail sent between Mailbox servers falls within a defined latency threshold?
Test-Mailflow
Which cmdlet is used to find statistics on Windows Mobile 6.1 clients accessing their mailboxes with a mobile phone?
Get-ActiveSyncDeviceStatistics
Which scripts in Exchange 2010 SP1 can you use to take a DAG member out of service for maintenance by moving active databases off of the DAG server, and also to block databases from moving to that server?
StartDagServerMaintenance.ps1 and StopDagServerMaintenance.ps1
Which two methods can you use to test end-to-end client Outlook Anywhere connectivity?
Use the Exchange Remote Connectivity Analyzer (ExRCA) and the Test-OutlookConnectivity cmdlet
What tests are included with the Exchange Remote Connectivity Analyzer?
Microsoft Exchange ActiveSync Connectivity Tests
Microsoft Exchange Web Services Connectivity Tests
Microsoft Office Outlook Connectivity Tests
Internet E-mail Tests
Which cmdlet does the Tracking Log Explorer use to get a detailed log of all messages transferred to and from a Hub Transport server, the Mailbox server, or an Edge Transport server role?
Get-MessageTrackingLog
What type of replication is supported by a Database Availability Group (DAG)?
DAG only supports mailbox database replication and does not support public folder replication.
Which tool can be used to diagnose common mail flow problems based on a pre-determined list of symptoms?
Exchange Mail Flow Troubleshooter