Windows Server
Bitlocker : enable encryption with a TPM chip
Introduction In this tutorial, I will tell you how to activate Bitlocker with a TPM chip. Bitlocker is a feature of Windows that allows you to enable encryption of a hard drive in order to secure data. The TPM chip is a hardware chip which will store the decryption key and which is specific to …
Active Directory: configuring dynamic access control – DAC
In this tutorial, I suggest you discover the dynamic access control available on Windows Server in an Active Directory environment. Before getting to the heart of the matter, I will introduce you to dynamic access control also called DAC (Dynamic Access Control). DAC adds additional control over NTFS access rights which allows rights to be …
Create a folder in PowerShell
To create a folder in PowerShell, use the New-Item cmdlet indicating the location and name of the folder and set the itemType parameter with the value Directory to indicate that you want to create a folder.
Classification Management – File Server Resource Manager – FSRM
Overview of classification management In this tutorial, I will introduce you to Classification Management on a Windows File Server and how to set it up. Classification is an element of File Server Resource Manager (FSRM) that also allows you to set up file filters and quotas. The classification is also used for the implementation of …
Windows Server: install the file server resource manager – FSRM
The administration console is available in the start menu. Tutorials are available on the site with the #frsm tag.
Disable Bitlocker on a drive
This “how to” tutorial explains how to disable Bitlocker on a hard drive.
Use the Telnet client to test a network connection
Presentation In this tutorial, we will see how to use the Telnet client to test the connection to a service (IP: PORT) for diagnostic purposes. Telnet is a client / server TCP protocol that listens on port 23 which allows the administration of equipment (switches, firewall …) and of certain servers (UNIX, LINUX). It is …
VDI: installation and configuration with Windows Server
Introduction In this tutorial, I will explain how to install and configure a VDI (Virtual Desktop Infrastructure) environment. Before getting to the heart of the matter, I will quickly present to you what a virtual office infrastructure is and especially the difference with an RDS environment. The main difference between VDI and an RDS farm …
Activate remote desktop from command line
In this tutorial how, we will see how to activate the remote desktop from the command line. Activating the remote desktop can be done from the command line by modifying a key, so we will use the command line utility reg.exe to modify the registry and thereby activate the remote desktop.