After converting one of my Windows hosts to a virtual machine using P2V, I found that all network adapters were missing from the Network Connections section in the Control Panel.…
Windows Server 2019: Installation and Configuration Tutorials
What Others Are Reading in Windows Server 2019
Fixing VPN Error: Can’t Establish Connection, Change Network Settings
I encountered a strange issue in Windows 10 when all VPN connections suddenly stopped working with the following error message:
How to Enable Wireless Network (Wi-Fi) on Windows Server
By default, wireless network (Wi-Fi) support is disabled in all Windows Server 2025/2022/2019/2016/2012R2 versions. You won’t be able to enable a Wi-Fi network adapter (USB or PCI) through the Network…
Create Organizational Units (OU) Structure in Active Directory with PowerShell
Quite often when creating new Organizational Units (OUs), an Active Directory administrator has to create a structure of nested containers inside a new OU. For example, when a company opens…
RDS and RemoteApp Performance Issues on Windows Server 2019/2016
In this article, I’ve put together some solutions to common performance problems with RDS servers or published RemoteApp that I’ve encountered in my infrastructure. Before implementing any of the solutions…
Install and Configure SNMP Service on Windows Server and Windows 10/11
SNMP (Simple Network Management Protocol) is a classic protocol for monitoring and collecting information about network devices (servers, network hardware, workstations, printers, etc.). SNMP is quite a lightweight and fast…
PowerShell Install-Module Error: Unable to Download from URI
In earlier Windows versions (Windows 8.1, Windows Server 2012 R2), you may see the Unable to download from URI error when trying to install modules from the PowerShell Gallery using…
Disable Automatic Restart on System Failure in Windows 10/11
Windows has a built-in feature that automatically restarts the operating system in the event of a system failure. This option is enabled by default and allows Windows to automatically restart…
How to Run GPO Logon Script Only Once
GPO logon scripts allow you to run a BAT or PowerShell script at computer startup or user logon/logoff. In some cases, an administrator wants a particular script (command/program) to be…
How to Configure NIC Teaming on Windows Server 2019/2016 and Windows 10
NIC Teaming (or Load Balancing/Failover – LBFO, or NIC bonding) allows joining multiple physical network adapters (NICs) into a single logical network card. In this article, we’ll show how to…