exam questions

Exam 70-346 All Questions

View all questions & answers for the 70-346 exam

Exam 70-346 topic 7 question 38 discussion

Actual exam question from Microsoft's 70-346
Question #: 38
Topic #: 7
[All 70-346 Questions]

HOTSPOT -
Contoso, Ltd. has an Office 365 Tenant. The company plans to implement single sign-on (SSO). You install Active Directory Federation Services.
You need to enable the uses of SSO.
How should you complete the relevant Windows PowerShell commands? To answer, select the appropriate Windows PowerShell segment from each list in the answer area.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
See step 2) and step 5) below.
To convert an existing domain to a single sign-on domain, follow these steps.
✑ Open the Microsoft Azure Active Directory Module.
Run $cred=Get-Credential. When the cmdlet prompts you for credentials, type your cloud service administrator account credentials.

✑ Run Connect-MsolService Credential $cred. This cmdlet connects you to Azure AD. Creating a context that connects you to Azure AD is required before running any of the additional cmdlets installed by the tool.
✑ Run Set-MsolAdfscontext -Computer <AD FS primary server>, where <AD FS primary server> is the internal FQDN name of the primary AD FS server. This cmdlet creates a context that connects you to AD FS.
✑ Run Convert-MsolDomainToFederated DomainName<domain>, where <domain> is the domain to be converted. This cmdlet changes the domain from standard authentication to single sign-on.
References: https://msdn.microsoft.com/en-us/library/azure/jj205461.aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...