IIS installation on Windows Server

Console IIS

IIS (Internet Information Services) is a proprietary WEB server available on Windows systems, many Windows features and software rely on it as: Like Apache, it supports the PHP language. IIS has a graphical interface for its administration. A module platform and plugins is available natively that allows the addition of features, which is installed in …

Read more



GPO: Enabling and Configuring WinRM – Remote Management

Presentation In this tutorial, we will have how to enable and configure remote management (WinRM – Windows Remote Management) using a Group Policy (GPO). On Windows Server, remote access (WinRM) is enabled by default, which is not the case for client versions of Windows (10). WinRM allows you to administer the computer using: Server Manager …

Read more



GPO: Folder Redirection – Advanced Settings

Introduction In a previous tutorial: GPO: User Folder Redirection, I explained how to redirect user folders using Group Policy in a simple way. In this article, we are going to have how to set up a folder redirection using the advanced settings. Advanced settings allow using a policy, to write user folders based on an …

Read more



GPO: User Folder Redirection

Aperçu de la stratégie

Presentation User Folder Redirection allows Windows to store the contents of certain user profile folders on a network location. This solution has the following advantages: No local file storage. Possibility for users to change computers and find their folders and files. In an RDS environment, you can have the same documents on the user computers …

Read more



Configuring the Update for Windows Server Clusters

Clustered Update is a feature that allows you to update servers in a failover cluster with little or no loss of availability during the update process. During an update run, the feature transparently performs the following tasks: The automatic update process triggers a scheduled failover. This may result in a temporary downtime for connected clients. …

Read more



Network Card Association with Windows Server – Network Teaming

Création de l'équipe

Presentation of the Network Teaming Teaming consists of grouping several network cards into a single virtual card. This technology allows depending on the configuration of the association to set up fault tolerance, load balancing between physical cards and increased throughput. With the arrival of Windows 2012, this feature became native to Windows, before it had …

Read more



Windows Internet Printing Service – IPP

Presentation IPP (Internet Printing Protocol) is a protocol that allows printing using HTTP, which theoretically allows printing from anywhere. On Windows Server IPP is implemented on print services and relies on the IIS web server. The installation of Internet Printing on Windows Server sets up a self service web portal that allows the user to …

Read more



Failover Clustering Windows 2016/2019 – Installation and Configuration

Noeuds du cluster

The failover clustering feature ensures high availability of a service by using multiple servers (nodes) that can make it work. Some examples of services that can be used with the Failover Cluster feature: Prerequisites Configuration of the control disk (Quorum) Quorum is a very important element of the Failover Cluster, it has 2 main functions: …

Read more



MPIO: Installation and configuration

MPIO or MultiPath I / O is a Windows feature that allows multiple path support for storage. MPIO addresses two issues: performance and reliability. The majority of storage bays have two controllers for reliability reasons. Whether you are a SAN or a DAS, the servers are “attached” to the array via the two controllers, which …

Read more



Windows Print Server: Installation and Configuration

Introduction In this article, we will see how to setup and configure a print server on Windows Server. Installing the Print and Document Scanning Service role adds an administrative console for managing the print server. This service is not required to install and share a printer from a Windows server, it is possible to go …

Read more