Performing Authoritative Restore of Active Directory Objects

简介:

technical reference:

by using authoritative restore AD object

https://technet.microsoft.com/en-us/library/cc816878(v=WS.10).aspx


using ldp.exe tools restore AD object:

https://technet.microsoft.com/en-us/library/dd379509(v=ws.10).aspx#BKMK_2


for example by using Powershell tools :

PS C:\Users\Administrator> Get-ADObject -searchbase "cn=deleted objects,dc=aj,dc=com" -filter {lastknownparent -eq 'OU=Finance_Department\\0ADEL:57f9dbb1-d4f4-4222-a634-2e60efede50c,cn=deleted objects,dc=aj,dc=com'} -IncludeDeletedObjects -Properties lastknownparent | ft


      Deleted Distinguished LastKnownPar Name         ObjectClass  ObjectGUID

              Name          ent

      ------- ------------- ------------ ----         -----------  ----------

         True CN=brian\0... OU=Financ... brian...     user         3df5dafe-...

         True CN=mary\0A... OU=Financ... mary...      user         89b29d29-...

         True OU=Admin\0... OU=Financ... Admin...     organizat... 8c53c70a-...






      本文转自daniel8294 51CTO博客,原文链接:http://blog.51cto.com/acadia627/1773101,如需转载请自行联系原作者


相关文章
|
7月前
|
存储 网络协议 网络安全
什么是 Active Directory?
【8月更文挑战第4天】
476 10
error: Your local changes to the following files would be overwritten by merge
error: Your local changes to the following files would be overwritten by merge
|
Oracle 关系型数据库
Creating ASMSNMP User reports ORA-15306
In this Document  Symptoms   Cause   Solution Applies to: Oracle Server - Enterprise Edition - Version: 11.
1389 0
|
关系型数据库 数据库管理 Oracle