Active Directory: access the Active Directory Schema console

The Active Directory Schema console is not available natively, it is necessary to register it in order to access it. This console is to be used with great care, improper handling can put the entire Active Directory forest in error. This console gives access to the role FSMO: Schema Master. 1. Open a command prompt …

Read more



Create an Active Directory environment in PowerShell

Introduction In this tutorial, we will see how to create an Active Directory environment using PowerShell, that is to say the creation of the first domain controller which includes: The Active Directory tutorial: installing and configuring a domain controller explains how to do it using the graphical interface. Prerequisites Ideally from a blank server, which …

Read more



Active Directory: Add a Domain Controller to PowerShell

Introduction In this tutorial, we will see how to add an Active Directory domain controller to an existing domain using PowerShell. To do this through the GUI, I invite you to read this article: Add an AD DS Domain Controller to an Existing Domain. (fr) Adding a domain controller to PowerShell is done in two …

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



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