Objective 7.2 Exchange 2010 Flashcards
Objective 7.2: Configure compliance.
You need to know what steps to take to protect the privacy of individuals and the confidentiality of communications by configuring ______ so that access is restricted to authorized users and permitted actions.
Information Rights Management (IRM)
The exam might test that you are aware that Rights Management Services (RMS) includes all the server and ______ technologies that are required to support IRM in an organization.
client
The EMS ______ cmdlet issued without parameters retrieves a list of active rights policy templates. This cmdlet retrieves the templates that are currently available to the Exchange 2010 server on which the command is run.
Get-RMSTemplate
IRM protection can be applied to messages ______ by Outlook users.
manually
You can use the ______ cmdlet to enable or disable IRM for internal messages and to enable or disable transport decryption, journal report decryption, IRM for Exchange Search, and IRM in OWA.
Set-IRMConfiguration
The following command enables licensing and hence enables IRM features for messages sent to internal recipients: ______.
Set-IRMConfiguration –InternalLicensingEnabled $true
The following command enables licensing, and hence, enables IRM features for messages sent to external recipients: ______.
Set-IRMConfiguration –ExternalLicensingEnabled $true
The following command enables journal report decryption: ______.
Set-IRMConfiguration –JournalReportDecryptionEnabled $true
The following command disables IRM features in OWA: ______.
Set-IRMConfiguration –OWAEnabled $false
You can use commands based on the EMS ______ cmdlet to enable or disable IRM in OWA for your entire Exchange 2010 organization.
Set-IRMConfiguration
You can also enable or disable IRM for an OWA virtual directory by using the EMS ______ cmdlet.
Set-OWAVirtualDirectory
Alternatively, you can enable or disable IRM for an OWA mailbox policy by using the EMS ______ cmdlet.
Set-OWAMailboxPolicy
The following command enables IRM in OWA for an entire Exchange Server 2010 organization: ______.
Set-IRMConfiguration -OWAEnabled $true
The following command disables IRM in OWA for the virtual directory MyVirtualDirectory on Client Access Server VAN-EX2: ______.
Set-OWAVirtualDirectory –Identity VAN-EX2\MyVirtualDirectory –IRMEnabled $false
Remember that the Set-IRMConfiguration cmdlet supports the OWAEnabled parameter, whereas the ______ and Set-OWAMailboxPolicy cmdlets support the IRMEnabled parameter.
Set-OWAVirtualDirectory
You need to know what steps to take to configure journaling to record organizational communications for use in an email ______ strategy. The exam might test that you are aware that a journaling agent is a transport agent that processes messages on Hub Transport servers.
retention
Exchange 2010 provides the ______ and premium journaling options. The premium option uses journal rules.
standard
Journal rule ______ defines which messages are journaled by the journaling agent.
scope
You can ______ the journal rule to Internal, External, or Global recipients.
target
The ______ can be an Exchange mailbox, a distribution group, or a contact.
recipient
Typically, recipients might be subject to regulatory requirements or might be involved in ______.
legal proceedings
If you do not specify a journaling recipient, all messages sent to or from recipients that match the journal rule ______ are journaled.
scope
You can specify one or more mailboxes to be used for collecting journal ______.
reports
You can use the EMS ______ cmdlet to create a mailbox to use as a journaling mailbox.
New-Mailbox
The following EMS commands create a journaling mailbox named Journal with the UPN journal@adatum.com in the mailbox database MyMailDatabase—note that you are prompted for a password after you issue the first command: ______.
$password = Read-Host “Enter password” -AsSecureString
New-Mailbox -Name Journal -UserPrincipalName journal@adatum.com -Database “MyMailDatabase” -Password $password
When you have created a mailbox to use as a journaling mailbox, Microsoft recommends that you configure this mailbox to accept messages only from the Microsoft Exchange recipient or from authenticated senders, and disable its storage ______ limits.
quota
When you have created a mailbox, you can then create a journaling rule by using the EMS ______ cmdlet to configure the mailbox as a journaling mailbox.
New-JournalRule
The following command stores all messages sent to DonHall@adatum.com in the journaling mailbox Journal: ______.
New-JournalRule -Name “Don-Hall-Compliance” -JournalEmailAddress “Journal” -Scope Global -Recipient DonHall@adatum.com -Enabled $True
The following command stores all messages sent to the distribution group BookAuthors@contoso.com to the journaling mailbox Authors Journal: ______.
New-JournalRule -Name “Book-Authors-Journal” -JournalEmailAddress “Authors Journal” -Scope Global –Recipient BookAuthors@contoso.com -Enabled $True
You use the EMS ______ cmdlet to modify an existing journaling rule.
Set-JournalRule
The following command modifies the journal email address to which journal reports are sent by the existing journal rule Book-Authors-Journal: ______.
Set-JournalRule “Book-Authors-Journal” -JournalEmailAddress Authors@contoso.com
Remember that if you are asked to fulfill a new journaling requirement, you use the New-JournalRule cmdlet. If you are asked to modify an existing journaling configuration, you use the ______ cmdlet.
Set-JournalRule
You need to know what steps to take to configure an alternative journaling mailbox so that ______ journal reports do not collect in an email queue on a Hub Transport server when its journaling mailbox is unavailable.
rejected
The alternate journaling mailbox receives the NDRs generated when the journaling mailbox or the server on which it is located refuses delivery of the journal report or becomes unavailable. When the journaling mailbox becomes available, you can use the ______ feature of Outlook to submit journal reports for delivery to the journaling mailbox.
Send Again
Journal reports are redirected only after the alternate mailbox is configured. Journal reports that have already failed delivery before the alternate journaling mailbox is configured are not ______.
redirected
You can use the EMS ______ cmdlet to configure an existing mailbox as an alternate journaling mailbox.
Set-TransportConfig
The following command configures the mailbox sparemailbox@contoso.com as an alternate journaling mailbox: ______.
Set-TransportConfig -JournalingReportNdrTo sparemailbox@contoso.com
You can use the New-Mailbox cmdlet to create a mailbox for and then use the Set-TransportConfig cmdlet to configure it as an alternate journaling mailbox. You should not attempt to configure a mailbox you have already configured as a journaling mailbox (using the New-JournalRule cmdlet) as an ______ mailbox.
alternate journaling
You need to know what steps to take to create and enable message classifications so that an Outlook or OWA client can display a user-friendly ______ of the classification to senders and receivers of a classified message.
description
Some message classifications are enabled by default. The following message classifications are enabled by default in Exchange 2010, and users cannot add these classifications to messages: ______.
- Attachment Removed
- Originator Requested Alternate Recipient Mail
- Partner Mail
By default, all message classifications are informational only and are not associated with any ______ protection rules.
transport
You can use the EMS ______ cmdlet to create a message classification.
New-MessageClassification
The following command creates a message classification named SampleMessageClassification with the display name Sample Message Classification and the sender description “This is a sample message classification”: ______.
New-MessageClassification -Name SampleMessageClassification -DisplayName “Sample Message Classification” -SenderDescription “This is a sample message classification.”
After you create a new message classification, you need to specify it as a transport rule predicate. Before Outlook and OWA users can apply the message classification to messages, you need to update the end-user systems with the message classification XML file created by the ______ script file, which is located by default in the C:\Program Files\Microsoft\Exchange Server\Scripts directory.
Export-OutlookClassification.ps1
Remember that creating and applying a new message classification is a two-stage process. You need to use the ______ cmdlet to create the classification, and then specify it as a transport rule predicate by running the Export-OutlookClassification.ps1 script file.
New-MessageClassification
You can add new locales of the message classification by using the ______ cmdlet.
New-MessageClassification
The following command creates a locale-specific (Spanish) version of the existing message classification SampleMessageClassification: ______.
New-MessageClassification -Identity SampleMessageClassification -Locale es-ES -DisplayName “En Espanol” -SenderDescription “Esta es una clasificacion de mensajes muestra.”
The message classification with the highest precedence is shown ______.
first
You set precedence by using the ______ parameter of the EMS Set-MessageClassification cmdlet. Valid input for this parameter is Highest, Higher, High, MediumHigh, Medium (the default), MediumLow, Low, Lower, and Lowest.
DisplayPrecedence
The following command changes the display precedence of the message classification SampleMessageClassification to MediumLow and specifies that the message classification should be retained if the message is forwarded or replied to: ______.
Set-MessageClassification -Identity SampleMessageClassification -DisplayPrecedence MediumLow -RetainClassificationEnabled $true
You need to know what steps to take to create and configure mail tips that give your Outlook 2010 and OWA users ______ about a message and its recipients before they send it.
information
The exam might test, for example, if you know how to inform a sender when a recipient has enabled an ______ reply and might be on vacation for an extended period. A mail tip can also warn the sender if a recipient’s mailbox is full, if the message that is about to be sent is large enough to fill it, or if a message exceeds organizational size limits.
out-of-office
You can configure custom mail tips. These replace messages that might otherwise be sent as an ______ response, such as “This mailbox is not monitored” or “You will receive a response within 48 hours.” Custom mail tips can be localized so that users can see them in their own language.
automatic
The following command disables mail tips for an Exchange 2010 organization: ______.
Set-OrganizationConfig –MailTipsAllTipsEnabled $false
When senders address messages to more recipients than the number you specify, they are shown the large audience size ______.
mail tip
The large audience size is set to 25 by default. The following command configures the large audience size to 100: ______.
Set-OrganizationConfig -MailTipsLargeAudienceThreshold 100
When the external recipients mail tip is enabled, senders are notified if a distribution group contains external recipients. By default, the external recipients mail tip is disabled. The following command enables it: ______.
Set-OrganizationConfig -MailTipsExternalRecipientsTipsEnabled $true
By default, mail tips that rely on mailbox data are enabled. Mailbox data includes out-of-office and mailbox full information. The following command disables mail tips that rely on mailbox data: ______.
Set-OrganizationConfig -MailTipsMailboxSourcedTipsEnabled $false
Group metrics data consists of the ______ count and external members count for all distribution groups and dynamic distribution groups. Mail tips such as large audience size and external recipients rely on this data. By default, these mail tips are enabled.
membership
The following command disables mail tips that rely on group metrics data: ______.
Set-OrganizationConfig -MailTipsGroupMetricsEnabled $false
Custom mail tips can include HTML links. However, ______ are not permitted. The length of a custom mail tip cannot exceed ______ characters.
scripts,
250
You can configure custom mail tips for recipients, based on the following six EMS cmdlets: ______.
- Set-Mailbox;
- Set-MailContact;
- Set-MailUser;
- Set-Distribution Group;
- Set-DynamicDistributionGroup; and
- Set-MailPublicFolder
The following command configures a custom mail tip for the CorporateAssistance mailbox to inform senders that they will receive a response within three hours: ______.
Set-Mailbox -Identity “CorporateAssistance” -MailTip “A Corporate Assistance representative will contact you within 3 hours.”
The exam might check that you are aware that message tracking logs can be used for message ______, mail flow analysis, reporting, and troubleshooting.
forensics
You access the Tracking Log Explorer from the EMC ______. You can specify parameters such as Recipients, Sender, Server, and so on. If message subject logging is enabled, you can also specify Subject. The tool tracks messages defined by the parameters you specify. If your request highlights message tracking problems, you can select a symptom and obtain further information.
Toolbox
You can use the EMS ______ cmdlet to locate messages with an EventID of RECEIVE.
Get-MessageTrackingLog
The following command accesses messages with this EventID received between 5:37 AM and 5:47 AM on March 18, 2012: ______.
Get-MessageTrackingLog –EventID RECEIVE –Start 3/18/2012 5:37:00 AM –End 3/18/2012 5:47:00 AM
You need to know what steps to take to configure transport rules that implement ______ policies by inspecting message content, encrypting sensitive email content, and using rights management to control access.
messaging
Before you create a transport protection rule, you need to discover what rights management ______ are available.
templates
The following EMS command generates a list of available templates: ______.
Get-RMSTemplate | FL
You can use the New Transport Rule Wizard in the EMC to create a transport protection rule. You can also use the EMS ______ cmdlet.
New-TransportRule
The following command creates a rule named Protect-Confidential that IRM-protects messages that contain the word Confidential in the Subject field using the Do Not Forward template: ______.
New-TransportRule -Name “Protect-Confidential” -SubjectContainsWords “Confidential” -ApplyRightsProtectionTemplate “Do Not Forward”
What EMS cmdlet, issued without parameters, retrieves a list of active rights management services policy templates that are currently available to the Exchange 2010 server on which the command is run?
The Get-RMSTemplate cmdlet.
What EMS command do you issue to ensure that all email messages that contain at least one recipient who is a member of the management@adatum.com distribution list and that pass through the Hub Transport server in the adatum.com organization store a copy in the journaling mailbox Journal@adatum.com? The rule you create is to be called Management-Communications.
You issue the New-JournalRule –Name “Management-Communications” –JournalEmailAddress “Journal@adatum.com” –Scope Global –Recipient “management@adatum.com” –Enabled $true command.
What EMS cmdlet can you use to configure an existing mailbox as an alternate journaling mailbox?
The Set-TransportConfig cmdlet.
What EMC tool can you use to track messages defined by the parameters you specify?
The Tracking Log Explorer.
What two methods can you use to create a transport protection rule?
You can use the EMC New Transport Rule Wizard or the EMS New-TransportRule cmdlet.