标签:微软雅黑 2008R2 type alt san ad回收站 indent included filter
1授权恢复 恢复过程中没有可用的目录服务1.1我们只能恢复最后运行的备份中的对象状态
1.2授权恢复的进程操作起来并不方便,至少我们必须要让目录服务关闭
2 回收站恢复
2.1启用满足条件
2.1.1林功能级别必须在2008R2之上。
2.2在2008r2启用命令
Enable-ADOptionalFeature –Identity 'CN=Recycle Bin Feature,CN=Optional Features,CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration, DC=contoso,DC=com' –Scope ForestOrConfigurationSet –Target 'contoso.com'
Get-adobject –filter {displayname –eq “高望”} –includeDeletedObjects
Get-adobject –filter {displayname –eq “高望”} –includeDeletedObjects |Restore-Adobject
2.3 在2012R2中开启AD回收站,操作就更为简单了,不需要任何命令
在AD域中启用AD回收站,找回被删除的用户,2008R2与2012R2
标签:微软雅黑 2008R2 type alt san ad回收站 indent included filter
原文地址:http://blog.51cto.com/11258494/2132422