Install SQLExpress

Listes des bases

Presentation SQLExpress is a free and limited version of the Microsoft SQL Server engine. The main limitations: The size per database is limited to 10GB No high availability functionality. SQL Express can be used with certain Windows Server features such as WSUS or RDS Broker instead of the WID engine. It is also possible to …

Read more



GLPI: SSO with IIS – Single sign-on

In this article, I will explain how to implement SSO (Single Sign-On: Single Authentication) with GLPI installed with IIS. SSO saves the user from having to enter identifiers to connect to GLPI. Prerequisites Site configuration in IIS Open the IIS console, go to the GLPI site 1 and click on Authentication 2. Select Anonymous Authentication …

Read more



Work Folders: Installation and Configuration

Presentation The Work Folders feature allows you to set up a personal folder synchronized with a file server in HTTP (s) using a client available on Windows, Android and Apple. If web access is published on the Internet, this solution can synchronize files even from outside the company for mobile users. Work Folders are similar …

Read more



File Server Resource Manager – FSRM – Files Filter

Console du Gestionnaire de ressources du serveur de fichiers

File Server Resource Manager Overview In this tutorial, I will introduce the File Server Resource Manager FSRM, which is a feature of the File Server role. FSRM allows several things at the file server level: Quota application on a folder Automatic tasks on folders and files (automatic archiving of unopened files from xxxx) Storage report …

Read more



Installing the .NET Framework 2.0 / 3.5 on Windows Server

Installation terminée

Many applications still need the .NET Framework 2.0 or 3.5 to work. For client computers, simply download and install. On Windows Server, the installation goes through the addition of roles and features and requires to have the DVD / ISO corresponding to the version of Windows Server, because the installation sources are above in the …

Read more



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



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