| 1. | Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Users and Computers. |
| 2. | In Active Directory Users and Computers, click View, and then click to select Advanced Features. |
| 3. | Right-click Computers, and then click Properties. |
| 4. | Click the Security tab, and then click Advanced. |
| 5. | In the Access Control Settings for Computers dialog box, click Add, click the name of the user or group to whom you want to grant permission to remove computers from the Computers container, and then click OK. |
| 6. | In the Permission Entry for Computers dialog box, click This object only in the Apply onto list. |
| 7. | In the Permissions list, find the Delete Computer Objects permission, click to select the Allow check box next to this permission, and then click OK. |
| 8. | In the Access Control Settings for Computers dialog box, click Add, click the name of the user or group to whom you want to grant permission to remove computers from the Computers container, and then click OK. |
| 9. | Click the Properties tab, and then click computer objects in the Apply onto list. |
| 10. | In the Permissions list, find the Write All Properties permission, click to select the Allow check box next to this permission, and then click OK three times. |
注:通过“域中添加工作站”的方式创建的计算机帐户将“域管理员”看作该计算机帐户所有者,而通过计算机容器权限方式创建的计算机帐户则将创建者看作计算机帐户的所有者。如果用户既有容器的权限,又有“将工作站添加到域”的用户权利,最终的owner将基于计算机容器权限而非用户权利。
那么到底这里还需要些什么权限呢?找个已经添加到computers 容器中的计算机帐户,看看它的属性-安全-高级。权限列表如下:(这里是繁体的词汇)
清單內容 讀取全部內容 讀取權
所有延伸的權利 ----
以下列接收
以下列傳送
重設密碼
變更密碼
需要注意的是,这里的权限都是针对计算机帐户的。也就是说,我们在这里就应该给add computers to domain这样加权限:
选择computers容器,安全,高级,添加,填入add computers to domain ,在apply on 的地方选择computer objects,然后再下面勾选上述的那些权限。其中“所有延伸的权利”和其下的四项关联,选择它,后面的四项自动选中。
好了,让我们再次尝试一下用新加入add computers to domain这个组的帐户,噢?还是不行?呵呵,忘记了,上面我们提到的“如果计算机帐户已经存在,那么将会用当前用户帐户尝试修改计算机帐户的权限和owner,ok,让我们在勾选“修改使用权限”“修改使用人”。再次测试,完全正常了!
最后出来的针对计算机帐户权限列表如下:
清單內容 讀取全部內容 讀取權 所有延伸的權利 以下列接收 以下列傳送 重設密碼 變更密碼 修改使用权限 修改使用人
当然这里的权限设定,仅限于一般情况,遇到特殊环境了,比如dns发生了变化,那么就还需要更改dns的权限,大家可以自行调整了,这里也就给大家作个参考!
噢?有朋友问了,如果这个计算机帐户不在computers 容器中又怎么办?呵呵,我的ou管理员发话了 “靠!那一定在我的ou里,那是我的地盘,我说了算!”唉--!ou是他完全控制啊!![]()
不过这里有个情况要说明一下,当计算机被加入到域的时候,系统会首先查询ad的数据库,是否已经存在此计算机账户,如果不存在,那么将在computers容器中新建计算机账户,进行上面所述的动作;如果存在,那么将直接使用原有帳戶,並保持原有帳戶在ad層次結構中的位置,但會使用當前token中的相关信息重置原有计算机账户。此时如果当前将此计算机添加到域所使用的账户,对于原有账户在ad層次結構中的位置不具有上述基本权限,则也会提示存取被拒。这种情况常常发生在委派ou管理员添加计算机到域时,域中已经存在同名的计算机账户,但当前ou管理员账户对于此计算机账户所处的ou,恰恰没有管理权限
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/258579/viewspace-573188/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/258579/viewspace-573188/
解决域加机权限问题
本文详细介绍了在Windows Active Directory环境中解决计算机加入域时遇到的权限问题。通过具体步骤指导如何正确配置计算机容器的权限,确保操作账户拥有足够的权限来添加计算机到域。
1068

被折叠的 条评论
为什么被折叠?



