PHP on IIS: Installation and Configuration

Icone IIS

Presentation In this tutorial, I will explain how: Install PHP on IIS Configure PHP with PHP Manager for IIS Website creation or vhost Run different PHP versions depending on the site Prerequisites For PHP implementation under IIS, you need a web server with the IIS service. A tutorial is available: Windows Server: IIS installation. PHP …

Read more



IIS ARR: Installation and Configuration

IIS ARR Presentation ARR is an add-in (plugin) that installs on IIS and allows to transform the Windows Web server into a Reverse Proxy. ARR is a free add-on that installs on an IIS service and allows: Example of deployment with IIS / ARR: Prerequisites For the implementation of ARR you need: ARR installation From …

Read more



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



Hyper-V Cluster: Installation and Configuration

Introduction Through this tutorial, we will see how to set up a Hyper-v cluster under Windows Server (2012R2 / 2016/2019) step by step. Each step requires it, will take you on a tutorial to guide you in setting up a Hyper-V cluster. Prerequisites Be in an Active Directory environment, ideally having a server-side domain controller …

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



Managing virtual machines in a Windows Server Hyper-V cluster

Création machine virtuelle

In this tutorial, we will see how to manage your virtual machines in a Hyper-V cluster using the Cluster Manager console. It is also possible to use the following tools to manage virtual machines with Hyper-V: In this article we will address the following points: If you are not in a hyper-v cluster, the Hyper-V …

Read more



Hyper-V: Create a virtual switch

Commutateur créé

Presentation A virtual switch in Hyper-V is a virtual switch that allows the connection of network adapters to be created using Hyper-V (virtual machine or host). Under Hyper-V, there are 3 types of virtual switches: External : Create a physical switch that is attached to the physical network adapter so that computers can access a …

Read more