Valid 70-533 Dumps shared by ExamDiscuss.com for Helping Passing 70-533 Exam! ExamDiscuss.com now offer the newest 70-533 exam dumps, the ExamDiscuss.com 70-533 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-533 dumps with Test Engine here:
Your company network includes an On-Premises Windows Active Directory (AD) that has a DNS domain named contoso.local and an email domain named contoso.com. You plan to migrate from On-Premises Exchange to Office 365. You configure DirSync and set all Azure Active Directory (Azure AD) usernames as %username%@contoso.com You need to ensure that each user is able to log on by using the email domain as the username. Which two actions should you perform? Each correct answer presents part of the solution.
Correct Answer: A,B
If you have already set up Active Directory synchronization, the user's UPN may not match the user's on-premises UPN defined in Active Directory. To fix this, rename the user's UPN using the Set-MsolUserPrincipalName cmdlet in the Microsoft Azure Active Directory Module for Windows PowerShell. The email domain (Contoso.com) needs to be verified in Office 365. References: https://msdn.microsoft.com/en-us/library/azure/jj151786.aspx
Recent Comments (The most recent comments are at the top.)
Anup - May 05, 2018
– A: correct because this domain shall be used by users. So it MUST be verified. – B: incorrect, because powershell cmdlet cannot work with the %username%, I think it should use $env:username to work with environment variables. – C: incorrect, because proxy addresses attributes affect only Exchange recipients. Has nothing to do with authentication. – D: incorrect, because non-routable domain. You could never verify contoso.local 🙂 – E: correct, because technically the UPN is used for logon, but the user shall insert email address. This will only work if both attribute has same value. This is the recommended approach for Office 365.
Recent Comments (The most recent comments are at the top.)
– A: correct because this domain shall be used by users. So it MUST be verified.
– B: incorrect, because powershell cmdlet cannot work with the %username%, I think it should use $env:username to work with environment variables.
– C: incorrect, because proxy addresses attributes affect only Exchange recipients. Has nothing to do with authentication.
– D: incorrect, because non-routable domain. You could never verify contoso.local 🙂
– E: correct, because technically the UPN is used for logon, but the user shall insert email address. This will only work if both attribute has same value. This is the recommended approach for Office 365.