In this article, we’ll cover how to back up Active Directory domain controllers and enable automatic AD backups using PowerShell and the built-in Windows Server Backup feature.
Using PowerShell for System Administration and Automation Tasks
What Others Are Reading in PowerShell
- PowerShellWindows 10Windows Server 2019
Protecting Remote Desktop (RDP) Host from Brute Force Attacks
February 5, 2024Any Windows host directly connected to the Internet with an open RDP port is periodically logged for remote brute-force password attempts. To effectively protect the default Remote Desktop protocol port…
- PowerShellWindows Server 2019
Managing Windows Server Roles & Features with PowerShell
March 17, 2024In Windows Server 2012R2/2016/2019, you can use the graphical Server Manager console to install and remove server roles and features. However, in most cases, you can do the same from…
- Active DirectoryPowerShell
Get-ADDomainController: Getting Domain Controllers Info via PowerShell
July 8, 2022You can use the Get-ADDomainController PowerShell cmdlet to get information about the domain controllers in Active Directory. This cmdlet is a part of PowerShell Active Directory module and requires RSAT…
A Windows administrator can use the good old Dnscmd cli tool or DNSServer module for PowerShell to manage DNS zones and records. In this article we’ll cover the basic operations…
- Active DirectoryPowerShellWindows Server 2016
Transferring/Seizing FSMO Roles to Another Domain Controller
March 15, 2024In this article, we’ll consider how to find domain controllers with FSMO roles in Active Directory, how to transfer one or more FSMO roles to another (additional/secondary) domain controller, and…
- Active DirectoryPowerShell
How to Change Computer Object Attributes in Active Directory
March 12, 2024A separate account of type Computer is created for a computer when you join it to an Active Directory domain. A computer object in AD has several mandatory attributes: sAMAccountName,…
- PowerShellWindows 10
How to Block a Domain or Website on Windows Defender Firewall with PowerShell?
December 23, 2020Let’s consider some ways to block access to the specific websites, domain names, URLs or IP addresses in Windows without using third-party tools. In our case, we will try to…
When creating new user accounts in Active Directory, an administrator sets a unique initial password for each account and tells it to a user (usually at the first logon a…
- PowerShellWindows 10Windows 11Windows Server 2019
Fix: DNS Resolution over VPN Doesn’t Work on Windows
December 27, 2023Force Tunnel mode is enabled by default for all VPN connections in Windows (the ‘Use default gateway on remote network‘ option enabled in the VPN settings). In this mode, name…