Share a folder in PowerShell

Create a share with PowerShell: This tutorial explains how to share a folder in Powershell granting full access to Everyone. The folder to be shared must already exist on the server. Open a PowerShell window On the server, open a PowerShell command prompt as Administrator. Use the New-SmbShare cmdlet Enter the following command to create …

Read more



DNS: delete a record on Windows Server

In this “How To” tutorial, I will explain how to delete a DNS record on Windows Server with the DNS Manager console. Delete a DNS record Open the DNS Manager console On a server where the DNS Manager console is installed, open it and go to the zone where you want to delete the record. …

Read more



Crowdsec: protecting Windows servers

In a previous tutorial, I explained how to protect your Linux servers with Crowdsec in order to block “malicious” traffic. For almost 2 months now, the Crowdsec version has been available for Windows. If you are not yet familiar with Crowdsec, here is a brief presentation: Crowdsec will analyze different log files (Web, firewall, SSH, …

Read more



Disable server manager at logon

If you’re used to connecting to Windows servers, you may have noticed that Server Manager opens every time, although handy, this tends to “slow” the login and is intrusive especially when you don’t need it. I will explain how to disable its automatic opening. If you have already closed it, open the server manager. Click …

Read more



MDT : Application name is already used

MDT message d erreur

When creating a new application in MDT, you get the following message: Application name “application name” is already used. This error occurs when trying to create a new app with a name that was used and the app was deleted. Solution 1. Open the Applications.xml 1 file (with notepad++) located in X:\DeploymentShare\Control 2. Delete the …

Read more



Installation and configuration deduplication with Windows 2016/2019/2022

Deduplication is a feature that saves disk space on a volume by grouping identical sectors together. It is not recommended to enable deduplication on volumes hosting databases, virtual machines, and even WSUS. Before implementing this technology, check that your backup software is compatible. Example: With Veeam to restore files from a volume where deduplication is …

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



Add a DNS zone on Windows Server

In this “how to” tutorial, I will show you how to add a DNS zone on a Windows DNS server. Open the DNS console On a server where the DNS role is installed, open the DNS Manager administrative console. Add a DNS zone in direct lookup zones In the left panel, right-click on Direct search …

Read more