--%>

Explain the way to back-up active directory

Explain the way to back-up active directory.

E

Expert

Verified

Backing up Active Directory is necessary to keep an Active Directory database. You can do this back up Active Directory using the Graphical User Interface (GUI) and command-line tools which the Windows Server 2003 family gives.

You often backup the system state data on domain controllers then you can restore the most current data. Through establishing a regular backup schedule, you contain a better chance of recovering data while necessary.
To make sure a good backup includes at least the system state data and contents of the system disk, you should be aware of the tombstone lifetime. The tombstone is 60 days, by default. Any backup older than 60 days is not a fine backup. Plan to backup at least two domain controllers in all domains, one of at least one backup to allow an authoritative restore of the data when essential.

   Related Questions in Programming Languages

  • Q : What is an Anonymous class Anonymous

    Anonymous class: It is a class formed without a class name. Such a class will be a sub class or an implementation of an interface, and is generally formed as an actual argument or returned as a method outcome. For example:

    Q : Calculating Tax on an Order in SQL

    Process the following steps to make a procedure to compute the tax on an order. The BB_TAX table includes the states which need taxes to be submitted for Internet sales. When the state is not listed in the table, then no tax must be accessed on any order. Shopper&rsqu

  • Q : State Cout and Cin Cout: This is an

    Cout: This is an object of ostream_withassign class stated in iostream.h header file

  • Q : Define the term createWindow object

    Define the term createWindow object? Answer: reateWindow() physically makes the Window in memory  based upon the earlier registered WND

  • Q : Use of setjmp and longjmp Use of

    Use of setjmp() and longjmp(): In C/C++, setjmp() saves the contents of the registers at a particular state in the program and longjmp() will restore that state later. In this way, longjmp() “returns” to the state of the program when setjm

  • Q : What is Hash code Hash code : It is a

    Hash code: It is a value returned by a hash function. A hash code can be employed as an index into a random-access data structure, offering a proficient mapping between an object and its position. Employed by classes like HashMap.

  • Q : Explain the term accessibility testing

    Explain the term accessibility testing.

  • Q : Explain the steps to design product If

    If not in production, how far did you obey the design and why did not you notice it in production?

  • Q : Generate source code for an ASP.NET Web

    What is the possibility to generate the source code for an ASP.NET Web service by a WSDL? Answer: The Wsdl.exe tool (as .NET Framework SDK) can be utilized to genera

  • Q : Define the term Boot Boot: Whenever a

    Boot: Whenever a computer is switched on it is said to be `boot up'. This word comes from the phrase, “Pulling yourself up by your bootstraps”. Before a computer is ready to be utilized, it should load the programs which it requires from i