0% found this document useful (0 votes)
10 views6 pages

Email Server t2

The document outlines key concepts and functionalities related to Microsoft Exchange Server 2019, including server roles, digital certificates, and administrative interfaces. It details the configuration settings, command-line installation procedures, and management of mailboxes and distribution groups. Additionally, it highlights the requirements for Active Directory and the schema extension necessary for Exchange installation.

Uploaded by

nandpatel001728
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views6 pages

Email Server t2

The document outlines key concepts and functionalities related to Microsoft Exchange Server 2019, including server roles, digital certificates, and administrative interfaces. It details the configuration settings, command-line installation procedures, and management of mailboxes and distribution groups. Additionally, it highlights the requirements for Active Directory and the schema extension necessary for Exchange installation.

Uploaded by

nandpatel001728
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

1.

Encrypted e-mail messages are encrypted using the recipient's public key
: True

2. Which of the following is the native CLI administrative interface for a Microsoft Exchange
environment?
: EMS

3. Which of the following is the native webmail interface for a Microsoft Exchange
environment?
: OWA

4. "Out-of-the-box" (by default), a new Microsoft Exchange installation is secured for all
client andserver transport services (SMTP, POP, IMAP, HTTP, etc.)
Which of the following digital certificate types is used to secure these transport services
"Out-of-the-box"?
: Self-Signed Single Server Certificate

5. What default port number (on the Microsoft Exchange server) is used for inbound "TLS
secured IMAP" client connections?
: 143

6. What default port number (on the Microsoft Exchange server) is used for inbound "TLS
secured SMTP" client connections?
: 587

7. What default port number (on the Microsoft Exchange server) is used for inbound "TLS
securedOWA" client connections?
: 443

8. Which of the following digital certificate types is used to digitally sign e-mail messages
sent between recipients?
: S/MIME Certificate

9. Which of the following digital certificate types is used for Secure Email usage purposes?
: S/MIME Certificate

10.From the end-user's perspective, a "hard-deleted" e-mail item is…


: one that is removed from the (Deletions) folder

11.Which of the following are Microsoft Exchange Server server roles?


: Mailbox Server Role
Edge Transport Server Role

12. Which feature does discontinue in exchange server 2019 ?


: Unified Messaging (UM)
13. Which Server role provide antispam and mail flow rules as mail enters and
leaves your Exchange organization?
: Edge transport server role

14. You are working as an exchange administrator for a company name Acme. Your
manager wants to know which server role handles all external mail flow for the
Exchange organization. Select the right role for all external mail flow for the Exchange
org.
: Edge transport server role

15. Exchange Server follows a quarterly delivery model to release Cumulative Updates (CUs) that address
issues reported by customers. CUs sometimes also add new features and functionality. Which latest CU is a full
installation of Exchange that includes all updates and changes from previous CUs.
: Exchange 2019 CU12

16. Where does the Edge Transport servers are typically installed on the network
: Perimeter network

17. You are working for a company having an exchange server 2019 on-premises
models. Your fellow employees are curious about which server role contains databases
belonging to users in your exchange organization.
: Mailbox server role

18. A mailbox database is a unit of granularity where mailboxes are created and
stored. A mailbox database is stored as an Exchange database file. What is a file
extension used in exchange server2019 to store the database file?
: .exe

19. Which commands will you use to install Exchange 2019 from the command line?
[Select all that apply]
 E:\Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON/PrepareSch
ema

 E:\Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON/PrepareAll
Domains

 E:\Setup.exe
/IAcceptExchangeServerLicenseTerms_DiagnosticDataON
/PrepareAD/OrganizationName:"Contoso Corporation"

20.An address list is a collection of mail-enabled recipient objects from the Active Directory.
Identify the address lists that are available in the Exchange server 2019. {Select all that
apply}
 Global address lists (GALs)
 Address lists
 Offline address books (OABs)

21. Address lists aren't static in exchange server 2019. They're updated
dynamically
: True
22.Which group in the Exchange server 2019 is exclusively used to distribute the messages
only?
: Mail-enabled universal distribution groups

23.Exchange Admin Center is a browser-based application designed for managing on-


premises, online, and hybrid Exchange organizations.
: True

24.The URL of the EAC is controlled by the Internet Information Services (IIS) virtual directory
named ECP in the Client Access (frontend) services on the Mailbox server.
: True

25. When you are working with the Exchange Management Shell, additional Exchange
specific cmdlets are available . "To view a list of all Exchange cmdlets, enter
: get-excommand

26. What are the effects of the following Cmdlets while creating a Dynamic
Distribution Group via EMS? Match the correct command with the appropriate
outcomes.

New-DynamicDistributionGroup -IncludedRecipients MailboxUsers -Name "Mailbox


Users DDG" -RecipientContainer Users
---- This example creates the dynamic distribution group “Mailbox Users
DDG" that contains only mailbox users.

New-DynamicDistributionGroup -Name "Mailbox Users on Server1" -


RecipientContainer Users -RecipientFilter "(RecipientTypeDetails -eq'UserMailbox')
-and (ServerName -eq'Server1')"
---- This example creates a dynamic distribution group with a custom
recipient filter. The dynamic distribution group contains all mailbox users
on a server called Server1.

New-DynamicDistributionGroup -Name "Full Time Employees" -RecipientFilter


"(RecipientTypeDetails -eq'UserMailbox') -and(CustomAttribute10 -
eq'FullTimeEmployee')"
---- This example creates a dynamic distribution group with a custom
recipient filter. The dynamic distribution group contains all mailbox users
that have a value of "FullTimeEmployee" in theCustomAttribute10
property.
27.What is true about Dynamic Distribution Groups. Select all that applies to DD Groups.
 The DD groups are mail-enabled Active Directory group objects that are
created to expedite the mass sending of email messages and other
information within a Microsoft Exchange organization.

 The membership list for DD groups is calculated each time a message is


sent to the group, based on the filters and conditions that you define.

 The DD groups includes any recipient in Active Directory with attribute


values that match its filter.

28.What window server version do domain controllers in the forest need to be running for
you to set up your Exchange 2019 organization?
: Any of the above version

29.What is the minimum Active directory functional level required to install exchange server
2019?
: Windows Server 2012 R2 or higher.

30.What version of the .NET framework does exchange server 2019 CU12 support?
: 4.8

31.Which membership you must need to extend the schema in your active directory before
installing Exchange 2019?
: Both

32.Exchange uses Active Directory to store information about mailboxes and the
configuration of Exchange servers in the organization. Before you install Exchange Server
2016 or Exchange Server2019 (even if you have earlier versions of Exchange installed in
your organization), you need to prepare your Active Directory forest and its domains for
the new version of Exchange. Which commands do you execute to extend your active
directory forest and its domains before you install exchange server 2019 in your
environment?
: All

33.Which server role is not recommended on the same server to install exchange server
2019 on the server?
: ADDS role

34. Which server role does exchange 2019 require to connect over the web?
: IIS server role

35.Before you install a new version of Exchange, you will need to perform several tasks in
Active Directory. This is true for both migrating an older version of Exchange, or, installing
into a greenfield that has had no prior iteration of Exchange. This will involve which of the
following tasks?
 Extend the Active directory Schema
 Prepare the Exchange organization
 Prepare the domains in the forest
36.With the Fresh installation of Exchange Server 2019, a default mailbox database is
created automatically in the default Exchange installation location, which is C:\
ProgramFiles\Microsoft\Exchange Server\V15\Mailbox. Which cmdlet is used to see where
that database and log files are currently stored.

: Get-MailboxDatabase | FL Name, EdbFilePath, LogFolderPath

37.When we disable a mailbox, Exchange retains the mailbox in the mailbox database and
switches the mailbox to a disabled state. Which tools does the administrator use to
reconnect it to the original Active Directory user account?
 EAC
 EMS

38.We can connect deleted mailbox to the existing AD user account before the deleted
mailbox retention period expires. What is the default retention periods for a mailbox in
exchange 2019 org?
: 30 days

39.Which one is the correct explanation for the disabled and deleted mailbox?

Disable mailbox

 The Exchange attributes are removed


from the corresponding Active Directory
user account, but the user account is
retained.

 Admin can use the Disable-Mailbox


cmdlet to disable the mailbox of existing
users who already have mailboxes.

 In Exchange Server, you can only use the


Exchange admin center(EAC) disable or
delete mailboxes

Deleted mailbox

 Disabled or deleted mailboxes are also


known as disconnected mailboxes.

 Both the Exchange attributes and the


Active Directory user account are deleted

 The mailbox is then also left in the


Exchange mailbox database until the
retention period has lapsed, then it is
removed permanently.

 In Exchange Server, you can use the


Exchange admin center(EAC) or the
Exchange Management Shell to disable or
delete mailboxes.
40.What is the dynamic distribution group in exchange in 2019 ?
 Dynamic distribution groups are mail-enabled Active Directory group
objects that are created to send messages to groups of recipients and
assign permissions in an Exchange Server organization, and mail contacts
and mail users.

 A dynamic distribution group is dynamic, the member’s list will be


updated automatically based on criteria which we can specify while
creating the dynamic distribution group.

 We can use the Exchange Admin Center (EAC) and Exchange Management
Shell(EMS) to create a dynamic distribution group in Exchange Server
2019.

You might also like