Quantcast
Viewing all articles
Browse latest Browse all 31638

ntdsutil authoritative restore when distinguishedName has quotes (windows server 2008 R2)

Hi,

I want to restore one AD object from backup using ntdsutil (I accidentally delete it).

My issue is that my distinguishedName for that object has quotes in the name (CN=ABC,OU=Test "Special" Objects,DC=test,DC=local)

I tried:

ntdsutil "Activate Instance NTDS" "authoritative restore" "restore object \"CN=ABC,OU=Test "Special" Objects,DC=test,DC=local\""

or

ntdsutil "Activate Instance NTDS" "authoritative restore" "restore object \"CN=ABC,OU=Test \"Special\" Objects,DC=test,DC=local\""

or

ntdsutil "Activate Instance NTDS" "authoritative restore" "restore object \"CN=ABC,OU=Test \`"Special\`" Objects,DC=test,DC=local\""

Nothing helped… the path is not recognized by ntdsutil

Any idea how to restore my object who was stored inside one OU named with quotes?

Thanks,




Viewing all articles
Browse latest Browse all 31638

Trending Articles