Monitoring and Reporting Flashcards

Monitoring and Reporting

1
Q

Which cmdlet can you use to determine which users in your organization access their mailboxes with mobile phones?

A

Get-CASMailbox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is your Edge Transport server rejecting message submissions if you see Event ID 15007 in the error log?

A

The Edge Transport server is critically low on memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What should you type from the Exchange Command Shell to disable protocol logging settings for POP3?

A

Set-POPSettings -ProtocolLogEnable -false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What cmdlet is used to validate a user’s Outlook connection of either TCP/IP or Outlook Anywhere?

A

Test-OutlookConnectivity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which cmdlet is used to verify server functionality by logging on to a mailbox that you specify?

A

Test-MapiConnectivity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What file can you use to configure protocol logging settings for POP3?

A

the Microsoft.Exchange.POP3.exe.config file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What command will resubmit all messages located in the remote delivery queue verigon.com on the server Exchange55?

A

Retry-Queue -Identity “Exchange55\verigon.com” -Resubmit $true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What cmdlet is used to verify that e-mail sent between Mailbox servers falls within a defined latency threshold?

A

Test-Mailflow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which cmdlet is used to find statistics on Windows Mobile 6.1 clients accessing their mailboxes with a mobile phone?

A

Get-ActiveSyncDeviceStatistics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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?

A

StartDagServerMaintenance.ps1 and StopDagServerMaintenance.ps1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which two methods can you use to test end-to-end client Outlook Anywhere connectivity?

A

Use the Exchange Remote Connectivity Analyzer (ExRCA) and the Test-OutlookConnectivity cmdlet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What tests are included with the Exchange Remote Connectivity Analyzer?

A

Microsoft Exchange ActiveSync Connectivity Tests
Microsoft Exchange Web Services Connectivity Tests
Microsoft Office Outlook Connectivity Tests
Internet E-mail Tests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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?

A

Get-MessageTrackingLog

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What type of replication is supported by a Database Availability Group (DAG)?

A

DAG only supports mailbox database replication and does not support public folder replication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which tool can be used to diagnose common mail flow problems based on a pre-determined list of symptoms?

A

Exchange Mail Flow Troubleshooter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which cmdlet produces a report that you can use to find the latency between client and the mailbox server?

A

Get-MessageLatencyReport

17
Q

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?

A

CheckDatabaseRedundancy.ps1

18
Q

What file can you use to configure protocol logging settings for IMAP4?

A

the Microsoft.Exchange.Imap4.exe.config file

19
Q

What file contains the back pressure system resource monitoring settings for Edge Transport server?

A

the EdgeTransport.exe.config file

20
Q

What cmdlet should you use to identify currently active sessions on each server?

A

Get-LogonStatistics

21
Q

What information should you obtain from the Search-MessageTrackingReport cmdlet before using the Get-MessageTrackingReport cmdlet?

A

You need to use the Search-MessageTrackingReport cmdlet to retrieve the message tracking report ID.

22
Q

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?

A

Get-PublicFolderItemStatistics

23
Q

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?

A

RedistributeActiveDatabases.ps1

24
Q

How many network adapters are recommended by a mailbox server that participates in a Database Availability Group (DAG)?

A

at least two

25
Q

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?

A

Get-MailboxStatistics