BitLocker remote unlocking

Mennig 1 Reputation point
2021-10-13T15:52:00.43+00:00

Hi,

is there a way to unlock BitLocker remotely for a Windows VPS? The ISP doesn't support a vTPM at all.
I liked to use LUKS on a Linux VPS which is unlocked thru a ssh session.
Thanks!

Windows for business | Windows Server | User experience | Other
Windows for business | Windows Server | Devices and deployment | Configure application groups
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MTG 1,246 Reputation points
    2021-10-14T08:47:54.753+00:00

    If Windows is running and you would like to unlock a data (non-system) drive, this can be done using Powershell Remoting or psexec.
    So you start a shell on the remote machine like this
    psexec \remotepc cmd -ru adminonremote -rp adminonremotepassword
    Then on the shell you go
    manage-bde -unlock x: -pw
    (-pw is for password protector and the password will be asked for).

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.