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?
- From File Explorer, use Network File and Folder Sharing. Assign the Read permission to Group2.
- From File Explorer, use Advanced Sharing. Assign the Read share permission to Group2.
- From Control Panel, use Advanced sharing settings. Configure file and printer sharing for the network profile of the domain.
- At a command prompt, run the
net share Share=C:\Folder1 /grant:adatum\group2,read
command.