Objective 5.1 Exchange 2010 Flashcards
Objective 5.1: Monitor databases.
You need to know what steps to take to obtain information about public folder databases. You should be aware that you can use the EMC to access the public folder database Properties dialog box or use the EMS ______ cmdlet for this purpose. For example, the following command retrieves detailed information about the public folder database on the VAN-EX1 server: ______.
Get-PublicFolderDatabase,
Get-PublicFolderDatabase –Server VAN-EX1 | FL
You can use the EMS ______ cmdlet to obtain statistics for each individual public folder within a public folder database. For example, you can use this cmdlet to check replication by ensuring that the number and size of items in the public folder replica are the same as in the original public folder. The following command returns statistics for the public folder MyPublicFolder on the Mailbox server VAN-EX1: ______.
Get-PublicFolderStatistics,
Get-PublicFolderStatistics –Identity \MyPublicFolder –Server VAN-EX1 | FL
You can use the ______ cmdlet to view information about items within a specified public folder.
Get-PublicFolderItemStatistics
The Get-PublicFolderItemStatistics cmdlet returns information such as the subject, the attachments, the message size, the item type, the last modification time, the last access time, and the creation time. The following command obtains information about a public folder item with the path \Sales\Reports\2012Report on server VAN-EX1 and displays this information in table format: ______
Get-PublicFolderItemStatistics –Identity “\Sales\Reports\2012Report” –Server VAN-EX1 | FT
You need to know how to view the statistics for all the mailboxes on a server, for all the mailboxes in a mailbox database, or for a single mailbox. For example, the following command lists the statistics for all the mailboxes on the VAN-EX1 Mailbox server: ______
Get-MailboxStatistics –Server VAN-EX1 | FL
The following command lists the statistics for all the mailboxes in the mailbox database Mailbox Database 1363123687: ______.
Get-MailboxStatistics –Database “Mailbox Database 1363123687” | FL
You can use the EMC to determine the properties of a mailbox database. By accessing the ______ dialog box of a mailbox database, you can obtain general, maintenance, limits, and client settings information.
Properties
You can use the EMS ______ cmdlet to generate a report on the 25 accounts that are using the greatest amount of resources within a mailbox database.
Get-StoreUsageStatistics
The following command returns the 25 users with the largest mailboxes in the database Mailbox Database 1363123687: ______
Get-StoreUsageStatistics –Database “Mailbox Database 1363123687”
You can use the Get-StoreUsageStatistics cmdlet to identify mailboxes that exceed a specified size, but only if all these mailboxes are in the top ______ mailboxes listed by size.
25
In the following command, you use the EMS Get-MailboxDatabase cmdlet to retrieve information about MailDatabase01 on VANEX01, including status information, and display the information in list format: ______.
Get-MailboxDatabase -Identity MailDatabase01 –Server VAN-EX01 -Status | Format-List
You can use the EMS ______ cmdlet to obtain detailed information about the public folder database.
Get-PublicFolderDatabase
The following command retrieves information on the VAN-EX1 server, including detailed information about the public folder database status: ______.
Get-PublicFolderDatabase –Server VAN-EX1 -Status | FL
You can use the EMS ______ cmdlet to view status information about mailbox databases that have been configured with one or more database copies.
Get-MailboxDatabaseCopyStatus
The following command returns status information for all copies of a mailbox database named MyDatabase and displays status results in list format: ______.
Get-MailboxDatabaseCopyStatus -Identity MyDatabase | FL