Traitée SHARE FOLDER TO PACKAGE

  • mardi 29 mai 2012 19:02
     
     

    Hello

    what is the best option to store Packages (data Source..)? Creating share folder from SCCM? How?

    I read this http://technet.microsoft.com/en-us/library/bb633067 but Im confused

     Thanks and regards


    MCITP

Toutes les réponses

  • mardi 29 mai 2012 19:50
    Modérateur
     
     Traitée
    I've found it best to do it on a UNC path so that if you ever have to move it that's easier. Just create a shared folder and give the SCCM machine account full control.

    John Marcum | http://myitforum.com/cs2/blogs/jmarcum/|

  • mardi 29 mai 2012 20:22
     
     Traitée

    Its not really about a best option. Package source can be any valid UNC or local path. What these are is completely outside the scope of control of ConfigMgr; creating a shared folder has nothing to do with ConfigMgr.

    In general, I agree with John's comment and will expand a little:

    - Always use a single shared folder accessible via a UNC. This folder can be local or remote.

    - Organize your packages using multiple layers of sub-folders; e.g., vendor -> product -> version

    - Grant access to this folder only to the site server's computer account and those that need to populate the content.


    Jason | http://blog.configmgrftw.com | Twitter @JasonSandys

  • mardi 29 mai 2012 21:56
     
     

     Thank you very much

     Example.

     Folder Data Source

     Folder Data Access

     Site Server´s computer account Permissions

     NOT?

     Regards


    MCITP

  • mercredi 30 mai 2012 20:42
    Modérateur
     
     Traitée

     Thank you very much

     Example.

     Folder Data Source

     Folder Data Access

     Site Server´s computer account Permissions

     NOT?

     Regards


    MCITP

    Create a folder, its default permissions will do, share it out, set the Share Permissions for EVERYONE to Full Control. Create the folder structure in your new share as directed. ConfigMgr will access this folder using the SYSTEM account.