Posted by: mastermotechblog | August 27, 2008

how to: restore a microsoft active directory domain controller

here are the steps you need to prepare to restore an active directory domain controller after a crash..

how to perform an authoritative restore to a domain controller in windows 2x
http://support.microsoft.com/?scid=kb%3Ben-us%3B241594&x=11&y=19

restoring a domain controller through reinstallation
http://technet2.microsoft.com/windowsserver/en/library/2f44ad0e-f84d-47a2-956b-df3f8554ea541033.mspx?mfr=true

Posted by: mastermotechblog | August 27, 2008

how to: scripting

For all those who have sometimes to do some scripting in microsoft windows environements, here is the link to the Windows Command Reference..

if you want to coppy objects in microsoft active directory you are able to chose wich attributes are copied. this is only a setting in th ad schema. but please be sure that you have a backup of your domain and be sure that you know what you are doing in the schema.

first you have to login on the dc that is the schema master with an account that have schema admin permissions.. open the schema manager.. go to start > run > mmc >> file > add/remove snap-in > active directory schema

if there is no option to add the schema snap-in, you have to register the dll with following command start > run > regsvr32 schmmgmt.dll

in w2k8 you have to start the mmc with right click on mmc and run as administrator

ok, now you have an mmc with the active directory schema manager open. go to attributes and search the particular attribute in the right pane > rightclick properties and uncheck the chekbox for “attribute is copied when duplicating a user”

now you are done and next time you copy a active directory object, this attribute isn’t copied

Categories