OneDrive OnPremise with SharePoint

Open folder

OneDrive is Microsoft’s tool for storing information in the cloud and having a synchronized copy on your computer. This solution is increasingly used by individuals to save their data, so we are left with users who uses their personal drive to store professional files. OneDrive is available in Office 365 offers, in company you may …

Read more



Delete a service on Windows

Delete service

In this tutorial, we will see how to remove a Windows service by the registry. Sometimes some software does not remove their service during the uninstall, here’s how. Open the Service Console and make sure it is shut down. Open the regedit registry editor. Go to the following location : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services then look for the …

Read more


Windows Server: Change the TTL of DNS Records

TTL in DNS Record

Introduction TTL (Time To Live) is the time to keep the server’s DNS response in the client cache before a new request is made. By default the TTL is: 1 hour for static recordings. 20 minutes for dynamic recordings. In the case of a website migration, it may be necessary to lower the TTL for …

Read more



NLB: Windows Installation and Configuration 2012R2 / 2016 – Network Load Balancing

Cluster NLB

Presentation of NLB Network Load Balancing (NLB) is a feature built into Windows that allows the implementation of load balancing at the network level. It is often used with IIS / FTP / RDS. NLB works with a virtual IP address that is available to all hosts in the cluster. NLB supports up to 32 …

Read more



RDS: solve the problem of multiplying the printer

Printer RDS

Symptom On RDS user sessions, printers go back times. Cause The problem comes from the CSR (Client Side Rendering) which makes it possible to transform the file in RAW format before sending it to the print server. Solutions New printer When setting up sharing of a new printer, uncheck: Render Print Jobs to Client Computers …

Read more



Hyper-V : install on Windows Server

Console Hyper-V

In this tutorial, we will have how to install Hyper-V on Windows Server (2012R2/2016/2019). Hyper-V presentation Hyper-V is the Microsoft hypervisor, built into the Windows server since the 2008 64bit version. Hyper-V is a type 1 hypervisor, that is to say that the hardware resources (CPU, RAM, network cards …) are managed directly by it, …

Read more



Sharepoint 2013 foundation: installation and configuration

Introduction In this tutorial, we will see how to set up Sharepoint 2013 foundation on Windows 2012R2. Although this version at the time of writing this article is more than 5 years old, it allows to discover Sharepoint before making its acquisition. SharePoint is a web portal that allows to set up within a structure …

Read more



Storage Spaces Direct (S2D) : installing and Configuring on 2 VMs

In this article, we will see how to set up Storage Spaces Direct under two VMs. S2D is the solution hyperconverged of Microcrost arrival with Windows Server 2016. I also took advantage of this lab to use Admin Center. Prerequisites Due to the use of a cluster with two nodes, the storage pool will be …

Read more



ADMT: Active Directory Domain Migration Tool

ADMT

ADMT (Active Directory Migration Tool) is a free Microsoft tool that allows the migration of objects (Users, Computers, and Groups) between two Active Directory domains. Some examples of using ADMT: Prerequisites The migration account will be configured during the first object migration that will be done between the two domains. In the tutorial, I used …

Read more



Azure AD Connect: Installing and configuring synchronization

Utilisateurs synchronisés dans Office 365

Azure AD Connect overview In this article, I’ll walk you through how to install and configure Azure AD Connect. This solution allows you to synchronize your local directory (AD) to the Azure platform and use the same user accounts. The installation of the Azure AD Connect client must be done on a domain member server, …

Read more