WSUS: Remove Drivers from Updates

Not long ago, I wanted to enable driver updates through WSUS. When I saw the amount of drivers to download compared to the percentage used, I wanted to backtrack. The problem is that once you synchronize to the WSUS database, you have to approve or reject the files. The solution to remove all traces of …

Read more



Storage Pool: Change a Physical Disk

In this article, we will see how to change a failed physical disk. When a disk is in error, an icon appears at the pool and virtual disks. Change the disk Open a command prompt and enter the command below to view the physical disks and identify the disk in error. Enter the command below …

Read more



VPN Server with Windows Server: Installation and Configuration

In this tutorial, I will explain how to set up a VPN server on Windows Server with the role of remote access and configure access with NPS. When setting up a VPN server with Windows, 3 types of VPN service are installed: In this tutorial we will see how to use PPTP and SSTP. When …

Read more



IPAM: IP Address Management with Windows Server – Installation and Configuration

Lancer la découverte des serveurs

Presentation of IPAM IP Address Manager (IPAM) is a feature built into Windows Server that allows you to set up an administrator tool and analyze DHCP scopes and have an IP address base within a computer network. In a server environment where multiple Windows DHCP servers are in use, IPAM provides a single interface to …

Read more



DNS Resolution Based on Client IP Address with Windows Server

DNS Geo

In this tutorial I will explain how to make sure that the DNS resolution with Windows Server is done according to the IP address of the client. There are two solutions that we will see in this article. The first solution to enable network mask sorting is available from Windows 2003 Server. The option is …

Read more



Active Directory: Joining a Computer to a Domain at the Command Line

NETDOM JOIN

Introduction The Active Directory domain join of a computer can be done using either the GUI or using command line and PowerShell. In this tutorial, I will explain how to join a computer to a domain using the various command lines that are: NETDOM DJOIN for off-line joining Add-Computer in PowerShell It is also possible …

Read more