getcertified4sure.com

exam 70 347 (51 to 60)




It is impossible to pass Microsoft 70 347 study guide exam without any help in the short term. Come to Examcollection soon and find the most advanced, correct and guaranteed Microsoft 70 347 study guide practice questions. You will get a surprising result by our Regenerate Enabling Office 365 Services practice guides.

Q51. DRAG DROP 

Your company has an Office 365 subscription and uses Microsoft Exchange Online. Some employees have archive mailboxes that have the default retention policy applied. 

The default retention policy does not meet the latest company requirements. You create a retention policy named RetentionPolicy1 and apply the necessary retention tags to the policy. 

You need to apply the new retention policy to all archive mailboxes and ensure that the new retention policy tags are applied as soon as possible. 

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. 

Answer: 


Q52. Your company has an Office 365 subscription. You need to add the label "External" to the subject line of each email message received by your organization from an external sender. 

What should you do? 

A. From the Exchange Control Panel, add a MailTip. 

B. From the Forefront Online Protection Administration Center, set the footer for outbound email. 

C. Run the Enable-InboxRule cmdlet. 

D. From the Exchange Control Panel, run the New Rule wizard. 

Answer:


Q53. 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 -EmailAddresses @{add="SMTP:" + "$NewPrimary"; remove="SMTP:" + "$OldPrimary"} 

B. Set-Mailbox -Identity $UserPrincipalName -EmailAddresses @{add="SMTP:" + "$NewPrimary", "smtp:" + "$OldPrimary"; remove="SMTP:" + "$OldPrimary"} 

C. Set-Mailbox -Identity $UserPrincipalName -EmailAddresses @{add="SMTP:" + "$NewPrimary"} 

D. Set-Mailbox -Identity $UserPrincipalName -PrimarySmtpAddress $NewPrimary 

Answer:

Explanation: We add the new e-mail address. We retain the old email address by not removing it. 

Incorrect: 

Not A: We should keep the old address. 

Not B: We should keep the old address. 

Not D: This just change the PrimarySmtpAddress. We need to retain the old address. 

Note: You can add a new email address to multiple mailboxes at one time by using the Shell and a comma separated values (CSV) file. This example imports data from C:\Users\Administrator\Desktop\AddEmailAddress.csv, which has the following format. Mailbox,NewEmailAddress Dan Jump,danj@northamerica.contoso.com David Pelton,davidp@northamerica.contoso.com Kim Akers,kima@northamerica.contoso.com Janet Schorr,janets@northamerica.contoso.com Jeffrey Zeng,jeffreyz@northamerica.contoso.com Spencer Low,spencerl@northamerica.contoso.com Toni Poe,tonip@northamerica.contoso.com 

Run the following command to use the data in the CSV file to add the email address to each mailbox specified in the CSV file. 

Import-CSV "C:\Users\Administrator\Desktop\AddEmailAddress.csv" | ForEach {Set-Mailbox $_.Mailbox -EmailAddresses @{a 

Reference: Add or remove email addresses for a mailbox 

https://technet.microsoft.com/en-us/library/bb123794(v=exchg.160).aspx 


Q54. DRAG DROP 

Your company uses the Office Deployment Tool to deploy Click-to-Run for Office 365 ProPlus. 

Users report that confirmation dialog boxes do not appear during the installation of Office 365 ProPlus. 

You need to ensure that confirmation dialog boxes are displayed to users. 

How should you complete the relevant segment of the config.xml file? To answer, drag the appropriate values to the correct targets. Each value 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. 

Answer: 


Q55. 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. 

Answer: 


Q56. Your company uses Microsoft Exchange Online and Microsoft Lync Online. 

You are planning the compliance strategy for electronic correspondence. 

You need to archive Lync communications for mailboxes that are placed on an in-place hold. 

Which two forms of Lync communications should you archive? Each correct answer presents part of the solution. 

A. Multiparty instant messages 

B. Peer-to-peer file transfers 

C. Audio and video for peer-to-peer conferences 

D. Whiteboards and polls shared during conferences 

E. Desktop sharing sessions 

Answer: A,C 


Q57. You manage an Office 365 tenant that uses an Enterprise E1 subscription. 

A user receives frequent email messages from a specific domain that are flagged as spam. 

You need to ensure that the domain name is not flagged as spam for only the user. 

Which Windows PowerShell cmdlet should you run? 

A. Enable-JournalRule 

B. New-RetentionPolicyTag 

C. Start-ManagedFolderAssistant 

D. Set-CsUser 

E. Set-CsPrivacyConfiguration 

F. Set-HostedContentFilterPolicy 

G. Set-MalwareFilterPolicy 

H. Set-MailboxJunkEmailConfiguration 

Answer:

Explanation: 

Use the Set-MailboxJunkEmailConfiguration cmdlet to configure the junk email rule for specific mailboxes. 

The junk email rule helps Microsoft Outlook and Outlook Web App users to automatically remove any spam that gets past anti-spam filters and reaches the users' mailboxes. With this cmdlet, users and administrators can make changes to the junk email rule that's configured for a specific mailbox. 

Example: This example disables the junk email rule configuration for the user named David Pelton. 

Set-MailboxJunkEmailConfiguration "David Pelton" -Enabled $false 

Incorrect: 

Not G: Use the Set-MalwareFilterPolicy cmdlet to modify malware filter policies in your organization. 

Reference: Set-MailboxJunkEmailConfiguration 

https://technet.microsoft.com/en-us/library/dd979780(v=exchg.150).aspx 


Q58. DRAG DROP 

A company has an Office 365 tenant. All employee mailboxes are in Exchange Online. You plan to implement archiving. 

The archive name for each archive mailbox must use the following format: “Archive-” followed by the display name of the user. 

You need to enable online archives for all mailboxes. 

Which three Windows PowerShell commands should you run in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. 

Answer: 


Q59. DRAG DROP 

You are the Office 365 administrator for your company. The company has multiple Microsoft SharePoint Online sites that are shared with external users. Individual documents have also been shared from other Microsoft SharePoint Online sites. 

The company recently ended collaboration with a vendor named Contoso, Ltd. 

You need to revoke all sharing with external users who log in with contoso.com accounts without affecting sharing with other vendors. 

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. 

Answer: 


Q60. Your company is planning to migrate to Microsoft Exchange Online. The company employs 5,000 people, each with a mailbox currently located on Exchange Server 2000. 

The company has the following migration requirements: 

Move mailboxes in batches. 

Do not migrate calendar or contact items. 

Provide migration status reports to administrators. 

You need to select the appropriate migration strategy. 

Which migration strategy should you use? 

A. Staged migration 

B. Cutover migration 

C. IMAP migration 

D. Hybrid migration 

Answer: