Best tips for risk management


Developing Backup Solution

In this article you will learn how tocase of accidental deletion of active
develop a backup and recovery solution.directory object, an authoritative
Data has become a firm's most valuablerestore can be perfomed to restore a
asset, and it is tour job to protectparticular object. By using ntdsutil, a
this data from accidental loss. rememberparticular object can be authoritatively
the fundamental questions to ask whenrestores, without disregarding other
developing a solution. What should bechanges in active directory.
backup? What is the recovery point? WhatOccasionally servers become sick and
is the time frame for recovery? What ishave boot failures. Some times a boot
the risk tolerance,if any,of the firm?failure is due to a hardware failure,
Finding the answers to these questionssuch as bad memoey, a hard drive
will help you develop a plan that isfailure, or motherboard failure. In
appropriate for your firm.these situations, the hardware must be
Microsoft Windows includes a very basicreplaced before you can trouble shoot
but very capable backup solutions,the operating system. In some cases,
Backup utility for windows. Backupwindows will even have to re-installed.
utility for windows now includes theHowever, there are plenty of situations
ability to backup data to a file andin which the operating system is not
place the data on a network share,working correctoly due to
removable media, or other hardwaremisconfigurations or other software
device,such as tape drive. An entireissue. In these situations, yhe advanced
drive, volume, folder, or individualboot options can be used to restore a
file can be backed up. Also theserver to full functionality quickly and
registry, critical boot files, andeasily. In previous version of windows,
active directory can be backed up byan emergency repair repair disks was
selecting to backip system state data.provided to recover from major failure.
In case of failure, the system stateMicrosoft Windows noe implements an
data can be restored to recover activeautomated system recovery (ASR) process.
directory. Under normal circumstances, aUsing ASR is an easy way to restore a
domain controller replicates with otherserver to previous operational state. Am
domain controllers upon startup, and anyASR disk is created by using backup
changes in active directory areutility for windows.
replicated to the domain controller. In



1 A B C D 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112