ISCSI Target Role – Windows Server – SAN

Aperçu du vdisk

The iSCSI target role makes it possible to transform a server into a SAN (bay of disks / storage) by creating virtual disks (vhdx) and by presenting them to other server using the ethernet network (iSCSI). This type of configuration is used with Hyper-V clusters which require a volume shared between all of the nodes. …

Read more



Windows 2016 : Troubleshoot RDS Gateway Connection Issues – April 2019

Symptom You are using an RDS gateway on a Windows 2016 server The connection to the RDS gateway randomly fails depending on the extension with the RDC client The update kb4493470 is installed on the server. Solutions Solution 1 On the server uninstall the bet kb4493470. Solution 2 Install the update kb4493473 which solves the …

Read more



MDT: saving user profiles with USMT

Backup during install

Introduction In this article, we will have how to back up user profiles with MDT during a deployment. Use of this feature is useful in the following cases: Change of computer of a user. Reinstalling the computer Upgrade version of Windows. To save the user profiles of a computer, there are 2 solutions (actually much …

Read more



Starwind: setting up a highly available storage

Starwind console HA

StarWind Virtual SAN is software that turns Windows into an iSCSI target server. The advantage of StarWind is that it can be used to put the storage in high availability by installing two StarWind servers, because this is managed at the software level, it can be used with any type of storage (SAN, DAS) and …

Read more



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