MDT: Customize Sequence Based Deployment with TaskSequenceID

On MDT 2013 for the Priority=TaskSequenceID to be taken into account, you must modify the DeployWiz_SelectTS.vbs file 1. Backup the DeployWiz_SelectTS.vbs file located in DeploymentShare\Scripts 2. Open the file with Notepad / Notepad++ …. 3. Apply the changes below: Search : Add after : Search : Add before : 4. Save file 5. Edit the …

Read more



Outlook 2016: Office 365 authentication white window – Solution

With Windows 7 and Office 2016 couple, a white window is displayed when authenticating with an Office 365 account. This is due to the non-activation of the TLS 1.1 and TLS 1.2 protocol on WinHTTP. To solve the problem, apply the Microsoft Easy Fix 51044. Once applied, restart the account configuration, the authentication form is …

Read more



VDI: change the configuration of virtual machines

To follow up on the tutorial on deploying a VDI (Virtual Desktop Infrastructure) environment, I will explain in this tutorial how to proceed when you want to change the “hardware” configuration of virtual machines. To illustrate the tutorial, I will change the amount of RAM to 3 GB. Change template virtual machine settings From the …

Read more



Default Domain Policy: Remove Remote Installation Services settings

In this “troubleshooting”, I will explain how to remove the Remote Installation Services settings that are configured on the Default Domain Policy. On Active Directory domains, which were created with an older version of Windows Server (2003), User settings are configured (Policies / Windows Settings / Remote Installation Services / Client Installation Wizard Options). Custom …

Read more



Installation and configuration deduplication with Windows 2016/2019/2022

Deduplication is a feature that saves disk space on a volume by grouping identical sectors together. It is not recommended to enable deduplication on volumes hosting databases, virtual machines, and even WSUS. Before implementing this technology, check that your backup software is compatible. Example: With Veeam to restore files from a volume where deduplication is …

Read more



GPO for Firefox

paramètres disponible

For companies that use firefox as a browser, it was difficult to control due to the lack of admx file and the implementation of policies required scripts to copy the settings file. Since May 2018, firefox has officially offered ADMX files in order to be able to set up group policies (GPO) to configure Firefox …

Read more



MDT installation of applications when deploying Windows

Choisir les applications

In this tutorial, we are going to have how to add applications in MDT. This allows you to install applications when deploying Windows. To illustrate the tutorial, we are going to add the Google Chrome application to the server. Prerequisites On your MDT server create a GoogleChrome folder and drop the installation file into it. …

Read more



Windows Server 2022: install the SSH server

In this tutorial, I will show you how to install SSH server (OpenSSH) on Windows Server 2019/2022. As of Windows Server 2019, the OpenSSH server is a native additional feature. For previous versions of Windows Server a tutorial is available here: OpenSSH client and server – installation on Windows Server 2012R2 and 2016 Using an …

Read more



Active Directory: secure passwords with Lithnet Password Protection for Active Directory

In this tutorial, I will tell you how to harden password security with Lithnet Password Protection for Active Directory. Lithnet Password Protection for Active Directory is a free utility that installs on domain controllers, which will allow us to increase password security with: Create a forbidden password dictionary, also taking into account the replacement of …

Read more