我希望能够允许特定的用户从我的Active Directory集成的DNS区域中删除DNSlogging。
一个区域复制到域中的DC上的所有DNS服务器(所以在DomainDnsZones中)。
另一个区域被复制到域中的所有域控制器(因此在CN = System,CN = MicrosoftDNS,DC =域中)。
反向查找区域被复制到森林中的所有DNS服务器(所以在ForestDNSZones中)。
我已经尝试在All descendant objects上添加Delete DomainDnsZones中的区域和ForestDNSZones中适当的反向查找区域。 例如,在DomainDnsZone上使用Get-Acl显示(对于指定的帐户):
ActiveDirectoryRights : Delete AccessControlType : Allow InheritanceFlags : ContainerInherit PropagationFlags : InheritOnly InheritanceType : Descendents
但是当我尝试使用DNSCMD删除示例logging时,我得到ACCESS DENIED。
为什么不是这么好听呢? 我还需要做什么?