I have a Server 2008 R2 machine with Windows Deployment Services installed, which works perfectly well. However after some time (maybe a restart after installing updates) the security permissions applied in Active Directory to allow WDS to work are reset.
The required settings are:
Domain Admins: Full Control
Enteprise Admins: Full Control
Account Operators: Full Control
System: Full Control
SELF: Create All Child Objects, Delete All Child Objects, Validated write to DNS host name, Validated write to service principal name, Read Personal Information, Write Personal Information
I've applied these settings from the machine it's self and from the domain controller. I'm not sure why this is happening, there doesn't appear to a problem with any other AD settings being reset. I've read about AdminSDHolder but not sure if this applies in my case as I'm setting the permissions manually - also I've read it's not best practice to change it although admittedly this is the first time I've come across this.
How can I make AD retain these settings?