getcertified4sure.com

Ultimate Guide: exam ref 70 346




Your success in Microsoft exam ref 70 346 pdf is our sole target and we develop all our 70 346 vce braindumps in a way that facilitates the attainment of this target. Not only is our exam 70 346 study material the best you can find, it is also the most detailed and the most updated. 70 346 torrent Practice Exams for Microsoft Exchange Server exam ref 70 346 are written to the highest standards of technical accuracy.

Q1. A company has an Office 365 tenant that has an Enterprise E1 subscription. The company has offices in several different countries. 

You need to restrict Office 365 services for existing users by location. 

Which Windows PowerShell cmdlet should you run? 

A. Set-MsolUser 

B. Redo-MsolProvisionUser 

C. Set-MsolUserLicense 

D. Set-MsolUserPrincipalName 

E. Convert-MsolFederatedUser 

F. Set-MailUser 

G. Set-LinkedUser 

H. New-MsolUser 

Answer:

Explanation: 

The Set-MsolUser cmdlet is used to update a user object. 

Example: The following command sets the location (country) of this user. The country must be a two-letter ISO code. This can be set for synced users as well as managed users. Set-MsolUser -UserPrincipalName user@contoso.com -UsageLocation "CA" 

Note: Some organizations may want to create policies that limit access to Microsoft Office 365 services, depending on where the client resides. Active Directory Federation Services (AD FS) 2.0 provides a way for organizations to configure these types of policies. Office 365 customers using Single Sign-On (SSO) who require these policies can now use client access policy rules to restrict access based on the location of the computer or device that is making the request. Customers using Microsoft Online Services cloud User IDs cannot implement these restrictions at this time. 

Reference: Limiting Access to Office 365 Services Based on the Location of the Client 

https://technet.microsoft.com/en-us/library/hh526961(v=ws.10).aspx 

Reference: Set-MsolUser 

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


Q2. You are the Office 365 administrator for your company. The company has a single office. 

You have the following requirements: 

You must configure a redundant Active Directory Federation Services (AD FS) 

implementation. 

You must use a Windows Internal Database to store AD FS configuration data. 

The solution must use a custom login page for external users. 

The solution must use single sign-on for internal users. 

You need to deploy the minimum number of servers. 

How many servers should you deploy? 

A. 2 

B. 4 

C. 6 

D. 16 

Answer:


Q3. DRAG DROP 

A company plans to use Office 365 to provide email services to employees. The company obtains a custom domain name to use with Office 365. 

You need to add the domain name to Office 365. 

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: 


Q4. An organization plans to deploy Exchange Online. 

You must support all Exchange Online features.

You need to create the required DNS entries. 

Which two DNS entries should you create? Each correct answer presents part of the solution. 

A. A 

B. SRV 

C. MX 

D. CNAME 

Answer: C,D 

Explanation:

Reference: http://technet.microsoft.com/en-us/library/hh852557.aspx 


Q5. DRAG DROP 

A company deploys an Office 365 tenant. All employees use Lync Online. 

You need to configure the network firewall to support Lync Online. 

Which ports must you open? To answer, drag the appropriate port number to the correct feature or features. Each port number 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 

An organization plans to deploy an Office 365 tenant. The company has two servers named SERVER1 and SERVER2. SERVER1 is a member server of the Active Directory forest that you are synchronizing. SERVER2 is a standalone server. Both servers run Windows Server 2012. 

You need to use the Windows Azure Active Directory Sync tool to provision users. 

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. A company has an Office 365 tenant. The company uses a third-party DNS provider that does not allow TXT records. 

You need to verify domain ownership. 

What should you do? 

A. Create an MX record. 

B. Create a CNAME record. 

C. Create an A record. 

D. Create an SRV record. 

Answer:

Explanation: 

Add a TXT or MX record for DNS verification. 

Reference: Change nameservers to set up Office 365 with any domain registrar 

https://support.office.com/en-us/article/Change-nameservers-to-set-up-Office-365-with-anydomain-registrar-a8b487a9-2a45-4581-9dc4-5d28a47010a2


Q8. HOTSPOT 

A company plans to synchronize users in an existing Active Directory organizational unit with Office 365. 

You must configure the Azure Active Directory Synchronization (AAD Sync) tool with password sync. 

You need to ensure that the service account has the minimum level of permissions required. 

Which two permission levels should you assign to the account for each task? To answer, select the appropriate permission level from each list in the answer area. 

Answer: 


Q9. DRAG DROP 

A graphic design agency has an Office 365 tenant. The agency uses only computers that run the Apple Macintosh operating system. Some users have Microsoft Entourage 2008 for Mac, and some have Microsoft Outlook for Mac. 

All users report that they cannot access Exchange Online to check their email. 

You need to run test connectivity for all users to identify the problem. You need to use the Microsoft Remote Connectivity Analyzer and the credentials of the users. 

What should you do? To answer, drag the appropriate test to run to the correct email client. Each test 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: 


Q10. A company has an Office 365 tenant that has an Enterprise E1 subscription. Users currently sign in with credentials that include the contoso.com domain suffix. 

The company is acquired by Fabrikam. Users must now sign in with credentials that include the fabrikam.com domain suffix. 

You need to ensure that all users sign in with the new domain name. 

Which Windows PowerShell cmdlet should you run?

A. Set-MsolUser 

B. Redo-MsolProvisionUser 

C. Set-MsolUserLicense 

D. Set-MsolUserPrincipalName 

E. Convert-MsolFederatedUser 

F. Set-MailUser 

G. Set-LinkedUser 

H. New-MsolUser 

Answer:

Explanation: The Set-MsolUserPrincipalName cmdlet is used to change the User Principal Name (user ID) of a user. This cmdlet can be used to move a user between a federated and standard domain, which will result in their authentication type changing to that of the target domain. 

The following command renames user1@contoso.com to CCole@contoso.com. 

Set-MsolUserPrincipalName -UserPrincipalName User1@contoso.com -NewUserPrincipalName CCole@contoso.com 

Incorrect: 

Not A: The Set-MsolUser cmdlet is used to update a user object. This cmdlet should be used for basic properties only. 

Not B: The Redo-MsolProvisionUser cmdlet can be used to retry the provisioning of a user object in Azure Active Directory when a previous attempt to create the user object resulted in a validation error. 

Not C: The Set-MsolUserLicense cmdlet can be used to adjust the licenses for a user.

Not E: The Convert-MsolFederatedUser cmdlet is used to update a user in a domain that was recently converted from single sign-on (also known as identity federation) to standard authentication type. A new password must be provided for the user. 

Not F: Use the Set-MailUser cmdlet, used for on premises Exchange Server (not Office 365), to modify the mail-related attributes of an existing user in Active Directory. 

Not G: Use the Set-LinkedUser cmdlet to modify the properties of an existing linked user account. The Outlook Live Directory Sync (OLSync) service account is a linked user. 

Not H: The New-MsolUser cmdlet is used to create a new user in the Microsoft Azure Active Directory (Microsoft Azure AD). In 

Reference: Set-MsolUserPrincipalName 

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