exam questions

Exam 70-742 All Questions

View all questions & answers for the 70-742 exam

Exam 70-742 topic 1 question 72 discussion

Actual exam question from Microsoft's 70-742
Question #: 72
Topic #: 1
[All 70-742 Questions]

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?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
References:
https://webactivedirectory.com/2011/07/18/simple-powershell-script-to-bulk-update-or-modify-active-directory-user-attributes/

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
lbs
4 years, 10 months ago
CSVDE -i -f filename.csv is command to import a csv file. Answer is correct No
upvoted 2 times
...
Timock
4 years, 10 months ago
The solution states that you need to modify the office attribute for 10,000 users in the LondonUsers OU. CSVDE is used to import/export objects. LDIFDE can make changes to existing objects. These are existing objects so the answer is wrong. Answer should be A (True)
upvoted 1 times
...
rohw
4 years, 11 months ago
B is correct. CSVDE is used to import/export objects. LDIFDE can make changes to existing objects.
upvoted 2 times
...
khalid86
4 years, 11 months ago
Answer is correct. CSVDE can be used to export and import (add) object data only, LDIFDE can be used to modify and delete AD objects and supports populating passwords which CSVDE doesn't (amongst other things). LDIFDE is not really a superset of CSVDE, it's a different approach with a lot more power and complexity. CSVDE is handy because it is generally much easier to manipulate the raw CSV format data but it is a lot more limited. If all you want to do is add a bunch of users into an OU then CSVDE will do the trick but if you want to modify a bunch of properties for collection of objects then LDIFDE is the way to go. https://serverfault.com/questions/115239/difference-between-ldifde-exe-and-csvde-exe
upvoted 4 times
...
iemsabi
5 years ago
I believe it should be A csvde.exe is used for import/export Active Directory data. csvde -i -f <fileName> (-i is for import)
upvoted 1 times
...
panda
5 years, 5 months ago
I think the given answer B is correct. Because csvde.exe can perform the modify operation which ldifde can perform.
upvoted 1 times
...
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago