Logo faq-o-matic.net
Logo faq-o-matic.net

Werding v2 (English version): Online data recovery for Active Directory

von veröffentlicht am25. August 2007, 16:12 Uhr Kurzlink http://faq-o-matic.net/?p=684 Zitatlink
Kategorie Kategorie: Active Directory, Datensicherung, Downloads, Scripting, Tools   Translate with Microsoft Translator Translate EN
Zuletzt aktualisiert: 19. August 2009

This is the English version of my Active Directory recovery tool Werding v2. Find the original German version here on our site.

Werding is a script-based tool that helps in online recovery of Active Directory data. You can use it in conjunction with ADrestore by Sysinternals, ADRestore.NET by Guy Teverovsky or similar tools.

Werding has two operational modes: backup mode creates a CSV/XML backup of your AD data. Restore mode reads attribute values from the backup files and writes them back to AD. This is useful when you chose to recover a deleted AD object using a tombstone restore with ADrestore. This re-animated tombstone will have lost most of its attribute values including all group memberships. Werding can restore those values and all group memberships for such an object.

Download:

Download: Werding v2 (English version): Online data recovery for Active Directory  Werding v2 (English version): Online data recovery for Active Directory (87,7 KiB, 1.662 hits)

Usage:
Backup mode:
cscript werding.vbs

Restore mode:
cscript werding.vbs /o:<object-DN> /d:<CSV-file> [/g:no]
  /o: specification of the DN (LDAP path) of an object existing in Active Directory
  /d: path to a CSVDE export file in ANSI format
  /g:no (optional) do not restore group memberships (default: group memberships will be restored)

DN and file specifications should be in quotes.
The XML file name is not specified but will be derived automatically from the CSV file name.
The DN must be exactly as Active Directory itself creates it (esp. upper or lower case and blanks).
Attention: If you use Werding on an x64 machine ypou need to run cscript from the SysWOW64 folder.

Example:

32 bit machine:
cscript werding.vbs /o:"CN=User007,OU=Employees,DC=domain,DC=com" /d:"C:\Data\domain.txt"

64 bit machine:
%systemroot%\SysWOW64\cscript.exe werding.vbs /o:"CN=User007,OU=Employees,DC=domain,DC=com" /d:"C:\Data\domain.txt"

Verwandte Beiträge:

  1. Active-Directory-Daten online wiederherstellen
    Grabsteine beleben mit Werding Das Problem Eben schnell das Windows-Anmeldekonto des Praktikanten gelöscht, der vor einigen Wochen seinen letzten Tag...
  2. Carmen: Query Active Directory Using SQL Syntax
    My script-based query tool “Carmen” for Active Directory has been downloaded more than 10,000 times since its release. Now I...
  3. Video-Tutorial: Active Directory Object Recovery
    Hinweis: Bei den hier verlinkten Videos handelt es sich (weitgehend) um Mitschnitte meiner Demos bei der ice:2009 in Lingen. Das...
  4. TechNet-Webcast: Active Directory richtig sichern und wiederherstellen
    Am 23. August 2006 habe ich für Microsoft TechNet einen einstündigen Webcast gehalten zum Thema: "Active Directory richtig sichern und...
  5. Fallen und Auswege beim Recovery von Active Directory
    Der Microsoft-Supportmitarbeiter Herbert Mauerer hat einen sehr lesenswerten Artikel zum Disaster Recovery für Active Directory geschrieben. Er bezieht sich insbesondere...

© 2005-2012 bei faq-o-matic.net. Alle Rechte an den Texten liegen bei deren Autorinnen und Autoren.

Jede Wiederveröffentlichung der Texte oder von Auszügen daraus - egal ob kommerziell oder nicht - bedarf der ausdrücklichen Genehmigung durch die jeweiligen Urheberinnen oder Urheber.

Das Impressum findet sich unter: http://www.faq-o-matic.net/impressum/

Danke, dass du faq-o-matic.net nutzt. Du hast ein einfaches Blog sehr glücklich gemacht!