This page was exported from Braindump2go Free Exam Dumps with PDF and VCE Collection [ https://www.mcitpdump.com ] Export date:Mon May 6 4:54:15 2024 / +0000 GMT ___________________________________________________ Title: [2016 Feb-NEW]Braindump2go Offers Microsoft NEW 70-347 Questions and Answers 2016 For Free Download --------------------------------------------------- 2016 Feburary NEW ADDED 70-347 Exam Questions Released Today!Exam Code: 70-347Exam Name: Enabling Office 365 ServicesCertification Provider: MicrosoftCorresponding Certifications: MCSA, MCSA: Office 365, MCSE: Communication, MCSE: Messaging, MCSE: SharePoint 2016 NEW SKILLS will be tested in the 70-347 certification Exam: 1.Design Enterprise Voice2.Design and configure network services3.Configure Enterprise Voice4.Plan and configure a Lync Online hybrid solution ATTENTION: 2016 NEW ADDED 70-347 Exam Questions are the most important! Some 2016 NEW 70-347 Exam Questions: QUESTION 141You are the Office 365 administrator for your company.The company uses Microsoft Lync Online and wants to customize Lync meeting invitations.You need to identify the URLs that may NOT be changed on the Lync meeting invitations from the Lync admin center.Which two URLs may NOT be changed? Each correct answer presents part of the solution. A.    Help URLB.    Company URLC.    Meeting URLD.    Legal URLE.    Logo URL Answer: BCExplanation:You can customize meeting invitations sent by the Online Meeting Add-in for Lync 2013 by including the following optional items in the body of the meeting invitation:* Your organization's logo* A Custom Help or Support Link* Legal disclaimer text* Custom footer textNote:To Customize the Meeting Invitation by using Lync Server Control Panel1. Open a browser window, and then enter the Admin URL to open the Lync Server Control Panel.2. In the left navigation bar, click Conferencing and then click Meeting Configuration.3. On the Meeting Configuration page, click New..4. Do any of the following:In the Logo URL field, type the URL for your organization's logo image. In the Help URL field, type the URL to your organization's help or support site. In the Legal text field, type the URL to the legal text or disclaimer that you want to include in meeting invitations.In the Custom footer text field, type footer text, up to 2 KB.Etc.Reference: Configuring the meeting invitation in Lync Server 2013https://technet.microsoft.com/en-us/library/gg398638(v=ocs.15).aspx QUESTION 142You are the Office 365 administrator for your company.Many employees work in remote locations with intermittent Internet connectivity. Employees must be able to access and reply to email messages, and access calendars, even when their devices are not connected to the Internet.You need to ensure that employees can access their Microsoft Exchange content offline.What should you do? A.    Deploy and configure the AppFabric Caching service.B.    Deploy and configure a BranchCache server.C.    Configure the Microsoft OneDrive for Business Windows Sync client for offline access.D.    In Internet Explorer 10, configure Outlook Web App (OWA) for offline access. Answer: DExplanation:Offline access lets you use Outlook Web App on your laptop or desktop computer when you're not connected to the Internet. After you've enabled offline access, Outlook Web App will work in an offline mode as needed depending on your network connection. When you're online, Outlook Web App will automatically update the offline information.Reference: Using Outlook Web App offlinehttps://support.office.com/en-us/article/Using-Outlook-Web-App-offline-3214839c-0604-4162-8a97-6856b4c27b36 QUESTION 143You are deploying an Office 365 tenant that uses an Enterprise E3 subscription. You plan to deploy Office 365 ProPlus to client computers.You create the following Office customization file. Line numbers are included for reference only: The Office 365 ProPlus deployment must meet the following requirements:- Sales users must use the 32-bit version.- Sales users must not launch Microsoft Access.- Engineering users must not use OneDrive for Business. - Engineering users must be able to monitor the Office installation progress.- Sales users must not be notified of the Office installation.You need to modify the configuration file to meet the requirements.Which two lines in the configuration file should you modify? Each correct answer presents part of the solution. A.    For the sales users, modify line 11.B.    For the engineering users, modify line 02.C.    For the sales users, modify line 02.D.    For the engineering users, modify line 10.E.    For the sales users, modify line 10.F.    For the engineering users, modify line 11. Answer: CDExplanation:C: For the Sales users we must change line to OfficeClientEdition="32"D: For Engineering users the diplay level must be change from None to Full. If Level is set to Full, the user sees the normal Click-to-Run user interface: Automatic start, application splash screen, and error dialog boxes.Note: The value "Groove" is used to exclude OneDrive for Business.Incorrect:Not E: Display level is already None.Reference: Reference for Click-to-Run configuration.xml filehttps://technet.microsoft.com/en-us/library/jj219426.aspx#BKMK_DisplayElement QUESTION 144Your 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: CExplanation: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:UsersAdministratorDesktopAddEmailAddress.csv, which has the following format.Mailbox,NewEmailAddressDan Jump,danj@northamerica.contoso.comDavid Pelton,davidp@northamerica.contoso.comKim Akers,kima@northamerica.contoso.comJanet Schorr,janets@northamerica.contoso.comJeffrey Zeng,jeffreyz@northamerica.contoso.comSpencer Low,spencerl@northamerica.contoso.comToni Poe,tonip@northamerica.contoso.comRun 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:UsersAdministratorDesktopAddEmailAddress.csv" | ForEach {Set-Mailbox $_.Mailbox -EmailAddresses @{aReference: Add or remove email addresses for a mailboxhttps://technet.microsoft.com/en-us/library/bb123794(v=exchg.160).aspx QUESTION 145Hotspot QuestionYou are the Office 365 administrator for a company. You have a level 1 help desk that helps troubleshoot user issues.You must allow help desk personnel to generate reports on user configurations for Office 365 ProPlus Outlook clients. Help desk personnel must not require user input to generate the reports.You need to create an Office Configuration Analyzer Tool script.How should you configure the Office Configuration Analyzer Tool script? To answer, select the appropriate option from each list in the answer area. Answer:   QUESTION 146You are the SharePoint administrator for a company's SharePoint Online tenant. The company merges with another company, and the number of users has grown 400 percent over the last month. You plan to hire SharePoint site collection administrators.The additional administrators must have permission to only manage site collections that you assign to them.You need to assign the correct permissions to the administrators.Which permission level should you grant to the administrators? A.    Global adminB.    SharePoint Online adminC.    Site Collection adminD.    Site adminE.    User Management admin Answer: CExplanation:Site collection administrator is a user with administrator permissions to manage a site collection.Incorrect:Not A: Global administrator is an administrator of the Office 365 portal; can manage service licenses, users and groups, domains, and subscribed services. In Office 365, a Global administrator is also a SharePoint Online administrator.Not B: SharePoint Online administratorAdministrator of the SharePoint Online Administration Center; can create and manage site collections, designate site collection administrators, determine tenant settings, and configure Business Connectivity Services and Secure Store, InfoPath Forms Services, Records Management, Search, and User Profiles. In Office 365, a Global administrator is also a SharePoint Online administrator.Reference: Manage administrators for a site collectionhttps://support.office.com/en-us/article/Manage-administrators-for-a-site-collection-9a7e46f9-3fc4-4297-955a-82cb292a5be0#__toc341786265 QUESTION 147Hotspot QuestionContoso, Ltd., has an Office 365 tenant. All employees have Exchange Online mailboxes. You create a shared mailbox named SharedMailbox1@contoso.com.You need to grant full mailbox access to User1@contoso.com for the SharedMailbox1 mailbox.How should you complete the relevant Windows PowerShell commands? To answer, select the appropriate Windows PowerShell commands from each list in the answer area. Answer:   QUESTION 148Drag and Drop QuestionAn organization has an Office 365 tenant. You hire a new administrator.The new administrator is responsible for several SharePoint Online site collections.You need to grant the new administrator access to SharePoint Online as a site collection administrator.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:   QUESTION 149Drag and Drop QuestionA 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:   QUESTION 150All employees at a company have Exchange Online mailboxes.You observe a surge in email messages that contain malware. You determine that all of the messages originate from a single IP address.You need to ensure that no email messages from the IP address are delivered to the users.What should you do? A.    Create a malware filter.B.    Create a connection filter.C.    Create a content filter.D.    Create a new transport rule. Answer: BExplanation:You can create an IP Allow list or IP Block list by editing the connection filter policy in the Exchange admin center (EAC). The connection filter policy settings are applied to inbound messages only.Reference: Configure the connection filter policyhttps://technet.microsoft.com/en-us/library/jj200718(v=exchg.150).aspx QUESTION 151An organization has an Office 365 tenant and uses an Enterprise E3 subscription. You enable licenses for 1,000 users.You must implement a file sync service for users that meets the following requirements:- Users must be able to sync offline versions of all files to local computers. - The organization must be able to manage permissions for all files.You need to recommend a solution.Which solution should you recommend? A.    Microsoft Storage SpacesB.    SharePoint document librariesC.    Windows offline filesD.    Distributed File System Replication Answer: BExplanation:You can work offline and sync within a SharePoint document library. The document library permissions can be managed by the organization.Reference: How to work with Documents Offline in SharePoint 2013http://www.learningsharepoint.com/2012/12/12/how-to-work-with-documents-offline-in-sharepoint-2013/ QUESTION 152Drag and Drop QuestionA company has an Office 365 tenant. You plan to implement Skype for Business Online for all users. You are evaluating client and conferencing policies.You need to identify the default limits for file transfers and users to configure the appropriate policies for users.What are the default limits? To answer, drag the appropriate limits to the correct feature. Each feature 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:   2016 Feburary NEW ADDED 70-347 Exam Questions & 70-347 Dumps 152Q Free Shared by Braindump2go: http://www.braindump2go.com/70-347.html --------------------------------------------------- Images: --------------------------------------------------- --------------------------------------------------- Post date: 2016-02-17 02:40:33 Post date GMT: 2016-02-17 02:40:33 Post modified date: 2016-02-17 02:40:33 Post modified date GMT: 2016-02-17 02:40:33 ____________________________________________________________________________________________ Export of Post and Page as text file has been powered by [ Universal Post Manager ] plugin from www.gconverters.com