Thursday, August 28, 2014

windows 10 - Enabling local admin on machine with Bitlocker

My current situation is as such: Machines having network issues not allowing domain logon in Windows. Local admin is disabled, thusly I do not have the ability to login and troubleshoot. I want to get to the point whereby I could unlock/enable the local admin through booting Hiren/WinPE and using NTPWEdit for example. These machines are encrypted using Bitlocker, for which I have the PIN and recovery key. Is there a tool for unlocking Bitlocker encryption for which after I can enable the local admin?


What my process would be:
1) boot Hiren/WinPE
2) use tool to unlock Bitlocker to allow access to the drive
3) use NTPWEdit to enable local admin


Any help would be appreciated!

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...