Setting up a read-only domain controller – RODC

Introduction In this article, we are going to have how to set up a read-only domain controller (RODC). This type of controller, as the name suggests, is read-only, so it can not change user attributes or even add objects. There are several implementation scenarios for this type of domain controller, here are two that I …

Read more



AD FS: installation and configuration of an SSO and directory federation portal

Form login

Introduction In this article, I propose to discover the AD FS and Proxy (WAP) roles. As part of the preparation for the 70-742 certification, I embarked on the mock-up of an infra. What’s this ? ADFS and the proxy that accompanies it can put several things in place: Prerequisites For the realization of this tutorial …

Read more



Apply a GPO to an Active Directory Group

Introduction In this article, I will explain how to apply a Group Policy (GPO) to an Active Directory group that contains multiple users. The tutorial also applies in case you want to apply the policy to a particular user. Prerequisites Have created the Active Directory group Having created the strategy The policy must be correctly …

Read more



WDS: installation and configuration

Select image

In this tutorial, we will see how in place Windows Deployment Services (WDS). WDS is role included with Windows Server that allows to put a TFTP server for PXE boot and installation of images. With these services you can deploy computers (physical or virtual) directly through the network. It is possible to provide an XML …

Read more



SQL Express: backup plan with SQL Backup Master

Job added

Introduction With the SQL Express version, it is not possible to set up a backup plan using SSMS. There are many scripts on the Internet for performing a backup, in this tutorial I will explain how to put in backup plan with a SQL Backup Master that is available for free. The installation of the …

Read more



SQL Server: Set up a backup plan

Edit plan

Introduction In this article, I will explain how to set up a backup plan with SQL Server. In this tutorial, we will use the wizard available in SSMS to configure the database to save as well as the schedule and then we will modify the plan to indicate the location. Prerequisites SQL Server (no Express …

Read more



SQL Server Restore a Database from a Backup (BAK)

Lauch restore

In this tutorial, I will show you how to restore a SQL Server database from a backup file (BAK). To perform the restore, you must have SQL Server Manager Studio (SSMS). Restore a database In order to find the backup files, I copied them to the Backup folder of the SQL Server installation, which is …

Read more



DaRT: configuration and integration with MDT

DaRT Tools

Introducing DaRT DaRT (Diagnostics and Recovery Toolset) is a component of the Microsoft Desktop Optimization Pack (MDOP) that is available to customers who subscribe to Software Assurance (SA). DaRT allows you to create a bootable environment (WinPE) that integrates Windows diagnostic and troubleshooting tools like: It also allows you to take control of the WinPE …

Read more



IIS: different PHP configuration per site

In this article, I explain how to customize the PHP directives for each of the sites on an IIS server. There are several more or less complex methods. I will introduce the one that for me seems the least restrictive, the use of PATH sections in the configuration of PHP. Configuration of the site in …

Read more



MDT: use with a database

New computer

In this tutorial, we will see how to use MDT with a database. The use of this one makes it possible to store in a database the information of deployment for a station to identify for example by its MAC address, which makes it possible when one has to redo the post to pre-fill all …

Read more