Get Bitlocker Recovery Key Powershell Now
Get-BitLockerVolume | Where-Object $_.RecoveryStatus -eq "On" | Select-Object MountPoint, @Name='RecoveryKey';Expression=$_.RecoveryKey
The recovery key can also be retrieved through the BitLocker UI in Windows Settings under "Device encryption" or through the Manage BitLocker page (reachable via typing bitLocker in the Start menu). get bitlocker recovery key powershell
Invoke-Command -ComputerName "TargetPC01" -ScriptBlock (Get-BitLockerVolume -MountPoint "C").KeyProtector Get-BitLockerVolume | Where-Object $_