Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evotecit/delegationmodel

DelegationModel PowerShell module provides a simplified way to manage delegation in Active Directory. It's based on ADEssentials module and builts on top of it.
https://github.com/evotecit/delegationmodel

active-directory delegation powershell

Last synced: 2 months ago
JSON representation

DelegationModel PowerShell module provides a simplified way to manage delegation in Active Directory. It's based on ADEssentials module and builts on top of it.

Awesome Lists containing this project

README

        
















# DelegationModel

**DelegationModel** PowerShell module provides a simplified way to manage delegation in Active Directory. It's based on [ADEssentials](https://github.com/EvotecIT/ADEssentials) module and builts on top of it. This module is *Work in Progress* and requires further testing.

## ToDO

- [ ] add support for changing group scope
- [x] add support for moving groups based on path change
- [x] add support for reruning the script multiple times until nothing is left
- [x] add support for members behavior (replace, add, remove)
- [x] add support for ProtectedFromAccidentalDeletion
- [ ] add support for AuditMode
- [ ] Groups
- [ ] Delegation
- [ ] Detect if user is enabled for members
- [ ] Specify global options to use
- [ ] Add file/folder for Sysvol and Netlogon delegation
- [ ] Backup / Restore
- [ ] Verify delegation model
- [ ] Validation of Names in New-ADACLObject (check if it's a valid name and if not stop
- [ ] Detect ProtectedFromAccidentalDeletion and Everyone being affected