Windows Server 2012 R2
How to Configure DHCP Failover in Windows Server 2016 using PowerShell
You can create a DHCP failover with two servers in hot standby mode by using a single Add-DhcpServerv4Failover PowerShell cmdlet. This…
How to Configure Windows Server Backup on Windows Server 2016
Windows Server Backup is a feature (not a role) in Windows Server 2016. You need to install it before you can…
How to Delete Multiple DHCP Scopes Using PowerShell
You can remove multiple scopes from your DHCP server by using this simple script which uses the Remove-DhcpServerv4Scope PowerShell cmdlet. The…
How to Configure DHCP Failover in Windows Server 2016
DHCP failover is used to load balance client requests among two DHCP servers and provides fault tolerance. If one of the DHCP servers…
How to Add an IPv4 Scope in DHCP Server 2016
A scope is a range of IP addresses that DHCP leases out to clients when they make a DHCP request. You…
Partitions in Active Directory
The active directory database is stored in a single NTDS.dit file which is logically separated into the following partitions: Schema…
How to Send an Email from Gmail Account Using PowerShell
You can send an email from your Gmail account using only a single command in PowerShell. There are several ways to achieve…
Responsibilities of the PDC Emulator Role
PDC emulator is one of the five FSMO roles in an active directory domain controller. It is a domain-wide role and it has…
How to Downgrade Forest and Domain Functional Levels
Downgrade the Forest Functional Level Step 1. Open PowerShell with elevated privileges. Step 2. Execute the following command, replace the…
How to Import and Export Virtual Machines in Windows Hyper-V Server
You can use the import and export feature to create a new virtual machine with the exact same configuration of…