Identity with Windows Server 2016 — Question 114
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. You have an organizational unit (OU) named LondonUsers that contains 10,000 users.
You need to modify the Office attribute of all the users in the LondonUsers OU.
Solution: You create a CSV file. You run csvde.exe and specify the `"i and `"f parameters.
Does this meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The solution does not meet the goal because the csvde.exe tool is designed for importing and exporting directory objects, but it cannot modify existing attributes. The correct method would involve using a different tool like PowerShell to update the attributes of existing users.