Skip to content

Grant-ADDTDGRights.ps1 set on each OU individually, which slows down script. #14

@PatrickOnGit

Description

@PatrickOnGit

The function Grant-ADDTDGRights.ps1 is writing and committing each ACL separately, which slows down the tool significantly.
It should take all permissions for an OU, check which permission is already set, and add or remove the "managed" permissions in a single commit operation.
Specifically, if the script is used multiple times, it must not try to set already existing ACLs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions