Your network contains an Active Directory forest named contoso.com. The forest contains four domains. All
servers run Windows Server 2012 R2.
Each domain has a user named User1.
You have a file server named Server1 that is used to synchronize user folders by using the Work Folders role
service.
Server1 has a work folder named Sync1.
You need to ensure that each user has a separate folder in Sync1.
What should you do?
A.
From Windows Explorer, modify the Sharing properties of Sync1
B.
Run the Set-SyncServerSetting cmdlet
C.
From File and Storage Services in Server Manager, modify the properties of Sync1
D.
Run the Set-SyncShare cmdlet
not totally sure about answer, but i found this:
Set-SyncShare –Name Sync1 –User “[email protected]“,“[email protected]“,“[email protected]“,“[email protected]“
Explanation: Like many, I was assuming that “I” had configured Sync1 by the book (https://technet.microsoft.com/en-us/library/dn528861(v=ws.11).aspx). But the text does not provide any details about the config wizard of Sync1, beside the name. Therfor the most likely scenario is, that the wizard was a simple next-next-finish orgy. As per default users are granted exclusive permission to the share folder. So concluding, adding the user array with Set-SyncShare will take care, that every user will get his own directory.