Objective 7.3 Exchange 2010 Flashcards

Objective 7.3: Configure message integrity.

1
Q

The exam might check that you know how to configure S/MIME to ______ emails and attachments so that only the intended recipient can open and read them.

A

encrypt

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

You can obtain a certificate either from your organization’s internal CA or from a trusted third-party CA. An internal certificate can be used in-house only. Typically, S/MIME clients require the installation of a certificate before permitting users to send ______ messages.

A

encrypted

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

OWA users can use S/MIME to encrypt ______ messages and attachments.

A

outgoing

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

OWA users can digitally sign a message such that its recipients can verify the identity of the sender and that the message has not been ______.

A

tampered with

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

Users must have a digital ID and must install the ______ control for OWA before they can send encrypted and digitally signed messages or read encrypted messages by using the OWA client.

A

Secure Multipurpose Internet Mail Extensions (S/MIME)

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

You can use the EMS ______ cmdlet to enable or disable S/MIME in OWA. You must use Internet Explorer 7 or higher and ensure that SSL is used by the OWA directory.

A

Set-OWAVirtualDirectory

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

The following command enables S/MIME for OWA: ______.

A

Set-OWAVirtualDirectory -Identity “owa (Default Web Site)” -SMimeEnabled $true

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

You can enable or disable S/MIME for OWA by configuring the OWA (Default Web Site) ______ dialog box in the EMC.

A

Properties

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

By default, S/MIME is enabled. You can also use the EMS. The following command disables S/MIME on the OWA virtual directory, in the default IIS website, on the local server: ______.

A

Set-OWAVirtualDirectory -Identity “owa (Default Web Site)” -SMimeEnabled $false

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

You are expected to know that connections between SMTP servers on an organizational internetwork or the Internet rely on ______ for mutual authentication.

A

MTLS

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

You should be aware that in an MTLS connection, the server originating a message and the server receiving it exchange ______ from a mutually trusted CA.

A

certificates

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

There are five steps required to implement MTLS. You need to: ______.

A
  1. generate a certificate request for the required certificates;
  2. import certificates to the Edge Transport servers;
  3. configure outbound domain security;
  4. configure inbound domain security; and
  5. test domain-secure mail flow.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

You can test for the proper configuration of MTLS by enabling ______ logging on the connectors used to send and receive domain-secured emails.

A

verbose

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

For example, the following command enables verbose logging on a Receive connector named Internet: ______.

A

Set-ReceiveConnector Internet -ProtocolLoggingLevel Verbose

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

The following command enables verbose logging on a Send connector named InternetSend: ______.

A

Set-SendConnector InternetSend -ProtocolLoggingLevel Verbose

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

You can generate certificate requests by using the EMS ______ cmdlet. You can configure the request so that other services can use the same certificate and key pair. Issuing the cmdlet without parameters generates a selfsigned certificate. This certificate can be used for direct trust authentication and encryption between Edge Transport servers and Hub Transport servers.

A

New-ExchangeCertificate

17
Q

You can use the ______ tool to test the certificate structure. It can also be used to verify a CRL.

A

Certutil

18
Q

The following command issued at an elevated command prompt verifies a certificate chain: ______.

A

Certutil -verify c:<certificatefilename>.cer</certificatefilename>

19
Q

______ organizations manage the accounts used to access shared resources.

A

Account

20
Q

______ organizations, on the other hand, form the partnerships in single-sign on (SSO) scenarios.

A

Resource

21
Q

An organization that has resources can use AD FS to simplify the authentication process to these resources by forming ______ that account organizations then join.

A

partnerships

22
Q

A ______ is a statement that the federation server makes about a user or client.

A

claim

23
Q

Claims can be based on several different values, such as user names, certificate keys, membership of security groups, and so on. They are included in the signed security token that AD FS sends to the web application and are used for ______.

A

authorization

24
Q

AD FS communications must be encrypted at all times, and this requires several ______ types.

A

certificate

25
Q

A federation server requires both a server ______ certificate and a ______ certificate. In addition, the trust policy requires a ______ certificate. The server authentication certificate is an SSL authentication certificate that is typically requested and installed through IIS Manager. Many AD FS roles are outward facing. Therefore, the certificates should be from a trusted CA.

A
  1. authentication,
  2. token-signing,
  3. verification
26
Q

Federated identity is the process of authenticating a user’s ______.

A

credentials

27
Q

With identity federation, users in one domain can securely access data or systems of another domain by using SSO. AD FS relies on the following three role services to support identity federation: ______.

A
  1. Federation Service;
  2. Federation Service Proxy; and
  3. Windows Token-Based Agent.
28
Q

You need to know that transport protection rules are used to ______ email content, encrypt certain emails, and use AD RMS XrML-based policies to control who or what has access to certain content.

A

inspect

29
Q

AD RMS uses transport rules to protect content through the use of conditions and exceptions. If an email message meets any condition and no exceptions, the message will be ______ protected.

A

IRM

30
Q

If you remove and AD RMS template, then you must manually ______ any transport protection rules that use this template. If you do not, then the AD RMS will not properly license the content and an NDR will be delivered to the sender.

A

modify

31
Q

What EMS cmdlet can you use to request certificates that you can use for TLS or MTLS?

A

The New-ExchangeCertificate cmdlet.

32
Q

What utility can you use from an elevated command prompt to test the certificate structure?

A

You would use the Certuil.exe tool.

33
Q

You want to test for the proper configuration of MTLS. What EMS command do you issue to enable verbose logging on a Receive connector named Internet that’s used to receive domain-secured email?

A

You issue the Set-ReceiveConnector Internet -ProtocolLoggingLevel Verbose command.

34
Q

What certificate types are required for AD FS federation?

A

A federation server requires both a server authentication certificate and a token-signing certificate. In addition, the trust policy requires a verification certificate.

35
Q

What EMS cmdlet do you issue to enable S/MIME for OWA?

A

You issue the Set-OWAVirtualDirectory -identity “owa (Default Web Site)” -SMimeEnabled $true command.