You have a computer named Computer1 that runs Windows 10.
On Computer1, C:\\Folder1 has the permissions configured as shown in the following table.
You share C:\\Fotder1 as Folder1 and you grant access to the Everyone group.
Folder1 has the following share settings.
What level of access does User1 have to Folder1?
A.
User1 cannot see the Folder1 share on the network and cannot connect to Folder1.
B.
User1 can see the Folder1 share on the network and can connect to Folder1.
C.
User1 cannot see the Folder1 share on the network but can connect to Folder1.
D.
User1 can see the Folder1 share on the network but cannot connect to Folder1.
correct
the command is : get-acl -Path C:\Folder1\ | fl *
https://blogs.technet.microsoft.com/askds/2008/05/07/the-security-descriptor-definition-language-of-love-part-2/
agree
What Parameter let User 1 not connect to the Folder?
Agreed B
“ConcurrentUsitLimit = 0”. Does this mean unlimited or None?
Unlimited.
User1 cannot see the folder1 nor connect bcz Access based enumeration is enabled which prevents users who are not a member of a specific group to access the content.