https://github.com/zoran-jankov/access-control-list-group-generator
Creates file permissions Read Only and Read-Write AD groups for a shared folder, and grants them appropriate access to the shared folder.
https://github.com/zoran-jankov/access-control-list-group-generator
Last synced: 6 months ago
JSON representation
Creates file permissions Read Only and Read-Write AD groups for a shared folder, and grants them appropriate access to the shared folder.
- Host: GitHub
- URL: https://github.com/zoran-jankov/access-control-list-group-generator
- Owner: Zoran-Jankov
- License: gpl-3.0
- Created: 2020-12-30T08:07:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T14:12:21.000Z (over 3 years ago)
- Last Synced: 2025-03-28T19:39:13.868Z (6 months ago)
- Language: PowerShell
- Size: 234 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Access-Control-List-Group-Generator
[](https://microsoft.com/PowerShell)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://www.codacy.com/gh/Zoran-Jankov/access-control-list-group-generator/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Zoran-Jankov/access-control-list-group-generator&utm_campaign=Badge_Grade)
[](https://www.codefactor.io/repository/github/zoran-jankov/access-control-list-group-generator)
[](https://github.com/Zoran-Jankov/access-control-list-group-generator/releases)## Description
Creates access control list domain local gruops for basic NTFS permissions for a shared folder (*Full Control*, *Modify*, *Read & Execute*, *Read*, *Write*), and grants them appropriate NTFS permissions to the share folder. AD groups names are generated by appending the prefix `ALC_` to the folder name and suffix named after their NTFS permissions. For example *ALC_SharedFolder_Read*. This is useful for more easier access control administration of shared folders.

## Requirements
[Windows PowerShell Version 5.1 or higher](https://docs.microsoft.com/en-us/skypeforbusiness/set-up-your-computer-for-windows-powershell/download-and-install-windows-powershell-5-1)
[Active Directory module for Windows PowerShell](https://docs.microsoft.com/en-us/powershell/module/addsadministration/?view=win10-ps) - [Download](https://www.microsoft.com/en-us/download/details.aspx?id=45520)
## Licence
[***GNU General Public License Version 3***](https://www.gnu.org/licenses/gpl-3.0)
[](https://www.gnu.org/licenses/gpl-3.0)
## Credits
### Author
Script developer: [Zoran Jankov](https://www.linkedin.com/in/zoran-jankov/)
### Icon creator