Tag Archives: tutorials

Install Microsoft Deployment Toolkit (MDT)

Microsoft Deployment Toolkit or simply MDT is used in enterprise and business environments to install Windows Operating System (OS) on large number of clients. It standardize and streamlines the installation process, making it easier for the IT departments to deploy devices to their clients. In this article, I will summarize what I have been already discussed in the video tutorial posted on NetITGeeks.

Continue reading Install Microsoft Deployment Toolkit (MDT)

Introduction to PowerShell 7

As of January 2023, the PowerShell version 7, also known as PowerShell 7, is the latest version released by Microsoft. It has many new additional features and backwards compatible with the previous versions of PowerShell. But, it is not a direct upgrade from PowerShell 5 or 6, which maybe what is installed by default on your current Windows 10 and 11 devices. In this introduction to PowerShell 7, I explain how you can get the latest version of the program on your device.

Continue reading Introduction to PowerShell 7

Configure Active Directory to Store BitLocker Recovery Keys

Please refer to this video for now: https://youtu.be/vcjCj2JPDig


This page will be updated soon…

This demonstration uses Windows Server 2022 server and Windows 11 Professional. But the principles are same for Windows Server 2012 through 2022 (Windows Server 2022 / 2019 / 2016 / 2012). There is only a minor settings/GUI differences among most of the previous versions of Windows Servers. The BitLocker Feature add-on for previous Windows Server versions may not prompt you to add the required components when installing it. Please refer to the video for more information. The enforced GPO settings will work on Windows 11, 10 and previous versions of client Operating Systems connected to the domain Active Directory.

PowerShell Cmdlets

$BLV = Get-BitLockerVolume -MountPoint "C:"
Backup-BitLockerKeyProtector -MountPoint "C:" -KeyProtectorId $BLV.KeyProtector[1].KeyProtectorId