Objective 2.1 Exchange 2010 Flashcards
Objective 2.1: Create and configure mailboxes.
When a user deletes items from the Deleted Items default folder on an email client, items are moved to the ______ folder, and that the duration for which deleted items remain in this folder is based on the deleted item retention settings.
Recoverable Items\Deletions
Mailboxes inherit deleted item retention settings from the ______ that hosts them. However, you can use the EMC or the EMS to configure deleted item retention settings on a ______ basis.
mailbox database,
per-mailbox
You can configure mailbox settings by accessing the mailbox Properties dialog box in the EMC, or you can use the EMS ______ cmdlet.
Set-Mailbox
The following command configures Jay Hamlin’s mailbox so that it has a deleted item retention time of 20 days: ______.
Set-mailbox jay_Hamlin –RetainDeletedItemsFor 20.00:00:00 –UseDatabaseRetentionDefaults $false
To recover a deleted message, you first search for it in the source mailbox, and then copy it to a ______ mailbox. You can restore it to the user’s mailbox by using the EMS ______ cmdlet.
discovery,
Search-Mailbox
The following command searches for a message (or messages) in Kim Akers’ mailbox that have been sent by Jeff Hay and contain the keyword Chicago: ______. These messages will be placed in the Discovery Search Mailbox, within the “Kim Akers Recovery” folder.
Search-Mailbox “Kim Akers” -SearchQuery “from:’ Jeff Hay’ AND chicago” -TargetMailbox “Discovery Search Mailbox” -TargetFolder “Kim Akers Recovery” -LogLevel Full
The following command restores the message (or messages) to Kim Akers’ mailbox that have been sent by Jeff Hay and contain the keyword Chicago, places them in the folder “Recovered Messages”,and deletes them from the “Discovery Search Mailbox”: ______.
Search-Mailbox “Discovery Search Mailbox” -SearchQuery “from:’ Jeff Hay’ AND “chicago” -TargetMailbox “Kim Akers” -TargetFolder “Recovered Messages” -LogLevel Full -DeleteContent
You should be aware that disabling a mailbox disconnects the mailbox from the user account, but the user account remains in ______.
Active Directory
Removing a mailbox disconnects that mailbox from its associated user account and removes the user account from ______.
Active Directory
You can disable or disconnect a mailbox by selecting the mailbox in the ______ node of EMC, and then in the Actions pane, clicking Disable or Disconnect.
Recipient Configuration\Mailbox
You can also use the EMS ______ cmdlet to disable a mailbox and the EMS ______ cmdlet to remove a mailbox.
Disable-Mailbox,
Remove-Mailbox
You can use the EMS ______ cmdlet to connect a disconnected mailbox to an existing Active Directory account.
Connect-Mailbox
The following command connects the disconnected mailbox named Jeff_Hay, which was originally located in mailbox database GLA-DB01, to the Jeff_Hay user account: ______.
Connect-Mailbox –Identity “Jeff_Hay” –Database “GLA-DB01” –User “Jeff_Hay”
You can configure individual mailbox quotas on the ______ tab of the mailbox Properties dialog box. You can also use the ______ cmdlet.
Mailbox Settings,
Set-Mailbox
The following command configures Jay Hamlin’s mailbox so that it has a prohibit send quota of 250 MB and a prohibit send and receive quota of 280 MB: ______.
Set-mailbox jay_Hamlin -ProhibitSendQuota 262144000 -ProhibitSendReceiveQuota 293601280 –UseDatabaseQuotaDefaults $false
Remember that ______ (or specific mailbox) limits take precedence over other message size restrictions.
user-level
You can configure message size restrictions on an individual mailbox by using the EMC to edit the mailbox ______ dialog box. You can also use the ______ cmdlet.
Properties,
Set-Mailbox
The following command configures Jim Hance’s mailbox so that he can send messages that are a maximum of 20 MB in size and receive messages that are no more than 15 MB in size: ______.
Set-Mailbox –Identity “Jim_Hance” –MaxSendSize 20mb –MaxReceiveSize 15mb
You can use the ______ cmdlet to set message size limits on a mailbox.
Set-Mailbox
The following command sets both the send message and the receive message sizes for Don Hall’s mailbox to 20 MB: ______.
Set-Mailbox -Identity “Don Hall” -MaxSendSize 20MB -MaxReceiveSize 20MB
The following command configures Jay Hamlin’s mailbox so that it has a warning quota of 200 MB: ______.
Set-mailbox jay_Hamlin -IssueWarningQuota 209715200 –UseDatabaseQuotaDefaults $false
You ______ use Exchange Server 2003 or Exchange Server 2007 tools to move a mailbox to Exchange Server 2010 SP1.
cannot
If you are using the EMS, you perform a move request by using the ______ cmdlet on the target server.
New-MoveRequest
In addition, if you are performing a cross forest move, the target Exchange 2010 forest must contain a valid ______ user account that has been prepared for the move.
mail-enabled
Remember that you use the ______ cmdlet (not the Move-Mailbox cmdlet) on the target server (not the source server).
New-MoveRequest
If you are moving mailboxes between an Exchange 2010 forest and a remote Exchange 2003 or 2007 forest, you must use EMS commands on the ______ server.
Exchange 2010