aiotestking uk

70-347 Exam Questions - Online Test


70-347 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

Q1. You manage an Office 365 tenant that uses an Enterprise E1 subscription. A user takes an extended leave of absence. 

The user reports that email messages in the Junk Email folder are deleted before they can read the messages. 

You need to ensure that email messages for the user’s Junk Email folder are deleted after 60 days. 

Which Windows PowerShell cmdlet should you run first? 

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 New-RetentionPolicyTag cmdlet to create a retention tag. This cmdlet is available in on-premises Exchange Server 2021 and in the cloud-based service. It applies to Exchange Online and Exchange Server 2021. Retention tags are used to apply message retention settings to folders and items in a mailbox. 

Example: This example creates the retention policy tag Finance-DeletedItems for the Deleted Items default folder. When applied to a mailbox as a part of a retention policy, the tag permanently deletes items of all types in the Deleted Items folder in 60 days. New-RetentionPolicyTag "Finance-DeletedItems" -Type DeletedItems -RetentionEnabled $true -AgeLimitForRetention 60 – 

Reference: New-RetentionPolicyTag 

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

Q2. You are an Office 365 administrator for Contoso, Ltd. Contoso recently opened an office in Paris. Employees in the Paris office speak only French. 

The manager of the Paris office requests that you create a private Microsoft SharePoint team site for the Paris office. You create the site and list the properties, which are shown in the following graphic. 

The manager reports that the site does not meet his requirements. You need to resolve the issue. You remove the existing site. Which Windows PowerShell command should you run next? 

A. New-SPOSite -Url http://contoso. sharepoint.com/sites/paris -Owner administrator@contoso.com -StorageQuota 1000 -template STS#0 -LocaleId 1036 

B. New-SPOSite -Url https://contoso. sharepoint.com/sites/paris -Owner administrator@contoso.com -StorageQuota 1000 -template STS#0 -LocaleId 1036 

C. New-SPOSite -Url https://contoso. sharepoint.com/sites/paris -Owner administrator@contoso.com -StorageQuota 1000 -template STS#0 

D. New-SPOSite -Url https://contoso.sharepoint.com/sites/paris -Owner administrator@contoso.com -StorageQuota 1000 -template BLOG#0 -LocaleId 1036 

Answer:

Q3. DRAG DROP 

An organization has an on-premises Exchange organization that consists of two Active Directory forests in an account and resource forest configuration. The resource forest hosts Exchange 2013. You plan to migrate to Exchange Online. 

You need to prepare for the migration. 

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

Answer:  

Q4. 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 User1@contoso.com. 

The employee requests that you change only his Lync address to User1-Sales@contoso.com. 

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-Mailbox -Identity $ID -PrimarySmtpAddress $NewAddress 

B. Set-MsolUser -UserPrincipalName $ID –ProxyAddresses @{add="$NewAddress"; remove="$OldAddress"} 

C. Set-CsUser -Identity $ID –ProxyAddresses @{add="$NewAddress'' remove="$OldAddress"} 

D. Set-CsUser –Identity $ID –SipAddress $NewAddress 

Answer:

Explanation: You can easily change the SIP address by running the Set-CsUser cmdlet: 

Set-CsUser –Identity "Ken Myer" –SipAddress sip:kenmyer@litwareinc.com 

Incorrect: 

Not A: Set-Mailbox is used for Exchange Online and On-premises Exhange, but not for Lync. 

Not B: Set-MsolUser is used for Azure, Office 365, and Windows Intune but not for Lync. 

Not D: We need to change the SIP address, not the ProxyAddresses. 

Reference: Modify the SIP Address of an Enabled Lync Server User 

http://blogs.technet.com/b/nexthop/archive/2011/03/21/usermodifysip.aspx 

Q5. 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:  

Q6. 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:  

Q7. 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:  

Q8. HOTSPOT 

You are the Office 365 administrator for your company's Microsoft Exchange Online environment. The company recently subscribed to the Office 365 Enterprise E3 plan. 

Employees currently archive old email messages in .pst files. The company has now mandated that all email messages stored in .pst files must be archived online. 

You need to enable archiving for all mailboxes. 

How should you complete the relevant Windows PowerShell script? To answer, select the appropriate cmdlet from each list in the answer area. 

Answer:  

Q9. DRAG DROP 

Your company has an Office 365 subscription. A user has a desktop computer and has been assigned an E3 license. The user plans to travel to multiple branch offices and will use a shared desktop computer at each branch office. The user will not have administrative privileges on the branch office computers. 

You need to ensure that the user has access to all features of Microsoft Word 2013 and Excel 2013 at the branch offices. 

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:  

Q10. Your company subscribes to the Office 365 Enterprise El plan. You are the Microsoft Exchange Online administrator. 

In the last week, employees have reported that they are receiving non-delivery report messages from other companies. The employees have not sent messages to recipients within those companies. 

You need to prevent non-delivery report messages from reaching employees. 

Which content filter option should you turn on in the Exchange admin center? 

A. NDR backscatter 

B. Conditional Sender ID filtering: hard fail 

C. SPF record: hard fail 

D. Block all bulk email messages 

Answer:

Explanation:

Reference: 

http://blogs.technet.com/b/exchange/archive/2014/08/18/spam-email-and-office-365-environment-connectionand-content-filtering-in-eop.aspx