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 deploy Office 365. All the members of a team named Sales have full access to a shared mailbox named Sales. You enable auditing for all shared mailboxes. From the Sales mailbox, an email message that contains inappropriate content is sent. You need to identify which user sent the message. 

What should you do? 

A. From the Exchange Control Panel, run an administrator role group report. 

B. From Windows PowerShell, run the Get-SharingPolicy cmdlet. 

C. From Windows PowerShell, run the Write-AdminAuditLog cmdlet. 

D. From Windows PowerShell, run the New-MailboxAuditLogSearch cmdlet. 

Answer:

Q2. DRAG DROP 

You are the Office 365 administrator for your company. 

The company wants to increase the retention age for deleted email items to 90 days. 

You need to modify the retention age. 

How should you complete the relevant Windows PowerShell script? To answer, drag the appropriate command segments to the correct locations. Each segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scrollto view content. 

Answer:  

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

Q4. Your company has an Exchange Server 2010 Service Pack (SP1) organization and a hybrid deployment of Office 365. You have two federation servers named Server1 and Server2. You manage Server1 and Server2 by using a user account that is a member of the Domain Admins group. You need to set the authentication method of the federation servers to forms-based authentication. 

What should you do? 

A. Modify the Web.config file in the %systemroot%\inetpub\adfs\Is directory. 

B. Modify the Global.asax file in the %systemroot%\inetpub\adfs\Is directory. 

C. From the AD FS 2.0 Management console, add a claims provider trust. 

D. From the AD FS 2.0 Management console, add a relaying party trust. 

Answer:

Q5. You are the administrator for Contoso, Ltd. You have an Office 365 tenant with Skype for Business Online. You have an account named Test.User@contoso.com. You configure the account to use the same email address and Session Initiation Protocol (SIP) address. 

You need to change the SIP address for the account to Test.User1@contoso.com. 

What should you do? 

A. In the Office 365 admin center, change the display name for Test.User@contoso.com to Test.User1@contoso.com. 

B. Run the following Windows PowerShell command: Get-MsolUser –UserPrincipalName Test.User@contoso.com | Set-MsolUser –UserPrincipalName Test.User1@contoso.com 

C. In the Office 365 admin center, add the SMTP address Test.User1@contoso.com to Test.User@contoso.com 

D. Run the following Windows PowerShell command: Set-MsolUserPrincipalName –UserPrincipalName Test.User@contoso.com –NewUserPrincipalName Test.User1@contoso.com 

Answer:

Explanation: 

The Set-MsolUserPrincipalName cmdlet is used to change the User Principal Name (user ID) of a user. 

Example: The following command renames user1@contoso.com to CCole@contoso.com. Set-MsolUserPrincipalName -UserPrincipalName User1@contoso.com -NewUserPrincipalName CCole@contoso.com 

Reference: Set-MsolUserPrincipalName 

https://msdn.microsoft.com/en-us/library/azure/dn194135.aspx 

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

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

Q8. Your company has a Microsoft Exchange Server 2010 Service Pack 1 (SP1) organization and a hybrid deployment of office 365. All mailboxes are hosted on Office 365. All user accounts are hosted on-premises. You need to delete a user account and its associated mailbox. 

Which tool should you use? 

A. the Exchange Control Panel 

B. the Set-Mailbox cmdlet 

C. the Remove-MailUser cmdlet 

D. Active Directory Users and Computers 

Answer:

Q9. HOTSPOT 

You are the Office 365 administrator for Contoso, Ltd. 

An employee with the user name User1 has requested a secondary email address of Aliasl@contoso.com. 

You need to assign the secondary email address. 

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

Answer:  

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