WPP: Deploying Applications with WSUS

Update added

In this tutorial, we will see how to deploy applications (Firefox, Chrome, Fusion Agent, Java …) using the WSUS role and WPP. As a reminder, WSUS is a Windows role that allows you to administer updates to Microsoft products within a computer pool. WPP (Wsus Package Publisher) will allow us to add custom packages to …

Read more



WDS: DHCP configuration for UEFI

scope options

Introduction In this article, we will see how to configure the DHCP service so that you can use WDS to install Windows on computers with UEFI enabled, which is the case for Generation 2 virtual machines on Hyper-V. In a “standard” Active Directory deployment where DHCP and WDS services are installed on different servers that …

Read more



DNSSEC: Sign a DNS Zone with Windows Server

DNSSEC (Domain Name System Security Extensions) is an extension of the DNS protocol that adds security to the DNS protocol by signing the records by a public / private key system. This extension allows the client to verify that the response received is valid and has not been changed by a man-in-the-middle attack. This extension …

Read more



MPIO: Enable Path Check

By default, this feature is not enabled, the paths are checked during a problem. Enable path verification Open a PowerShell command prompt and enter the following command to check the status of PathVerificationState: To enable path checking, enter the following command: Restart the server to take account of the configuration.



DirectAccess – Installation – Configuration in Windows Server 2016/2019

Introduction DirectAccess is a feature available with the Remote Access role, which allows you to set up an automatic connection solution to the corporate network for mobile computers or for small remote sites. Unlike a VPN, the connection is initiated directly by a service on the remote computer, which allows for similar behavior if the …

Read more



Nano Server: Generating and Using a Windows Nano Server Virtual Disk

Nano Server Console

Nano Server Overview Nano Server is a version of Windows Server that has made its appearance with Windows Server 2016, which is a “light” version of a Windows Core (without GUI) that installs the following roles: Hyper-V containers IIS DNS File Server (SOFS). Complete presentation : https://docs.microsoft.com/fr-fr/windows-server/get-started/getting-started-with-nano-server Unlike the “normal” versions of WIndows, the Nano …

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