Release v2.4.5: detect explicit Deny ACEs in replication permission check
Test-ReplicationPermissions previously only scanned Allow ACEs, so an explicit Deny on the DCSync extended rights (common in hardening baselines that Deny a broad group and Allow only named service accounts) was invisible to the pre-flight check: it reported "verified" while Get-ADReplAccount still failed with "Replication access was denied". The check now flags exactly which right is blocked and by which identity's Deny ACE. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
##################################################
|
||||
## Project: Elysium ##
|
||||
## File: Update-LithnetStore.ps1 ##
|
||||
## Version: 2.4.4 ##
|
||||
## Version: 2.4.5 ##
|
||||
## Support: support@cqre.net ##
|
||||
##################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user