Cause all that matters here is passing the Microsoft 70-347 exam. Cause all that you need is a high score of 70-347 Enabling Office 365 Services exam. The only one thing you need to do is downloading Ucertify 70-347 exam study guides now. We will not let you down with our money-back guarantee.

2021 Feb 70-347 study guide

Q31. You are the Office 365 administrator for your company. The company’s environment includes only Office 2013 and Windows 8. 

Users are not allowed to install applications on client computers. 

You need to enable Office Telemetry logging. 

What should you do? 

A. In Group Policy, enable logging in the User Configuration\Administrative Templates\Microsoft Office 2013\Telemetry Dashboard node. 

B. Create a .reg file that sets the registry values under the HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\OSM key to enable the Telemetry Agent to collect and upload data. Run the .reg file with standard privileges. 

C. In Group Policy, enable logging in the User Configuration\Administrative Templates\Microsoft Office 2013\Telemetry logging node. 

D. Create a .reg file that sets the registry values under the HKEY_LOCAL_MACHINE\Software\Microsoft\Office\15.0 key to enable Telemetry Agent to collect and upload data. Run the .reg file with standard privileges. 

Answer:

Explanation: The Telemetry Agent must be enabled using Group Policy or the registry.

.For production environments that contain hundreds or thousands of client computers, you can use Group Policy administrative templates..

You can use Group Policy to enable and configure Telemetry Agents. Download the Group Policy admininstrative template files from the Microsoft Download Center. The policy settings are available in the path User Configuration\Administrative Templates\Microsoft Office 2013\Telemetry Dashboard. 

Incorrect: 

Not C: Incorrect Group Policy Node. 

Not D: Incorrect Registry key. 

Not B: This would work, but it would require too much administrative effort. For production environments that contain hundreds or thousands of client computers, you should use Group Policy administrative templates. 

Note: Use the registry to enable and configure Telemetry Agent 

The easiest way to update the registry on a single client is to run a .reg file that sets the registry values that enable Telemetry Agent to collect and upload data. 

Telemetry Agent registry settings are located under HKEY_CURRENT_USER\Software\ Policies\Microsoft\Office\15.0\OSM key. 

Reference: Deploy Telemetry Dashboard 

https://technet.microsoft.com/en-us/library/f69cde72-689d-421f-99b8-c51676c77717#configure 


Q32. Your company has a hybrid deployment of Office 365. You need to identify which certificate is used for token signing between the on-premises environment and Office 365. Which tool should you use? 

A. the Exchange Management Console 

B. the AD FS 2.0 Management console 

C. the Active Directory Domains and Trusts snap-in 

D. the Office 365 portal E. the Certificates snap-in 

Answer:


Q33. A company uses Skype for Business Online. You use contoso.com as the verified domain name for the Office 365 tenant. Users conduct Skype online meetings. You add fabricam.com to the tenant and configure the tenant to use this domain name. 

You need to ensure that all Skype online meeting URLs contain the new domain name. 

Which Windows PowerShell cmdlet should you run? 

A. Update-CsTenantMeetingUrl 

B. Set-CsMeetingConfiguration 

C. Set-CsUser 

D. Set-CsMeetingRoom 

E. New-CsSimpleURL 

Answer:

Explanation: 

The New-CsSimpleURL command Creates a new simple URL, which can then be added to a simple URL configuration collection. Simple URLs make it easier for users to join meetings and conferences, and also make it easier for administrators to log on to the Skype for Business Server Control Panel. 

Example: The example shows how a new URL can be added to an existing collection of simple URLs. To begin with, the first command in the example uses the New-CsSimpleUrlEntry cmdlet to create a URL entry that points to https://meet.fabrikam.com; this URL entry is stored in a variable named $urlEntry. In the second command, the New-CsSimpleUrl cmdlet is used to create an in-memory-only instance of a simple URL. In this example, the URL Component is set to Meet; the domain is set to fabrikam.com; the ActiveUrl is set to https://meet.fabrikam.com; and the SimpleUrl 

property is set to $urlEntry, with $urlEntry being the URL entry created in the first 

command. 

After the URL has been created (and stored in the object reference $simpleUrl) the final command in the example adds the new URL to the simple URL collection for the Redmond site. This is done by using the Set-CsSimpleUrlConfiguration cmdlet, the SimpleUrl parameter, and the parameter value @{Add=$simpleUrl}. This syntax causes the URL stored in the object reference $simpleUrl to be added to the SimpleUrl property. 

$urlEntry = New-CsSimpleUrlEntry -Url "https://meet.fabrikam.com" 

$simpleUrl = New-CsSimpleUrl -Component "meet" -Domain "fabrikam.com" -

SimpleUrlEntry $urlEntry -ActiveUrl "https://meet.fabrikam.com" 

Set-CsSimpleUrlConfiguration -Identity "site:Redmond" -SimpleUrl @{Add=$simpleUrl} 

Incorrect: 

Not A: The Update-CsTenantMeetingUrl command updates the meeting URL for the specified Lync Online tenant. The updated URL uses a simpler, more standardized format that makes it easier for clients to locate and connect to meetings. 

Example: 

The command shown in example updates the meeting URL for the tenant with the tenant ID 38aad667-af54-4397-aaa7-e94c79ec2308. (Note that you must supply the tenant ID in order for this command to complete.) After pressing ENTER to run the command, you will be asked if you are sure you want to update the meeting URL. You must answer yes to this prompt before Update-CsTenantMeetingUrl will actually make any changes to your Lync Online configuration settings. 

Update-CsTenantMeetingUrl -Tenant "38aad667-af54-4397-aaa7-e94c79ec2308" 

Not B: Set-CsMeetingConfiguration enables you to modify the meeting configuration settings currently in use in your organization. Meeting configuration settings help dictate the type of meetings (also called conferences) that users can create, and also control how (or even if) anonymous users and dial-in conferencing users can join these meetings. Note that these settings only affect scheduled meetings; they do not affect ad-hoc meetings created by clicking the Meet Now option in Skype for Business. 

Reference: New-CsSimpleUrl 

https://technet.microsoft.com/en-us/library/gg398180.aspx 


Q34. Your company uses Office 365 and has an Enterprise E3 plan. The company has a 

Microsoft SharePoint Online public website that is currently configured to use the onmicrosoft.com domain name. 

The company purchases a new domain name. 

You need to change the address of the SharePoint Online public website to the new domain name. 

What should you do first? 

A. In the SharePoint Online Administration Center, add the new domain. 

B. In the Office 365 admin center, add the new domain. 

C. Create a new site collection and assign it the new domain. 

D. Create a new public website and assign it to the new domain. 

Answer:


Q35. Your company has a hybrid deployment of Office 365 that uses single sign-on. The company uses the contoso.com SMTP domain. You have a server named ADFS_Server5 that has the Active Directory Federation Services (AD FS) 2.0 server role installed. A power failure occurs at the data center. Power is restored at the data center. You need to verify that AD FS functions on ADFS_Server5. 

What should you do? 

A. Run the Test-MapiConnectivity cmdlet. 

B. Connect to https://ADFS_Server5.tailspintoys.com/adfs/ls/default.aspx. 

C. Connect to https://ADFS_Server5.contoso.com/adfs/fs/federationserverservice.asmx. 

D. Run the Test-Connectivity cmdlet. 

Answer:


Latest 70-347 rapidshare:

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

Answer: 


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

You need to ensure that users are informed when Exchange Online Protection quarantines email messages. 

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-MalwareFilterPolicy cmdlet to modify malware filter policies in your organization. 

Example 1 

This example modifies the malware filter policy named Contoso Malware Filter Policy with the following settings: 

Delete messages that contain malware. 

Don't notify the message sender when malware is detected in the message. 

Notify the administrator admin@contoso.com when malware is detected in a message from an internal sender. 

Set-MalwareFilterPolicy -Identity "Contoso Malware Filter Policy" -Action DeleteMessage -EnableInternalSenderAdminNotifications $true -InternalSenderAdminAddress admin@contoso.com 

Reference: Set-MalwareFilterPolicy 

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


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


Q39. You subscribe to Office 365. You plan to implement single sign-on. You need to deploy Active Directory Federation Services (AD FS) to a server for the planned implementation. 

Which deployment methods should you use? (Each correct answer presents a complete solution. Choose all that apply.) 

A. On a server that runs Windows Server 2008 R2, download and install AD FS 2.0. 

B. On a server that runs Windows Server 2008, download and install AD FS 2.0. 

C. On a server that runs Windows Server 2008, install the AD FS server role. 

D. On a server that runs Windows Server 2008 R2, install the AD FS server role. 

Answer: A,D 


Q40. You are the Office 365 administrator for your company. The company environment includes Office 2007, Office 2010, Office 2013, Windows 7, and Windows 8. Office Telemetry logging has been enabled in the environment. 

The company plans to use coauthoring. 

You need to gather information about Microsoft Excel XLS real-time data (RTD) add-ins. 

Which two methods can you use to achieve this goal? Each correct answer presents a complete solution. 

A. Open workbooks by using Excel 2013 on client computers that run Windows 7. 

B. Open workbooks by using Excel 2013 on client computers that run Windows 8. 

C. Open workbooks by using Excel 2007 or Excel 2010 on client computers that run Windows 7. 

D. Open workbooks by using Excel 2007 or Excel 2010 on client computers that run Windows 8. 

Answer: A,B 

Explanation: 

References: http://msdn.microsoft.com/en-us/library/office/jj230106(v=office.15).aspx http://technet.microsoft.com/en-us/library/jj863580(v=office.15).aspx