Microsoft 70-347 Enabling Office 365 Services Online Training
Microsoft 70-347 Online Training
The questions for 70-347 were last updated at Dec 21,2024.
- Exam Code: 70-347
- Exam Name: Enabling Office 365 Services
- Certification Provider: Microsoft
- Latest update: Dec 21,2024
Topic 3, Configure Exchange Online and Lync Online for end users
You administer Microsoft Exchange Online for Fabrikam, Inc. Fabrikam’s Exchange Online tenant domain name is fabrikam.onmicrosoft.com.
You verify the domain fabrikam.com in the Office 365 admin center and instruct other administrators to configure new Exchange Online users with fabrikam.com as the primary SMTP domain. The fabrikam.com domain is not federated.
A user reports that his reply-to address is displayed to external email message recipients as [email protected].
You need to configure the user’s mailbox to meet the following requirements:
– The user’s reply-to address must be [email protected].
– The email address [email protected] must function as a secondary email address for the user.
Which Windows PowerShell command should you run?
- A . Set MsolUser CUserPrincipalName [email protected] -AlternateEmailAddresses [email protected]
- B . Set-Mailbox -Identity [email protected] -ForwardingAddress "User 1"
- C . Set-Mailbox -Identity [email protected] CWindowsEmailAddress [email protected]
- D . Set-Mailbox -Identity [email protected] -EmailAddresses [email protected], [email protected]
Your company uses Microsoft Exchange Online. Employees frequently need to change their primary email addresses.
The messaging operations team has requested a script to simplify the process of changing email addresses.
The script must perform the following actions:
– Obtain employee information from a .csv file that has a header line of UserPrincipalName,CurrentPrimaryAddress,NewPrimaryAddress.
– Change employees’ primary email addresses to the values in the NewPrimaryAddress column.
– Retain employees’ current email addresses as secondary addresses.
You create the following Windows PowerShell script to read the .csv file. Line numbers are included for reference only.
You need to complete the script to meet the requirements.
Which Windows PowerShell command should you insert at line 06?
- A . Set-Mailbox -Identity $UserPrincipalName -WindowsEmailAddress $NewPrimary
- B . Set-Mailbox-Identity $UserPrincipalName -PrimarySmtpAddress $NewPrimary
- C . Set-Mailbox -Identity $UserPrincipalName -ExternalEmailAddress $NewPrimary
- D . Set-MailUser -Identity $UserPrincipalName -EmailAddresses@{add = "SMTP:" + "$NewPrimary"; remove="SMTP:" + "$OldPrimary"}
HOTSPOT
You are the Microsoft Exchange Online administrator for Contoso, Ltd. The company has purchased contoso.com for use as an email domain.
You need to add an email address for each employee. You add the new domain into Office 365 and set the domain intention to Exchange Online.
You need to complete a Windows PowerShell script to add email addresses for all employees.
How should you complete the script? To answer, select the correct answer from each list in the answer area.
You are the Office 365 administrator for your company. The company uses Microsoft Exchange Online and Microsoft Lync Online.
An employee named User1 has the user name, email address, and Lync address [email protected].
The employee requests that you change only his Lync address to [email protected].
You start a Windows PowerShell session and run the following commands, providing your admin account credentials when prompted:
You need to complete the process of updating the employee’s Lync address without affecting any other addresses.
Which Windows PowerShell command should you run next?
- A . Set-MsolUser -UserPrincipalName $ID -ProxyAddresses@{add = "$NewAddress"; remove = "$OldAddress">
- B . Set-Mailbox -Identity $ID -EmailAddresses@{add = "$NewAddress"; remove = "$Old Address"}
- C . Set-Mailbox -Identity $ID-WindowsEmailAddress $NewAddress
- D . Set-CsUser -Identity $ID -ProxyAddresses@{add = M$NewAddress”; remove="$OldAddress">
DRAG DROP
Your company, Coho Vineyard, uses Microsoft Exchange Online. Coho Vineyard employees have email addresses on the domain cohovineyard.com. Coho Vineyard recently purchased the domain cohowinery.com.
All employees of Coho Vineyard who work in the winery department should have an additional email address combining their current email alias with the domain cohowinery.com. Outgoing email messages must be sent from the existing cohovineyard.com email addresses.
You need to add the cohowinery.com email addresses.
Which three Windows PowerShell commands should you run in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.
HOTSPOT
You are the Office 365 administrator for Contoso, Ltd.
An employee with the user name User1 has requested a secondary email address of [email protected].
You need to assign the secondary email address.
How should you complete the relevant Windows PowerShell script? To answer, select the appropriate option from each list in the answer area.
DRAG DROP
You are the Office 365 administrator for your company.
You need to generate a list of all Session Initiation Protocol (SIP) addresses.
How should you complete the relevant Windows PowerShell script? To answer, drag the appropriate command segments to the correct targets. Each segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
DRAG DROP
Your company has an Office 365 subscription and uses Microsoft Exchange Online.
You are creating several Exchange objects to meet different requirements.
You need to ascertain the correct recipient type for each object based on the description.
Which recipient type best matches each description? To answer, drag the appropriate recipient types to the correct targets. Each recipient type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
DRAG DROP
Your company uses Microsoft Exchange Online. End users access their mailboxes by using Outlook Web App (OWA).
The company is deploying an end-user request process for new shared mailboxes. When a user requests a shared mailbox, a corresponding group must also be created. The requestor will manage the group membership in OWA to allow other users access to the shared mailbox.
You are creating a Windows PowerShell script to meet the following requirements:
Create a shared mailbox that has the requested display name and email address.
Create a group and make the requestor both the owner and a member of the group.
Assign full control for the shared mailbox to the group.
The script currently includes the following Windows PowerShell script segment:
You need to complete the Windows PowerShell script.
How should you complete the script? To answer, drag the appropriate cmdlets to the correct targets. Each cmdlet may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Your company has a hybrid deployment of Office 365. You need to create a group.
The group must have the following characteristics:
– Group properties are synchronized automatically.
– Group members have the ability to control which users can send email messages to the grou
What should you do?
- A . Create a distribution group and configure the Mail Flow Settings.
- B . Create a dynamic distribution group.
- C . Create a new role group.
- D . Create a distribution group and configure the Membership Approval settings.