Exambible offers free demo for office 365 exam 70 346 exam. "Managing Office 365 Identities and Requirements", also known as 70 346 exam questions exam, is a Microsoft Certification. This set of posts, Passing the Microsoft exam ref 70 346 managing office 365 identities and requirements exam, will help you answer those questions. The 70 346 book Questions & Answers covers all the knowledge points of the real exam. 100% real Microsoft 70 346 torrent exams and revised by experts!

Q1. Your company has a subscription to Office 365 for midsize business and enterprises. The company uses Microsoft Lync Online. 

You need to open ports on the network firewall to enable all of the features of Lync Online. 

Which port or ports should you open? (Each correct answer presents part of the solution. Choose all that apply.) 

A. inbound TCP 443 

B. outbound TCP 5061 

C. outbound UDP 3478 

D. outbound TCP 443 

E. outbound UDP 50000 to outbound UDP 59999 

F. inbound TCP 8080 

Answer: A,C,D,E 

Explanation:

Reference: http://ahandyblog.wordpress.com/cloud-technologies/firewall-ports-for-office-


Q2. DRAG DROP 

Fabrikam has the Office 365 Enterprise E3 plan. 

You must add the domain name fabrikam.com to the Office 365 tenant. You need to confirm ownership of the domain. 

Which DNS record types should you use? To answer, drag the appropriate DNS record type to the correct location or locations in the answer area. Each DNS record type 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: 


Q3. You have an Office 365 tenant that uses an Enterprise E1 subscription. 

You need to convert the users in the tenant to an Enterprise E3 subscription. 

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-MsolUserLicense cmdlet can be used to adjust the licenses for a 

user..This can include adding a new license, removing a license, updating the license 

options, or any combination of these actions. 

Note: Switching plans manually means that you're completing the following separate 

procedures instead of using the switch plans wizard. The procedures are: 

Buy licenses for the subscription you're switching users to. 

Verify the subscription is ready to switch users to. 

Reassign user licenses 

Remove unneeded licenses from the subscription you're switching from. 

Cancel the original subscription (if switching all users). 

Switching only some users isn't supported by the switch 

Reference: Set-MsolUserLicense 

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


Q4. A company deploys an Office 365 tenant. 

You must provide an administrator with the ability to manage company information in Office 

365. 

You need to assign permissions to the administrator by following the principle of least privilege. 

Which role should you assign? 

A. Global administrator 

B. Service administrator 

C. Billing administrator 

D. User management administrator 

Answer:

Explanation:

Reference: http://onlinehelp.microsoft.com/en-in/office365-enterprises/gg243432.aspx#bkmk_EditProfile 


Q5. DRAG DROP 

Contoso, Ltd. has an Office 365 tenant. The company has two servers named Server1 and Server2 that run Windows 2012 R2 Server. The servers are not joined to the contoso.com domain. Server2 is deployed to the perimeter network. You install Secure Sockets Layer (SSL) certificates on both servers. 

You deploy internal and external firewalls. All firewalls allow HTTPS traffic. 

You must deploy single sign-on (SSO) and Active Directory Federation Services (AD FS). 

You need to install and configure all AD FS components in the environment. 

Which four 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: 


Q6. You administer the Office 365 environment for a company that has offices around the world. All of the offices use the same Office 365tenant. 

You need to ensure that all users can access the services that are available in their regions. 

Which setting or service should you update? 

A. User location settings 

B. User licenses 

C. Service usage address 

D. Rights management 

Answer:


Q7. Contoso uses Office 365 for collaboration services. You implement single sign-on (SSO) with Office 365 by using Active Directory Federation Services (AD FS). 

You need to implement Windows Azure multi-factor authentication. 

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

A. On the AD FS federation server, run PhoneFactorAgentSetup.exe. 

B. On the AD FS Federation server, run WindowsAzureSDK-x64.exe. 

C. On the AD FS Federation server, run the Windows PowerShell cmdlet Register-AdfsAuthenticationProvider. 

D. On the AD FS Federation server, run FsConfigWizard.exe. 

E. Run the Active Directory Domains and Trusts MMC snap-in. Register Windows Azure 

Multi-Factor Authentication Server as an additional authentication provider. 

F. Run the Windows Azure Multi-Factor Authentication Server Authentication Configuration Wizard. 

Answer: B,C,F 


Q8. A company has an Office 365 tenant. 

You must reset the password for an account named User1. 

You need to ensure that the new password for the account meets complexity rules. 

Which two passwords can you use? Each correct answer presents a complete solution. 

A. Summer2015 

B. May2015 

C. User1User1 

D. summer2015 

E. May 2015 

F. summer!@#$ 

G. M1crosoft 

Answer: A,G 

Explanation: 

If the user is set to require a strong password, then all of the following rules must be met: 

The password must contain at least one lowercase letter. 

The password must contain at least one uppercase letter. 

The password must contain at least one non-alphanumeric character. 

The password cannot contain any spaces, tabs, or line breaks. 

The length of the password must be 8-16 characters. 

The user name cannot be contained in the password. 

Incorrect: 

Not B: too few characters 

Not C: Cannot contain account name User1 

Not D: no capital letter. 

Not E: no spaces 

Not F: Illegal characters.


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


Q10. Contoso Ltd. uses Office 365 for collaboration. You are implementing Active Directory Federation Services (AD FS) for single sign-on (SSO) with Office 365 services. The environment contains an Active Directory domain and an AD FS federation server. 

You need to ensure that the environment is prepared for the AD FS setup. 

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

A. Configure Active Directory to use the domain contoso.com. 

B. Configure Active Directory to use the domain contoso.local. 

C. Create a server authentication certificate for the federation server by using fs.contoso.com as the subject name and subject alternative name. 

D. Create a server authentication certificate for the federation server by using fs.contoso.local as the subject name and subject alternative name. 

Answer: A,C 


Q11. Your company has a hybrid deployment of Office 365. You need to verify whether free/busy information sharing with external users is configured. 

Which Windows PowerShell cmdlet should you use? 

A. Test-OutlookConnectivity 

B. Test-FederationTrust 

C. Get-OrganizationRelationship 

D. Get-MSOLDomainFederationSettings 

Answer:


Q12. DRAG DROP

A company is deploying an Office 365 tenant.

You need to deploy a Windows Server 2012 R2 federation server farm. 

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: 


Q13. You deploy Lync Online for a company that has offices in San Francisco and New York. The two offices both connect to the Internet. There is no private network link between the offices. 

Users in the New York office report that they cannot transfer files to the users in the San Francisco office by using Lync Online.

You need to ensure that users in both offices can transfer files by using Lync Online. 

What should you do? 

A. Configure the firewall to open Transmission Control Protocol (TCP) ports 50060-50079. 

B. Configure the firewall to open Transmission Control Protocol (TCP) ports 50040-50059. 

C. Create a private network connection to share files. 

D. Upgrade all of the Lync Online clients to use Lync 2013. 

Answer:


Q14. DRAG DROP 

A company deploys an Office 365 tenant. You install the Active Directory Federation Services (AD FS) server role on a server that runs Windows Server 2012. You install and configure the Federation Service Proxy role service. Users sign in by using the Security Assertion Markup Language (SAML) protocol. 

You need to customize the sign-in pages for Office 365. 

Which pages should you customize? To answer, drag the appropriate page to the correct customization. Each page 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: 


Q15. A company plans to use Office 365 to provide email services for users. 

You need to ensure that a custom domain name is used. 

What should you do first? 

A. Add the custom domain name to Office 365 and then verify it. 

B. Verify the existing domain name. 

C. Create an MX record in DNS. 

D. Create a CNAME record in DNS. 

Answer:


Q16. DRAG DROP 

You are the Office 365 administrator for your company. 

Users report that their passwords expire too frequently, and they do not receive adequate notice of password expiration. 

Account passwords must remain active for the longest duration allowed. Users must receive password expiration notifications as early as possible. 

You need to configure the password expiration policy. 

How should you set the policy on the password page of the Office 365 admin center? To answer, drag the appropriate duration to the correct location. Each duration 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: 


Q17. An organization plans to migrate to Office 365. You use the Windows Azure Active Directory (AD) Sync tool. 

Several users will not migrate to Office 365. You must exclude these users from synchronization. All users must continue to authenticate against the on-premises Active Directory. 

You need to synchronize the remaining users.

Which three actions should you perform to ensure users excluded from migration are not synchronized? Each correct answer presents part of the solution. 

A. Populate an attribute for each user account. 

B. Disable the user accounts in Active Directory. 

C. Perform a full synchronization. 

D. Configure the connection filter. 

E. Run the Windows PowerShell command Set-MsolDirSyncEnabled -EnableDirSync $false. 

Answer: A,C,D 


Q18. HOTSPOT

An organization deploys an Office 365 tenant. 

The Service health page displays the following information: 

You need to report the status of service interruptions for Exchange Online and SharePoint Online. 

Use the drop-down menus to complete each statement based on the information presented in the screen shot. Each correct selection is worth one point. 

Answer: