| M | D | M | D | F | S | S |
|---|---|---|---|---|---|---|
| « Aug | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | ||||
- Betriebsysteme (21)
- Hardware (12)
- Home (1)
- HOWTO / Guides (9)
- Microsoft (81)
- Performance Analyse (3)
- Programmieren (2)
- Projektmanagement (2)
- Tools (34)
- VMWare (10)
- Windows 2000 (11)
- Windows 2003 (14)
- Windows 2008 (30)
- Windows 7 (14)
- 25.8.2011: Authoritative Restore of Active Directory Objects
- 17.8.2011: User State Migration Tool GUI - MUST
- 12.8.2011: Auflisten von Änderungen eines Active Directory Objektes mittels "repadmin"
- 29.6.2011: PKI , Kerberos and Smart Cards
- 22.6.2011: Active Directory Domain member: Maximum machine account password age
- 16.6.2011: Export and import GPO from one domain to another
- 26.5.2011: Unable To Reconnect To Terminal Server In Application Mode
- 11.5.2011: How to use the EventCombMT utility to search event logs
- 5.5.2011: Phantoms, tombstones and the infrastructure master - Event ID 1419 generated on a domain controller
- 4.5.2011: Forest Trust - Name Suffix Routing
- August 2011
- Juni 2011
- Mai 2011
- März 2011
- Februar 2011
- Januar 2011
- Dezember 2010
- November 2010
- Oktober 2010
- September 2010
- August 2010
- Juli 2010
- Juni 2010
- Mai 2010
- April 2010
- März 2010
- Februar 2010
- Januar 2010
- Dezember 2009
- November 2009
- Oktober 2009
- September 2009
- August 2009
- Juli 2009
- Juni 2009
- Mai 2009
- April 2009
- März 2009
- Februar 2009
- Januar 2009
Verfasser-Archiv
Authoritative Restore of Active Directory Objects
25.8.2011 von Tim Wanierke.
A: ) Backup Active Directory
1. Open up your command prompt by clicking Start and type “cmd” and hit enter.
2. In your command prompt type “wbadmin start systemstatebackup -backuptarget:e:” and press enter.
Note: You can use a different backup target of your choosing
B: ) Authoritative Restore of Active Directory Objects
1. To do this you will need to boot into DSRM (Directory Services Restore Mode) by restarting your server and pressing F8 during the restart or enter the command “bcdedit /set safeboot dsrepair” to boot next time into the DSRM mode.
2. Choose Directory Services Restore Mode from the Advanced Boot menu.
3. Login to your server with your DSRM password you created during Active Directory installation.
Note: If you do not know the DSRM password you can restet the password. The procedure is descriped in the following link. ( http://support.microsoft.com/kb/322672/en-us )
4. Once you’re logged into your server and in DSRM safe mode, open a command prompt by clicking Start, type “cmd“, and press enter.
5. To make sure you restore the correct backup it’s a good idea to use the “wbadmin get versions” command and write down the version you need to use.
6. Now we need to perform a non-authoritative restore of Active Directory by typing
“wbadmin start systemstaterecovery -version:07/08/2011-02:39“.
Note: The version of backup will vary depending on your situation. Type “y” and press enter to start the non authoritative restore.
7. Reboot the server again into the DSRM safemode to apply the systemstate backup.
8. To restore a specific Active Directory object we have to use the ever familiar ntdsutil.For this example we are going to restore a user account with a distinguished name of CN=Test User,CN=Users,DC=home,DC=local.
So the commands would be:
ntdsutil
activate instance ntds
authoritative restore
restore object “CN=Test User,CN=Users,DC=home,DC=local”
Note: The quotes are required
9. Reboot your server into normal mode and you’re finished. To disable the boot into the DSRM mode “bcdedit /deletevalue safeboot”.
The object will be marked as authoritative and replicate to the rest of your domain.
Note : It might be possible that you have to perform the Windows Activation again
=> You will need the Activation key!
When the computer password of the domain controller has been changed in the meantime you have to reset the password of the computer account.
( Event ID : 4 / Event Source : Security-Kerberos )
=> Solution Link : http://support.microsoft.com/kb/325850/en-us
Geschrieben in Windows 2008, Microsoft | Drucken | Keine Kommentare »
User State Migration Tool GUI - MUST
17.8.2011 von Tim Wanierke.
Ich habe heute folgendes Tool entdeckt.
Link : http://webpages.csus.edu/~dung.truong/MUST/
Diese Tool ist eine GUI um das User State Migration Tool zu bedienen, sehr nett gemacht und dann auch noch Freeware.
Geschrieben in Microsoft | Drucken | 1 Kommentar »
Auflisten von Änderungen eines Active Directory Objektes mittels “repadmin”
12.8.2011 von Tim Wanierke.
Mit dem folgendem Befehl kann man schnell und einfach die Änderungen eines Active Directory Objektes auflisten.
Link : http://technet.microsoft.com/de-de/library/cc742104(WS.10).aspx
repadmin /showobjmeta >DC< “DN-des-Objekts”
Geschrieben in Windows 2003, Windows 2008, Microsoft | Drucken | Keine Kommentare »