Restore Deleted OU and child objects

C

Chriss3

Hello. How can I find and restore a deleted OU? I'm follow a KB to show
deleted objects container. The OU was deleted for a hour ago and are named
CN=Stockholm. Te results ldp gives me are the follow:

***Searching...
ldap_search_s(ld,
"<WKGUID=6227F0AF1FC2410D8E3BB10615BB5B0F,DC=chrisse,DC=local>", 2,
"(objectClass=*) ", attrList, 0, &msg)
Result <0>: (null)
Matched DNs:
Getting 1 entries:2> objectClass: top; msDS-QuotaContainer;
1> cn: NTDS Quotas;
1> description: Quota specifications container;
1> distinguishedName: CN=NTDS Quotas,DC=chrisse,DC=local;
1> name: NTDS Quotas;
1> canonicalName: chrisse.local/NTDS Quotas;

The KB I'm follow are:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;258310

Any tips are welcome how i can restore this OU and its child objects?

Thanks!
 
C

Chriss3

Have come a bit on the way I can list the objects in the Deleted Objects
container now. But it seems to missing a few
 
C

Chriss3

***Call Modify...
ldap_modify_ext_s(ld, 'CN=Anna
Karlsson\0ADEL:a2653871-a8ae-48e2-90d9-f1c3d791dd3e,CN=Deleted
Objects,DC=chrisse,DC=local',[2] attrs, SvrCtrls, ClntCtrls);
Error: Modify: Unwilling To Perform. <53>
Server error: 00002077: SvcErr: DSID-031B0D0B, problem 5003
(WILL_NOT_PERFORM), data 0

One more bit forward, help is mutch welcome :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top