Further reading
If you want to explore more deeply some of the topics that were mentioned in this chapter, check out these resources:
Access rights:
- Get-Acl: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/get-acl
- Set-Acl: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-acl
- DS-Replication-Get-Changes-All extended right: https://learn.microsoft.com/en-us/windows/win32/adschema/r-ds-replication-get-changes-all
Active Directory-related PowerShell modules (Part of the RSAT tool):
- ActiveDirectory module: https://docs.microsoft.com/en-us/powershell/module/activedirectory
- GroupPolicy module: https://docs.microsoft.com/en-us/powershell/module/grouppolicy/
Active Directory-related open source attacker tools:
- Domain Password Spray: https://github.com/dafthack/domainPasswordSpray
- PowerSploit: https://github.com/PowerShellMafia/PowerSploit
- PowerView: https://github...