Skip to content

Instantly share code, notes, and snippets.

@rpsqrd
rpsqrd / KPCheck.ps1
Last active May 16, 2024 17:04
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