Export / Import a scheduled task

In this tutorial, I will tell you how to export and import a scheduled task. This tutorial applies to both Windows Server and the Desktop version (Windows 10). To illustrate this tutorial, I will export a scheduled task that runs a PowerShell script that allows restarting a computer. The scheduled task runs the ps-restartcomputer.ps1 script …

Read more

Ubuntu : install the FusionInventory agent

In this tutorial, I will explain how to install the FusionInventory agent on Ubuntu in order to bring it up in your GLPI inventory. Installation is done from the command line. Installation of prerequisites To function correctly, it is necessary to install several packages first. Enter the command line below to install all dependencies : …

Read more

Guacamole: manage access to your IT environment

In this tutorial, I will explain how to install Guacamole on Ubuntu, configure access to equipment and use it. Before starting the technique, I will first introduce you to Apache Guacamole and especially why to put it in place. What is Guacamole? No, I’m not going to talk about the avocado sauce recipe in this …

Read more

Manage the DNS cache on Windows Server

In this “tutorial”, I will give you some PowerShell cmdlets to manage your DNS server cache on Windows Server. To be more precise, we will see 4 cmdlet PowerShell * -DnsServerCache cmdlets. Show-DnsServerCache The first command displays the DNS cache: The output of the command gives all DNS records cached on the server. In console …

Read more

Windows 10 : use the native SSH client

On Windows 10, there is a native SSH client that can be used in a command prompt, PowerShell prompt, or Terminal. At the end of this tutorial, you will no longer need Putty if you are using it exclusively for logging in via SSH. Check if the client is installed The easiest way to check …

Read more

Exchange : install and configure an SSL certificate

Présentation In this tutorial, I will explain how to install a certificate on Exchange 2013/2016/2019 and how to assign it to the different services. There are two ways to do this: Via the ECP web interface In PowerShell In this tutorial we will see the two ways to do this. Prerequisites You must have the …

Read more

Ubuntu: install and configure the SNMP service

In this tutorial, I will explain to you how to install and configure the SNMP service on Ubuntu, which will then allow you to monitor the server using PRTG or Centreon for example. We will first install the service on the Ubuntu server and then configure it so that it is accessible by the network …

Read more

Windows 10 : Choose the graphics card for software

In this tutorial, I will explain how to select the graphics card that will be used on software on Windows 10. This manipulation is to be done mainly on laptops which are equipped with several graphics cards. On mid-range and high-end laptops, they are often equipped with 2 graphics cards: Low consumption with limited performance …

Read more

Hyper-V : create a NAT switch

Microsoft Hyper-v

In this tutorial, I will explain how to create a NAT switch (virtual switch) on Hyper-V. Before getting into the technical explanations, I will explain in a few words, what a NAT switch is. If you have already used another hypervisor such as vmware or virtualbox for example, this type of switch is available by …

Read more