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
Which cmdlet produces a report that you can use to find the latency between client and the mailbox server?
Get-MessageLatencyReport
Which script in Exchange 2010 SP1 will check the redundancy of replicated databases, and generate events if database resiliency is found to be in a compromised state?
CheckDatabaseRedundancy.ps1
What file can you use to configure protocol logging settings for IMAP4?
the Microsoft.Exchange.Imap4.exe.config file
What file contains the back pressure system resource monitoring settings for Edge Transport server?
the EdgeTransport.exe.config file
What cmdlet should you use to identify currently active sessions on each server?
Get-LogonStatistics
What information should you obtain from the Search-MessageTrackingReport cmdlet before using the Get-MessageTrackingReport cmdlet?
You need to use the Search-MessageTrackingReport cmdlet to retrieve the message tracking report ID.
What cmdlet should you use to find information about the contents of a specified public folder, such as the type of items in the folder, subject, creation time, attachments, message size, and last user access time?
Get-PublicFolderItemStatistics
Which script in Exchange 2010 SP1 can be periodically run by administrators to balance the distribution of active database copies across a database availability group (DAG) based on administrator-configured activation preferences?
RedistributeActiveDatabases.ps1
How many network adapters are recommended by a mailbox server that participates in a Database Availability Group (DAG)?
at least two
What cmdlet should you use to find information related to a user’s mailbox, such as the time of last logon, the size in MB of the mailbox, and the item count of the mailbox?
Get-MailboxStatistics