RDS Farm 2012R2/2016 take remote control over user sessions

From Server Manager, go to Remote Desktop Services / Collections / The_Collection. In the CONNECTIONS section, right-click on a session 1 and click on Snapshot 2. Choose an Action 1 and click OK 2. The user must validate the remote control from their session by clicking on Yes 1. Controlling the Remote Desktop session from …

Read more



Ubuntu: Install a Remote Desktop Server with XRDP

In this tutorial, I will explain how to install xRDP in order to have a remote desktop server (or rather a service) on Ubuntu. The purpose of this installation is not to make a remote desktop farm so that several users can connect to it simultaneously, but to be able to take control of Ubuntu …

Read more



Windows Server 2022: install the SSH server

In this tutorial, I will show you how to install SSH server (OpenSSH) on Windows Server 2019/2022. As of Windows Server 2019, the OpenSSH server is a native additional feature. For previous versions of Windows Server a tutorial is available here: OpenSSH client and server – installation on Windows Server 2012R2 and 2016 Using an …

Read more



OpenSSH client and server – installation on Windows Server 2012R2 and 2016

In this tutorial, I will explain how to install the OpenSSH client and Server on Windows Server 2012R2 and 2016. At the time of writing this tutorial, this feature is native to Windows 10 and Windows Server 2019 and you might also want to have OpenSSH client or server on an earlier version. Personally, I …

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 Windows Server remotely in PowerShell with PSSession

Introduction In this tutorial, we will see how to remotely administer a Windows server in PowerShell (Powershell remoting) with PSSession. PSSession is the prefix of several Powershell commands that allow connection and management of it. All the commands in this tutorial are to be done with a PowerShell command prompt Prerequisites On the server where …

Read more