Valid 70-742 Dumps shared by ExamDiscuss.com for Helping Passing 70-742 Exam! ExamDiscuss.com now offer the newest 70-742 exam dumps, the ExamDiscuss.com 70-742 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-742 dumps with Test Engine here:
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. Your network contains an Active Directory domain named contoso.com. A user named User1 is in an organizational unit (OU) named OU1. You are troubleshooting a folder access issue for User1. You need a list of groups to which User1 is either a direct member or ab indirect member. Solution: You run dsget user cn=User1, ou=OU1, dc=contoso, dc=com -memberof -expand. Does this meet the goal?
Correct Answer: A
Explanation/Reference: Explanation: DSGET displays the properties of a user in the directory. There are two variations of this command. The first variation displays the properties of multiple users. The second variation displays the group membership information of a single user. To show the list of groups, recursively expanded, to which the user Mike Danseglio belongs, type: dsget user "CN=Mike Danseglio,CN=users,dc=ms,dc=tld" -memberof -expand References: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2- and-2008/cc732535%28v%3dws.10%29