Migrate Root CA to a New Server
In order to continue receiving assistance from Microsoft, you must migrate Root CA to a new…
Migrate DHCP from Server 2012 R2 to Server 2019
Export-DhcpServer -File C:\DHCPdata.xml -Leases -Force -ComputerName old.network.local –Verbose Import-DhcpServer -File C:\DHCPdata.xml -BackupPath C:\DHCP\ -Leases -ScopeOverwrite -Force…
Basic Windows Commands
Explore the essential Windows commands that can help you with system configuration, troubleshooting, and gathering information.…
Active Directory Health Check
Performing a health check on Active Directory (AD) and Domain Controllers (DC) is crucial for ensuring…
Windows Server 2019 Step-By-Step: Setup Active Directory environment using PowerShell
Introduction This article helps to Install / setup the active directory environment using windows server 2019…