You start the Exchange installation and get an error message stating that you do not have sufficient permissions. (2 answers)
You start the Exchange installation and the prerequisite check fails. (1 answer)
After applying limits on each of the
mailbox databases, some of the users
are exceeding these limits. (1 answer
Schema extension fails (2 answers)
Clients receive certificate related errors when they connect to the Client Access server. (1 answer)
Ensure that the certificate configured on the Client Access server is trusted by all clients. The best way to do this is to obtain a certificate from a trusted PublicCA
Users from the Internet are not able to connect to the Client Access server. (1 answer)
You configure a Send Connector to the Internet, but messages cannot be transferred over it. (1 answer)
You want to understand over what hops the message has been transferred. (1 answer)
Your Exchange Server does not accept messages for the domain adatum-info.com. (1 answer)
Outbound e-mail messages are queuing on exchange server. (1 answer)
Identify the causes for the following common issues related to troubleshooting Exchange server problems, and fill in the troubleshooting tips
Question: What are the various message-flow scenarios?
There are four message-flow scenarios:
Inbound mail flow. Refers to e-mail that comes into an
Exchange Server 2016 organization from the Internet.
Outbound mail flow. Refers to e-mail that travels from an Exchange Server 2016 organization to the Internet.
Local mail flow. Refers to e-mail that a Hub Transport server processes in an Exchange Server 2016 organization and then delivers to a mailbox on the same Active Directory® Domain Services (AD DS) site.
Remote mail flow. Refers to e-mail that a Hub Transport server processes in an Exchange Server 2016 organization and then delivers to a mailbox on a different Active Directory site from the source mailbox.
Question: What would you need to configure to enable outbound Internet e-mail from your exchange organization location?
You need to configure a SMTP send connector.
When might you choose to initiate a database switchover?
You can initiate database switchovers to move databases off a DAG member for maintenance tasks, such as applying software updates.
Exchange Power Shell examples: (choose from the answers just bellow)
The following example retrieves a list of all the users, filters only users that are located in the Sales organizational unit (OU), and then mail-enables the users:
Get-User | Where-Object {$_.distinguishedname –ilike “*ou=sales,dc=contoso,dc=com”} | Enable-Mailbox -database “Mailbox Database 1”
The following example returns all members in the RemoteUsers distribution group, and then sets the MaxReceiveSize on each of the members’ mailboxes:
Get-DistributionGroup “RemoteUsers” | Get-DistributionGroupMember | Set-Mailbox -MaxReceiveSize 10MB
The following example retrieves a list of all mailboxes on VAN-EX1, and then moves these mailboxes to Mailbox Store 2:
Get-Mailbox -server VAN-EX1 | New-MoveRequest -Local -targetDatabase “ “Mailbox Store 2”
The following example removes all messages from addresses that start with the word “Tom” from the message queue:
Get-Message -Filter {FromAddress -like “Tom*” } | Remove-Message
The following example returns the status of all mailbox copies from the local server
Get-MailboxDatabaseCopyStatus
A. A database availability group (DAG)
B. A Client Access server array
C. A Recovery Mailbox database
D. A Recovery storage group
C. A Recovery Mailbox database
A. Create a new direct role assignment.
B. Create a new management role assignment policy.
C. Create a new management scope.
D. Modify the default management scope.
C. Create a new management scope.
A. You must implement log transactions.
B. You must set up new management role.
C. You must implement Mailbox journaling.
D. You must set up a Role Based Access Control (RBAC) role.
D. You must set up a Role Based Access Control (RBAC) role.
A. Create a local move request.
B. Create a custom Management role. Assign the role to Admin1.
C. Add Admin1 to the Organization Management role group.
D. Add Admin1 to the Recipient Management security group.
B. Create a custom Management role. Assign the role to Admin1.
A. Remove the branch office administrators from the Domain Admins group. Add the branch office recipients to the role group.
B. Create a new management role entry for the role group.
C. Create a management role assignment policy and associate the policy to the role group.
D. Create a management scope and associate the scope to the role group. Set a recipient filter for the management scope.
D. Create a management scope and associate the scope to the role group. Set a recipient filter for the management scope.
A. A Send connector
B. An accepted domain
C. An MX record
D. An SMTP site Link
A. A Send connector
A. Nothing, OWA is already enabled by default on the server and they can begin using it immediately
B. Install and then configure the SMTP server feature.
C. Set the startup type of the Microsoft Exchange POP3 service to Automatic. And start it
D. Set the startup type of the Microsoft Exchange IMAP4 service to Automatic. And start it
E. Modify the properties of the MSExchangeMailSubmission - RPC (TCP-in) Windows Firewall rule
A. Nothing, OWA is already enabled by default on the server and they can begin using it immediately
A. Inbound mail flow
B. Outbound mail flow
C. Local mail flow
D. Remote mail flow
C. Local mail flow
You create a mail-enabled distribution group named EXECS that contains all the company executives. You need to ensure that all users are notified before an e-mail is forwarded to the EXECS distribution group. What should you do?
A. Create a custom MailTip for the EXECS distribution group
B. Configure the message delivery restrictions for the EXECS distribution group.
C. Create an Outlook Protection Rule for each member of the EXECS distribution group.
D. Create a transport rule that adds a disclaimer to all messages sent to the EXECS distribution group.
A. Create a custom MailTip for the EXECS distribution group