PrepAway - Latest Free Exam Questions & Answers

You need to ensure that each user has a separate folder in Sync1

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?

PrepAway - Latest Free Exam Questions & Answers

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.

Explanation:
http://technet.microsoft.com/en-US/library/dn296649.aspx

33 Comments on “You need to ensure that each user has a separate folder in Sync1

    1. JohnnyDivin'Duck says:

      Oh boy.
      This starts to get really interesting.
      Apparently topic starter didn’t find an option for naming context in properties of Sync Share.
      Question seems to be incorrect!




      0



      0
    2. Alex G. says:

      NO…from the links it appears that ALL OF THE OPTIONS are WRONG,
      and from all the wrong options only option C is kinda-maybe-right because it is vaguely telling you to go to server manager and recreate the share,which is still getting us nowhere because C says “modify the properties of sync1”,so unless you interpret it as “delete and re create sync1” it is NOT the right answer!,
      i think that this question is one of those retarded question microsoft sometimes has,where none of the answers seem to be correct-AGAIN-this link isnt proving that C is rihgt,it’s just speculating that C. COULD mean DELETE AND THEN RECREATE,same way i could speculate that D. is actually the right answer because i THINK the could have meant “New-Syncshare” instead of “Set-SyncShare”, A+B+C+D are wrong unless microsoft made a mistake and D. is a typo.




      0



      0
  1. Andy says:

    The Correct answer is D not C

    Set-SyncShare will allows individual users to have a separate folder in Sync 1.

    The article that Sam posted didn’t even pertain to this question, it was talking about naming conventions not user folders. It seems like Sam didn’t understand the question. Ive extensively researched this question and the answer remains to be D

    D is the Answer!




    1



    0
      1. BitterSysAdmin says:

        To be honest, I just passed the 70-411 on Monday (scored a 920/1000) and came back to these forums to discuss some questions that were heavily debated to help others out since i got perfect in 3/5 categories.




        0



        0
      2. Ricky says:

        Why are some of you so salty? I’ve seen Sam’s comments on multiple questions and they are mostly correct, or at the very least make some logical sense. I’m pretty sure he passed the exam. At least, his comments aren’t just the typical “answer is XYZ” spam.




        0



        0
    1. alex says:

      I’ve got a 960 on my 411 exam & took it once without retry,guess what?,i still have no idea which question/s i got wrong and why,because i relied on these discussion threads and trying to eliminate wrong answers from a “premium” dump just like everyone else,i am just as clueless on some topics as everyone else,and i can only assume that so are you.




      1



      0
  2. Lostineurope says:

    The answer is Set-SyncShare -option use UserName@DomainName.
    Used to clarify Users with the same User Name from ‘Different’ Domains.

    The Default for SyncShare is -option use UserName




    0



    0
  3. Egil Danielsen says:

    The answear D is correct, yo can use set-syncshare and use the parameter -UserFolderName.

    -UserFolderName

    Specifies a folder-naming format for the user folder on the sync share. To maintain compatibility with existing user folders that use aliases for their names, specify [user], which is required, or omit this parameter. To eliminate conflicts between identical user aliases in different domains, specify [user]@[domain]. You can also specify a relative path under the sync share root; for example, UserData\[user].

    Sync share creates each user folder during the first sync operation, if it doesn’t already exist. If the user folder exists, confirm that the user has Read/Write or Full Control permissions and is the owner of their folder, unless the folder is owned by an Administrators group.




    0



    0
  4. bruce says:


    -UserFolderName

    Specifies a folder-naming format for the user folder on the sync share. To maintain compatibility with existing user folders that use aliases for their names, specify [user], which is required, or omit this parameter. To eliminate conflicts between identical user aliases in different domains, specify [user]@[domain]. You can also specify a relative path under the sync share root; for example, UserData\[user].”

    https://technet.microsoft.com/en-us/library/dn296635.aspx

    D is correct !!!




    0



    0
  5. Joe says:

    set-syncshare -InheritParentFolderPermission

    Indicates that the sync share inherits the permissions of the parent folder. If you specify this parameter, the user folder inherits permissions from the parent folder of the sync share, and administrators can access the data. If you do not specify this parameter, by default each user is granted exclusive access to their user folder, and administrators have no access rights.




    0



    0
    1. Joe says:

      Think I was wrong before, still think it is D but a different command.

      Looks like you could use C or D, I think what it is asking for is for you to add all of the users as users of work folders.

      You can either go into the work folder properties and add users.
      Or using powershell… set-syncshare sync1 -user user1,user2,user3,user4 etc etc or you could create a group and add the group instead of individual users…
      set-syncshare sync1 -user group1. this will add everyone in group1 as a user (create them a folder)




      0



      0
  6. andry79 says:

    Hi all,

    for me the answer could be C. If we follow this link http://windowsitpro.com/windows-server-2012-r2/windows-server-2012r2-work-folders it says “You can control access to the Work Folders structure on a per-user or per-group basis, which you configure using the wizard’s Sync Access page shown in Figure 1. The users or group must be part of your AD DS domain, which means that although devices can be non-domain joined, users still must have valid Active Directory (AD) credentials. It’s recommended that you specify a group for easier management later on. It’s also recommended that you disable permission inheritance for the Work Folders so that each user has exclusive access to his or her files.”




    0



    0
  7. Mel says:

    See: https://technet.microsoft.com/en-us/library/dn528861.aspx
    “…to designate a folder on the sync server to store your user’s files. This folder is called a sync share, and you can use the following procedure to create one.
    In Server Manager, click File and Storage Services, and then click Work Folders.”
    Then the article says:
    “You can create sync shares using Windows PowerShell by using the New-SyncShare cmdlet. Below is an example of this method:”
    New-SyncShare “HR Sync Share” K:\Share-1 –User “HR Sync Share Users”
    Note that it states “New-SyncShare NOT Set-SyncShare.
    So C is correct.




    0



    0
  8. Julian says:

    This question has no right answer…

    C cant be correct as i have tested this and unable to edit the share for the purpouse of the question. Only way is to create a new share with the “user alias@domain” option selected, so each user get separate folder.

    Hope i get this question…really




    0



    0
  9. MancaMulas says:

    A and B can be cut off, they have nothing to do with the question.
    D also doesn’t work since the parameter -UserFolderName, like some users are saying, doesn’t exist on the set-syncshare only on new-syncshare command, so it cannot work.
    The only one that makes some sense here is answer C, although in my opinion, and from what i’ve tested in my lab, i don’t think it’s totally correct, because you can’t change the folder naming format in the properties of a sync share.
    So i agree with @JohnnyDivin’Duck, none of this answer make real sense.
    Either this is crappy question or the answers in the real exam aren’t the onbes shown here.




    0



    0
  10. Progenitor says:

    Solution is D, by using the following commandlet string:

    Set-SyncShare –Name Sync1 –User “user1@domain1.contoso.com“,“user1@domain2.contoso.com“,“user1@domain3.contoso.com“,“user1@contoso.com“

    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.




    0



    0

Leave a Reply