Note to self. Tired of asking for a KVM every time you need to reboot your server to unlock your LUKS2 encryption? Install prerequisites Is it really there? It’d be wise to request a KVM before you actually give it a try. Just in case. Learn from my mistakes.
Category: Note to self
Install RSAT via Powershell
Note to self. I needed to install RSAT on a build agent, so using the “optional features” GUI was not possible. Get a list of RSAT components: Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property Name, State Install what you need, e.g.: Add-WindowsCapability -Name “Rsat.GroupPolicy.Management.Tools~~~~0.0.1.0” -Online