Quantcast
Channel: SQL – Scott Mattie's Blog
Viewing all articles
Browse latest Browse all 40

HOW TO: Backup Active Directory Part One

$
0
0

In this article, I will show you how to back up your active directory database, but first you will need to install the Windows Backup feature for Server 2016, which is covered by this blog. The Active Directory Services (AD DS) or directly Active Directory (AD) is the repository of management and information. You can manage and have information of every type of information about users, computers, services.

As an IT professional, safeguarding data is a very important aspect of your job and helps you earn trust with your company’s employees and management. One of the best ways to help ensure that you can keep your data safe is to perform regular backups. The good news is that the Windows operating system has this feature available for free. The better news is how easy it is to use.

This installation can be done in one of two methods, either using PowerShell and Server Manager.

Note: Windows Server Backup is a feature and not a role.

Method #1: Installing Windows Server Backup using PowerShell

Installing this feature, using PowerShell is the easiest way to do it. To install Windows Server Backup, using PowerShell; you need to open PowerShell and type

Get-WindowsFeature Windows-Server-Backup

1-Get_Feature

Once you run this command, you can see the Install State, if it says available; it means Windows Server backup feature is available for the installation.

Now, to install this, run the command given below.

Install-WindowsFeature -Name Windows-Server-Backup

Note: It will provide a progress bar.2-Install

This will install Windows Server Backup feature on your Windows Server 2016. Once it has been installed, you can run the Get-WindowsFeature command again to verify, if it’s Install State. As you can see above, it says “Installed”.3-CheckInstall

Method #2:

Installing Windows Server Backup via Server Manager

This is just the other way of installing Windows Server Backup feature. If you like to do it, using Server Manager; you just need to follow the steps given below.

Go to Server Manger —> Click Add roles and features.

4-ServerManager

Before you begin pops up and provides some additional informaiton that maybe helpful.

5-AddRoleFeature

Select Installation Type —> Click Next.

6-InstallType

Select the Server —> Click Next.

7-SelectServer

Skip the Server Roles —> Click Next.

8-Roles

Select Windows Server Backup —> Click Next.

9-Feature

Click Install for it to begin.

10-Confirm

The installation process begins and it will install Windows Server Backup feature in your Windows Server 2016. When it is complete, click close.

11-InstallProgress

In my next article, I will show you how to configure Windows Server Backup to protect your Activce Directory database.


Viewing all articles
Browse latest Browse all 40

Trending Articles