exam questions

Exam MD-100 All Questions

View all questions & answers for the MD-100 exam

Exam MD-100 topic 4 question 35 discussion

Actual exam question from Microsoft's MD-100
Question #: 35
Topic #: 4
[All MD-100 Questions]

You have a computer named Computer1 that runs Windows 10. Computer1 is joined to an Active Directory domain named adatum.com. The domain contains two groups named Group1 and Group2.
Computer1 contains a folder named C:\Folder1 that has the file permissions shown in the following table.

You need to share C:\Folder1. The solution must ensure that the members of Group2 can access all the files in the share.
What should you do?

  • A. From File Explorer, use Network File and Folder Sharing. Assign the Read permission to Group2.
  • B. From File Explorer, use Advanced Sharing. Assign the Read share permission to Group2.
  • C. From Control Panel, use Advanced sharing settings. Configure file and printer sharing for the network profile of the domain.
  • D. At a command prompt, run the net share Share=C:\Folder1 /grant:adatum\group2,read command.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
golijat
2 years, 3 months ago
Selected Answer: D
D is the only answer where Folder1 is mentioned. And the syntax does the job.
upvoted 1 times
...
xeni66
2 years, 4 months ago
Selected Answer: D
share Share=C:\Folder1 /grant:adatum\group2,read command works. Only group2 will have read access via the share. NTFS permissions is default domein users read and execute
upvoted 1 times
...
williamlamata
2 years, 4 months ago
The correct answer is B. From File Explorer, use Advanced Sharing. Assign the Read share permission to Group2. Explanation: To share C:\Folder1 with the members of Group2, you need to perform the following steps: Right-click on the C:\Folder1 and select Properties. In the Properties dialog box, click on the Sharing tab. Click on the Advanced Sharing button
upvoted 1 times
...
GabrielN
2 years, 4 months ago
Considering we have no info about inheritance, cant we assume that Folder1 has default NTFS permissions? In this case all Users would have the Read permission by default, so you only need to give Group 2 the Share Permissions, or am I thinking this wrong?
upvoted 1 times
3dk1
2 years, 2 months ago
I think it would be best to assume that the permissions on Folder1 are the only permissions that are specifically outlined in the question. Hence why I choose D
upvoted 1 times
3dk1
2 years, 2 months ago
nvm I take my statement back on D being right
upvoted 1 times
...
...
...
flabezerra
2 years, 8 months ago
Selected Answer: A
Correct answer A Be aware that Network File and Folder Sharing modifies file permissions and share permissions. However, the Advanced Sharing feature does not modify file permissions, and only sets share permissions.
upvoted 3 times
flabezerra
2 years, 8 months ago
net share Share=C:\Folder1 /GRANT:Contoso.com\Group2,read This command only sets up a share permission leaving NTFS permissions empty and Group2 won’t have access at all. I quote the statement: “The solution must ensure that the members of Group2 can access all the files in the share.”
upvoted 1 times
...
...
Kock
2 years, 9 months ago
Resposta Correta: D https://learn.microsoft.com/pt-br/training/modules/configure-manage-shared-folders/3-examine-methods-available-connecting-share-folders
upvoted 1 times
...
Kock
2 years, 9 months ago
Resposta Correta: D net share DataShare=d:\Data /grant:Computer1\User1,read https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh750728(v=ws.11)#examples
upvoted 1 times
...
99redeyeflight
3 years, 3 months ago
Just tesed D and it does not give NTFS permissions, only share permissions A gives both in one action
upvoted 3 times
...
stuboss
3 years, 3 months ago
What happens on the exam in situations like this where answers are disputed between what is given and the community's consensus? Is the given answer taken as the correct answer on the exam, or is the community's answer given? Thank You!
upvoted 2 times
51007
3 years, 3 months ago
Considering we have no idea where the answers are coming from, I would lean toward the consensus.
upvoted 1 times
...
...
devilcried
3 years, 4 months ago
Selected Answer: A
Definitely A
upvoted 4 times
...
JohnO1971
3 years, 6 months ago
Selected Answer: A
A is the correct answer
upvoted 3 times
...
IykeP
3 years, 6 months ago
D is incorrect. The correct Answer is A.
upvoted 2 times
...
williamzwwu
3 years, 7 months ago
Selected Answer: A
A is using the simple sharing which will grant the share permission and NTFS permission at the same time.
upvoted 3 times
...
mikl
3 years, 7 months ago
I dont get this one. :/
upvoted 1 times
Henry78
2 years, 10 months ago
WTF :(
upvoted 1 times
...
...
Harold
3 years, 7 months ago
Why is this D and not A or B? Is it simply because cmd is generally accepted as the "quickest way" to get things done?
upvoted 1 times
williamzwwu
3 years, 6 months ago
advanced sharing can grant share permission, but can't grant NTFS permission. Normal Sharing will grant the share permission and NTFS permission at the same time.
upvoted 3 times
...
...
MR_Eliot
3 years, 8 months ago
A i correct
upvoted 3 times
...
Gerd95
3 years, 8 months ago
I just tested this in Lab, none of the answers seem correct since you are missing NTFS rights. However if you select a user/group using the "Network File and Folder Sharing" option, it actually adds that user/group to the NTFS entry? So A is correct in my opnion.
upvoted 2 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 ...