Active Directory: Copy Group Policy – GPO

In this tutorial, I will explain how to copy / duplicate / clone a Group Policy (GPO). To do this, you have two solutions, either go through the GUI and the Group Policy Management console or use PowerShell. I’ll show you both, then it’s up to you to choose which one is right for you. …

Read more

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

Cyberpanel: installation on Ubuntu and use

In this tutorial, I will explain how to install and use Cyberpanel on Ubuntu, after its installation we will see how to install WordPress. Cyberpanel overview In summary Cyberpanel is a web hosting management administration panel like Cpanel or Plesk. The particularity of Cyberpanel is to be based on the Web server (Open) LiteSpeed ​​which …

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

GLPI: installation on an Nginx server

Introduction In this tutorial, we will see step by step how to install GLPI on an Nginx / PHP / MariaDB server. Before you begin, you are going to need a web server with Nginx / PHP / MariaDB installed. If you need everything is explained in this tutorial: Ubuntu: install a web server – …

Read more