Docker: create a MariaDB or MySQL container

In this tutorial, I will explain how to create a MariaDB or MySQL container with Docker. Today, more and more applications are present in businesses and require a database. Previously, we often had a server dedicated to the MySQL or MariaDB database where all the databases coexisted on the same server and with the same …

Read more



Exchange 2016/2019: change a mailbox database in PowerShell

In this tutorial, I will explain how to change a mailbox database in Exchange 2016/2019 using PowerShell and the Cmdlet New-MoveRequest. If you don’t like command lines, it’s always possible to do it from the graphical user interface (ECP): Exchange: change a database mailbox. Personally, I prefer to do it in PowerShell which requires less …

Read more



Exchange: add a database in PowerShell

Dans ce tutoriel, je vais vous expliquer comment ajouter une base de données sur un serveur Exchange en PowerShell. The use of PowerShell saves time because several manipulations are to be done, enter go through the ECP then on the list of services to restart a service for consideration. Add a database to Exchange in …

Read more



GLPI : use Redis to optimize performance

In this tutorial, I will tell you about GLPI and optimization in order to get it in faster. I discovered quite by chance that GLPI is intended to use Redis … Before I explain how to use Redis, I will explain what Redis is. Redis is a key <-> value, high performance database system that …

Read more



WSUS migrate the database on sqlexpress

Connexion à WID

In this tutorial, I will explain how to migrate your WSUS database, which is default on Windows Internal Database to SQLExpress. Since Windows Server 2016, the installation of WSUS can be done directly on a SQL Server (Express) database. Why migrate to SQLExpress? There are several answers to this question: For performance and stability reasons, …

Read more



WSUS: maintenance and optimization

WSUS - clean space

Intro In this tutorial, I will explain how to maintain and optimize the installation of your WSUS service to keep it in optimal operating condition. If your WSUS console shuts down regularly, I advise you to switch the database to SQL Server. For that you have two solutions: Migrate the existing database to SQL Server. …

Read more



Sharepoint 2013 foundation: installation and configuration

Introduction In this tutorial, we will see how to set up Sharepoint 2013 foundation on Windows 2012R2. Although this version at the time of writing this article is more than 5 years old, it allows to discover Sharepoint before making its acquisition. SharePoint is a web portal that allows to set up within a structure …

Read more



SQL Express: backup plan with SQL Backup Master

Job added

Introduction With the SQL Express version, it is not possible to set up a backup plan using SSMS. There are many scripts on the Internet for performing a backup, in this tutorial I will explain how to put in backup plan with a SQL Backup Master that is available for free. The installation of the …

Read more



SQL Server: Set up a backup plan

Edit plan

Introduction In this article, I will explain how to set up a backup plan with SQL Server. In this tutorial, we will use the wizard available in SSMS to configure the database to save as well as the schedule and then we will modify the plan to indicate the location. Prerequisites SQL Server (no Express …

Read more