Change the DNS cache duration of DFS Namespaces

In this article, I will explain how to change the DNS cache of a namespace. By default, the DNS cache is 300 seconds or 5 minutes. For example, during a server migration, it may be necessary to reduce the client cache. Change the duration Open the DFS Distributed File System Management console, right-click the name …

Read more



Install WSUS with a SQL Server database

Since Windows 2016 server, it is possible to install the Windows Server Update Service (WSUS) directly with a SQL Server database. In this article we will see how to proceed. Prerequisites To install WSUS with a SQL Server database you need: Windows 2016 or 2019 server for the WSUS role An instance of SQL Server …

Read more



Windows Server : view open files on network shares

In this article, I will explain how to view from a Windows server open shared files / folders. There are two ways to access open files / folders in either graphical or command-line mode using PowerShell. PowerShell List open folders / files: Get-SmbOpenFile Result : FileId SessionId Path ShareRelativePath ClientComputerName ClientUserName —— ——— —- —————– …

Read more



Installation and configuration of replica storage

Storage replica

Storage replication (storage replica) is a feature that comes with Windows Server 2016 that lets you replicate a volume to another server. To work the feature requires two volumes per server. The first for storing data and the second for logs. Storage replica works on the principle Active / Passive. The data is accessible only …

Read more



Windows file server: save access to files and folders

audit acces

Presentation In this tutorial, we will see a feature built into Windows, folder and file access auditing. This function allows logger access to resources (files and resources). It may be worthwhile to enable auditing on sensitive enterprise files to see if unauthorized people are trying to access it. Audit configuration Folder configuration 1. On the …

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



SQL Server configure remote access

This article describes how to configure remote access to a SQL Server (EXPRESS). 1. Open the SQL Server Configuration Manager. 2. Go to SQL Server Network Configuration / Protocols for SERVER NAME, then right-click TCP / IP and click Properties. 3. Go to the IP Addresses 1 tab and then search for the IPAll 2 …

Read more



WSUS: Fix the problem of downloading Windows 10 updates

Console IIS on WSUS

The upgrades of Windows 10 are distributed using an .ESD file. By default, the WSUS server (IIS) does not process requests on ESD files and this fact in the Windows Update Manager updates remains at 0% download. To solve this problem, it has the MIME type declared in IIS. 1. Go to the IIS console …

Read more



Windows File Server: Storage Usage Report

Introduction The file server resource manager on Windows can generate reports on storage usage: Duplicate files Files by group (images / music / office …) Modification date, access … Reports are available on demand where they can be generated periodically. To illustrate this tutorial, I will show you how to generate a report on the …

Read more



Share a folder with Windows Server

shared folder created

Presentation In this tutorial, we will see a common task on a server, which is the folder share. There are several solutions to share a folder, in this tutorial we will see two possibilities: By the file explorer By the server manager Before starting to share a folder, we will make a point on the …

Read more