locked
Assign group permissions on folders using Powershell via CSV RRS feed

  • Question

  • Hello!

    we are working on a new Permission Concept.
    We created different Security Groups,depending on the Department.

    For example:

    Finance_List, Finance_Read, Finance_ReadWrite

    Controlling_List, Controlling_Read, Controlling_ReadWrite

    Planning_List, Planning_Read, Planning_ReadWrite


    Now i am searching for a script to automate the process for setting GroupPermissions on specific Folders.

    Example:
    Folder Finance:

    Disable Inheritance and then set new permissions and replace them to all files and subfolders: 
    Group Finance_List (List Folder), Group Finance_Read (Read), Group Finance_ReadWrite (Modify) 

    CSV Example (Folderpath and the 3 GroupPermissions per Folder):

    \\cifs\Finance;Finance_List;Finance_Read;Finance_ReadWrite



    I have 300 securitygroups and 100 folders.

    Any help would be much appreciated.

    Thank You!

    • Edited by Phil9431 Thursday, March 28, 2019 8:57 AM
    • Moved by Bill_Stewart Wednesday, September 4, 2019 7:50 PM This is not "train me in basic Windows security" forum
    Thursday, March 28, 2019 8:56 AM