Resourced Contrained Delegation
#check ms-ds-machineaccountquota, if user can add new computer to the domain
Get-DomainObject -Identity "dc=resourced,dc=local" -Domain resourced.local | Select-Object -Property ms-ds-machineaccountquota
#check DC version at least 2012
Get-DomainController | Select-Object -Property OSVersion
#check if attribute is not already set
Get-NetComputer RESOURCEDC | Select-Object -Property name, msds-allowedtoactonbehalfofotheridentity
Adding New Computer object

Modifying Target Computer's AD Object
Last updated