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,