Windows 2008 R2 域控制器防止意外删除现有OU的设置
Posted fle-x
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows 2008 R2 域控制器防止意外删除现有OU的设置相关的知识,希望对你有一定的参考价值。
Windows 2008 R2 域控制器防止意外删除现有OU(组织单元)的设置:
1、以管理员身份运行Active Directory的Windows PowerShell模块;
2、键入以下命令来检查有哪些OU未进行意外删除的保护:
Get-ADOrganizationalUnit -filter * -Properties ProtectedFromAccidentalDeletion | where {$_.ProtectedFromAccidentalDeletion -eq $false} | ft
3、在Active Directory的Windows PowerShell模块命令提示符下,键入以下命令以保护OU:
Get-ADOrganizationalUnit -filter * -Properties ProtectedFromAccidentalDeletion | where {$_.ProtectedFromAccidentalDeletion -eq $false} | Set-ADOrganizationalUnit -ProtectedFromAccidentalDeletion $true
以上是关于Windows 2008 R2 域控制器防止意外删除现有OU的设置的主要内容,如果未能解决你的问题,请参考以下文章
Windows server 2008 R2搭建主域控制器 + 辅域控制器
将文件服务器及域控制器从2003迁移至Windows Server 2008 R2