Update Group Policy Definitions – ADMX

In this tutorial, I’ll explain why and how to update Group Policy Definitions (GPOs) in an Active Directory environment. Before explaining how to do this, we will see why to update the files, for understanding I will start from an example. You are in an Active Directory environment which is composed of 2 Windows Server …

Read more



RDS farm add host to collection

In this article, I’ll walk you through how to add a Remote Desktop session host to a collection. This tutorial follows on from : Deploy an RDS Farm Windows 2012R2/2016/2019. Prerequisite Have a server ready to be added to the RDS farm in the Active Directory domain Fixed IP. same apps installed (if possible). same …

Read more



Certify The Web: Easily Generate Let’s Encrypt Certificates for IIS

In this tutorial, I will tell you how to easily generate Let’s Encrypt certificates for IIS with Certify The Web software. I have already covered the topic of Let’s Encrypt certificates on IIS in Installing a Let’s Encrypt certificate on IIS and this one Let’s encrypt generate a PFX with IIS to generate pfx. With …

Read more



MDT: Duplicate / copy a deployment sequence

In this tutorial, I will walk you through how to duplicate / copy a deployment sequence in MDT. The tool does not offer this possibility natively, but it is possible to do so by copying the configuration files. The advantage of this operation is to be able to use the same parameters of a sequence …

Read more



Hyper-V: the different virtual switches

In this tutorial, I will tell you how to create a virtual switch on Hyper-V and tell you the difference between the 3 types. What is a virtual switch A virtual switch is a virtual switch created on Hyper-V, which allows virtual adapters of virtual machines (but not only) to have access to a network. …

Read more



PowerShell: configure an IP address

In this tutorial, I will walk you through how to configure an IP address and DNS servers using PowerShell. The first step will be to retrieve the Index from the card. Enter the following Cmdlet to display the computer’s network cards: Get-NetAdapter We will therefore configure the card which has Index 2. IP address configuration …

Read more



Rename a computer with PowerShell

Rename-Computer

In this “how” tutorial I will explain how to rename a computer in PowerShell. Using PowerShell allows you to go more empty than going through the graphical interface which requires going through several configuration windows. Rename a computer with PowerShell In a PowerShell prompt use: Rename-Computer The PowerShell command to rename a computer is Rename-Computer. …

Read more



RemoteApp with web access (RDWEB) does not work from outside

Context In an RDS environment which is made up of several hosts, a broker service and an RDS gateway, RDP connections from the RDS gateway do not work. The RDS Gateway policy is configured with the host servers as shown in the following capture. Connections to RemoteApp applications work fine from inside the company, but …

Read more



Windows Server: launch the configuration wizard on an installation without a graphical interface

On an installation of Windows Server without User Experience, that is to say without a graphical interface, there is a built-in utility that allows you to configure the server using a wizard. The utility is called sconfig, to launch once connected to the server, enter the sconfig command. Once the command has been validated, the …

Read more



Windows 10: install Hyper-V

In this tutorial, I will explain how to install Hyper-V on Windows 10. Hyper-V is a virtualization system that allows you to launch virtual machines. Before starting the installation, you must check the following prerequisites: Have virtualization activated at the Bios level. Have 4GB of memory (RAM)4 Have an Enterprise, Professional or Education version of …

Read more