Enterprise Messaging & Exchange Flashcards

1
Q

Exchange Server has 5 primary roles that can be installed on the server to perform specific functions. What are they?

A
CAS = All client connections (MAPI, OWA, HTTPS)
HUB = Message delivery
Mailbox = Message Store
Unified Messaging = Voicemail
Edge = Anti-Spam, Anti-Virus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is responsible for distributing client traffic to ensure high availability?

A

Load Balancer

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

What provides redundancy through a group of up to 16 Mailbox servers that hosts a set of databases and provides automatic database-level recovery from failures that affect individual databases?

A

DAG (Database Availability Group)

Like RAID for email servers

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

What is the difference between a Switchover and a Failover?

A

A switchover is a scheduled outage of a database or server that’s explicitly initiated by an administrator, typically in preparation for performing a maintenance operation.

A Failover occurs when one or more active database copies become unavailable, and the DAG automatically takes action to restore service

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

What key protocols are used by the Messaging Architecture?

A

Simple Mail Transfer Protocol (25)
Internet Message Access Protocol (143)
Hypertext Transport Protocol (HTTP - 80 / HTTPS - 443)

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

The Exchange Management Console is divided into three sections, what are they?

A
  • Organization Configuration
  • Server Configuration
  • Recipient Configuration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The exchange management shell was built on what?

A

PowerShell

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

What is the term for lightweight commands that are used in the Windows PowerShell/Exchange Management Shell environment?

A

Cmdlets

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

What are the common Cmdlet verbs?

A

New: Creates a new instance of an item
Remove: Removes an instance of an item
Enable: Enables a setting or mail-enables a recipient
Disable: Disable a setting or mail-recipient
Set: Modifies specific settings of an object
Get: Queries a specific object or a subset of a type of object, such as a specified mailbox or all mailbox users

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

What Exchange Management Shell command allows you to obtain a list of available Exchange cmdlets?

A

Get-ExCommand|more

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

What Exchange Management Shell command allows you to combine commands to help automate the process?

A

”|” (pipe)

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

What rights/roles can be delegated to other users and groups in Exchange?

A
  • Exchange Organization Administrator
  • Exchange Public Folder Administrator
  • Exchange Recipient Administrator
  • Exchange View-Only Administrator
  • Exchange Server Administrator
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is used to move or remove messages in exchange?

A

ExMerge

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

What ExMerge command tells the server to run 10 export processes simultaneously to prevent the system from overloading?

A

MaxThreads 10

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