PRTG: supervision of MSA arrays

systemonitor

In this tutorial, we will see how to supervise an HP MSA 1040/1050/2040/2050 storage array. Prerequisites You must create an equipment group in PRTG to add the two controllers. Supervision of MSA disk array All the sensors were created from the PRTG web interface. Controller A Click on Add a device 1. Give a name …

Read more



WSUS migrate the database on sqlexpress

Connexion à WID

In this tutorial, I will explain how to migrate your WSUS database, which is default on Windows Internal Database to SQLExpress. Since Windows Server 2016, the installation of WSUS can be done directly on a SQL Server (Express) database. Why migrate to SQLExpress? There are several answers to this question: For performance and stability reasons, …

Read more



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