getcertified4sure.com

Quick Guide: exam 70 347




It is more faster and easier to pass the Microsoft 70 347 pdf exam by using Free Microsoft Enabling Office 365 Services questuins and answers. Immediate access to the Far out exam 70 347 Exam and find the same core area 70 347 study guide questions with professionally verified answers, then PASS your exam with a high score now.

Q11. Your company has an Office 365 subscription. A user named Test5 has a mailbox. You need to ensure that all of the email messages sent and received by Test5 are accessible to members of the audit department for 60 days, even if Test5 permanently deletes the messages. 

What should you do? 

A. Run the Set-User cmdlet. 

B. Run the Set-Mailbox cmdlet. 

C. Run the Set-RetentionPolicyTag cmdlet. 

D. Run the Set-MailboxDatabase cmdlet. 

E. Run the Set-RetentionPolicy cmdlet. 

Answer:


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


Q13. You are the Office 365 administrator for Contoso, Ltd. 

Some email messages sent from the trusted domain fabrikam.com are being rejected as spam. Some of these email messages originate inside the fabnkam.com network, and some of them originate from an application in the fabrikam.com co-located data center. 

The fabrikam.com systems administrators have asked you to add their domain and the IP addresses of the data center that hosts their external application to your list of safe senders. 

You need to configure Microsoft Exchange Online Protection. 

Which two actions should you perform? Each correct answer presents part of the solution. 

A. Configure a content filter to allow the fabrikam.com domain. 

B. Configure a mail flow rule to bypass spam filtering for the data center IP address range. 

C. Create a connection filter to allow the data center IP address range. 

D. Add the fabrikam.com domain as an accepted domain. 

E. Create an inbound connector for the fabrikam.com domain. 

F. Configure a mail flow rule to bypass spam filtering for the fabrikam.com domain. 

Answer: C,F 

Explanation: 

References: http://blogs.msdn.com/b/tzink/archive/2013/07/02/how-to-use-safe-senders-in-eop-and-fope.aspx http://www.msexchange.org/kbase/ExchangeServerTips/MicrosoftOffice365/ExchangeOnline/safe-andblocked-senders-list-owa-2013-and-office-365.html http://technet.microsoft.com/en-GB/library/dn198251(v=exchg.150).aspx 

Connection Filters 

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


Q14. Your company uses Office 365 and has an Enterprise E3 license plan. Employees are issued laptop computers that are configured with a standard image. The image includes an installation of Office 365 ProPlus that must be activated by the employees. 

An employee recently received a new laptop computer to replace an older laptop. The older laptop will be reimaged. When the employee attempts to start Word for the first time, she receives a message saying that she cannot activate it because she has already activated five devices. 

You need to help the employee activate Office on her new laptop computer. 

What should you do? 

A. Assign a second E3 license to the employee. 

B. Remove the employee's E3 license and then assign a new E3 license. 

C. Sign in to the Office 365 portal as the employee and deactivate the old laptop. 

D. Sign in to the Office 365 portal by using your Global Admin account and then deactivate the old laptop. 

Answer:


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


Q16. DRAG DROP 

An 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: 


Q17. HOTSPOT 

You are the Office 365 administrator for your company. 

Management has requested a report of all Microsoft Exchange ActiveSync-enabled employees and their devices. 

You need to generate a report that contains employee display names and device types. 

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

Answer: 


Q18. HOTSPOT 

You are the Microsoft Exchange Online administrator for your company. The company has been using Exchange Online for over two years. 

Employees report that items are disappearing from their primary mailboxes. You discover that an old retention policy is enabled for the employee mailboxes. 

You need to ensure that items are not automatically removed from employees' primary mailboxes. 

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

Answer: 


Q19. Your company is planning to migrate to Microsoft Exchange Online. The company employs 1,000 people, each with a mailbox currently located on Exchange 2010 on-premises. You estimate that it will take a minimum of four weeks to migrate all mailboxes from on-premises Exchange to Exchange Online. 

The company has the following migration requirements: 

. During the migration, do not change the existing Microsoft Outlook profiles and .ost files used by the employees. 

. Ensure that email messages sent between on-premises mailboxes and online mailboxes during the migration are secure. 

. Do not send email messages between on-premises mailboxes and online mailboxes over the Internet in plain text. 

You need to select the migration strategy that meets the requirements. 

Which migration strategy should you use? 

A. Cutover migration only 

B. IMAP migration only 

C. Remote move migration only 

D. Staged migration only 

Answer:

Explanation: 

References: http://technet.microsoft.com/en-GB/library/jj863291(v=exchg.150).aspx http://support.microsoft.com/kb/2798131/en-gb http://technet.microsoft.com/en-GB/library/dn720476(v=exchg.150).aspx 


Q20. 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 User1@fabrikam.onmicrosoft.com. 

You need to configure the user's mailbox to meet the following requirements: 

. The user's reply-to address must be User1@fabrikam.com. 

. The email address User1@fabrikam.onmicrosoft.com must function as a secondary email address for the user. 

Which Windows PowerShell command should you run? 

A. Set MsolUser -UserPrincipalNameUser1@fabrikam.onmicrosoft.com -AlternateEmailAddresses user1@fabrikam.com 

B. Set-Mailbox -Identity user1@fabrikam.onmicrosoft.com -ForwardingAddress "User 1" 

C. Set-Mailbox -Identity user1@fabrikam.onmicrosoft.com -WindowsEmailAddressUser1@fabrikam.com 

D. Set-Mailbox -Identity user1@fabrikam.onmicrosoft.com -EmailAddresses user1@fabrikam.onmicrosoft.com, user1@fabrikam.com 

Answer: