...
- Query for <object-class> in <container> where:
- <action-attribute> is true
- <permission-attribute> has a value
- <targets-attribute> has a value
- For each object found in previous step...
- Grant <permission-attribute> delegation on object to each principal in <targets-attribute>
- Update <reports-attribute> with "<timestamp>;<add/remove>;<delegation>;<managedBy><DNs>"
- Clear <action-attribute>, <permission-attribute>, <targets-attribute>
- Create scheduled task on ADFS servers to perform query every hour
- Run as dedicated GMSA
- All permissions actions taken by known account
- Password of account managed by domain
- Leverage HostCheck
- Avoid duplication of work
- Run as dedicated GMSA
...