Windows Defender Credential Guard uses virtualization-based security to secure secrets on Windows 10 Enterpirse and Windows Server 2019 machines. Using this method, only privileged system software can access them. Windows Defender Credential Guard will help preventing unauthorized access that can lead to credential theft attack. In this tutorial I will show you how to implement Windows Credential Guard.
Read moreEnroll test devices into Windows Autopilot
Deploying Windows 10/11 devices with Windows Autopilot and Microsoft Intune is worth looking into. Windows Autopilot can automatically configure these devices and enroll them in your organization. In this post you will learn how to enroll test devices into Windows Autopilot.
Read moreActive Directory on Windows Server Core
Just a quick post on how-to install Active Directory on Windows Server Core 2019. Once in a while I just rebuild my whole development environment including my Windows Server Core virtual machines. Rebuilding a domain controller on Windows Server Core is pretty easy and requires just a few steps you’ll have to take one after another.
Read moreCreate your first basic API in PowerShell using Pode
In this post I will show you how to create your first basic API in PowerShell using Pode. Pode is a Cross-Platform PowerShell framework for creating web servers to host REST APIs, Web Sites, and TCP/SMTP Servers.
Read moreDownload package content and use PowerShell during task sequence
Recently I discovered the Download Package Content task and found a why to use it with PowerShell during a task sequence. You would use this mainly to quickly download some files into your task sequence environment. This could be in the normal OS, or during OSD in WinPE. Recently I had a use case why this task comes in handy.
Read more