Skip to content

Instantly share code, notes, and snippets.

@rpsqrd
rpsqrd / KPCheck.ps1
Last active January 3, 2025 08:53
PowerShell script to check VM key protector configuration and compare to guardians available locally and on HGS
<#
.SYNOPSIS
Checks a VM key protector to see if it can successfully be unwrapped.
.PARAMETER VMName
Name of the VM to analyze
#>
#requires -Modules Hyper-V