Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


kenkeniff

628 posts

Ultimate Geek
+1 received by user: 88


#142594 18-Mar-2014 11:49
Send private message

What's the easiest way to automatically suspend bitlocker protection on both system and user initiated restart?

Currently I can go to C>Manage Bitlocker>Suspend Protection then Restart and I won't re prompted for Bitlocker password on the first restart but after that it's automatically re-enabled however it does help for automatic restarts (after installing updates etc).

In other words I only want Bitlocker to prompt for a password after shutdown or forced power off.

Any ideas (Windows 2012)?

Create new topic
Sideface
9650 posts

Uber Geek
+1 received by user: 15600

Trusted
DR
Lifetime subscriber

  #1007992 18-Mar-2014 11:57
Send private message

What is "Windows 2012"?




Sideface




gjm

gjm
810 posts

Ultimate Geek
+1 received by user: 122


  #1007995 18-Mar-2014 12:02
Send private message

how about using a usb key and keeping it in the system until you shut it down...then just remove usb key and take with you?




Do surveys for Beer money (referral link) - Octopus Group 

 

Link for buying beer (not affiliated, just like beer) - Good George


kenkeniff

628 posts

Ultimate Geek
+1 received by user: 88


  #1008012 18-Mar-2014 12:07
Send private message

gjm: how about using a usb key and keeping it in the system until you shut it down...then just remove usb key and take with you?


Problem is the server is located in a datacentre 2000km away, I'm after more of a "something I can add to my reboot script" solution (if that's a thing in Windows!)



freitasm
BDFL - Memuneh
80654 posts

Uber Geek
+1 received by user: 41045

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #1008018 18-Mar-2014 12:25
Send private message

Sideface: What is "Windows 2012"?


Windows Server.

kenkeniff: What's the easiest way to automatically suspend bitlocker protection on both system and user initiated restart?


I don't understand. You want the system to ask for the Bitlocker key every time you restart the system? I am not in front of Windows Server or my laptop Windows 8 but have you tried right-click on the drive to see options for Bitlocker for that individual drive?




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


kenkeniff

628 posts

Ultimate Geek
+1 received by user: 88


  #1008024 18-Mar-2014 12:32
Send private message

freitasm: 
I don't understand. You want the system to ask for the Bitlocker key every time you restart the system? I am not in front of Windows Server or my laptop Windows 8 but have you tried right-click on the drive to see options for Bitlocker for that individual drive?


No, not correct. As it is a server I want it to be able to reboot freely (either system or user initiated) without having to enter the Bitlocker drive password (otherwise I have to fire up KVM-over-IP in order to enter the PW at boot time).

The only time I want to have to enter the password is if I perform a shutdown or there is a power failure.

I know how to do this one-time using the Bitlocker manager however looking to automate it on every restart.


(There is no onboard or network TPM available)

kenkeniff

628 posts

Ultimate Geek
+1 received by user: 88


  #1008049 18-Mar-2014 12:48
Send private message

I guess another question would be; How do you set a PowerShell command to run during every reboot (both system and user initiated) as Administrator?

The command would be something like:

 

PS C:\> Suspend-BitLocker -MountPoint "C:" -RebootCount 1

 


 
 
 

Shop on-line at New World now for your groceries (affiliate link).
nathan
5695 posts

Uber Geek
+1 received by user: 1630
Inactive user


  #1008072 18-Mar-2014 13:34
Send private message

on my system when I suspend it, its suspended until I reenable it

Also, if you don't want to use a PIN, why not just remove the PIN then it won't hang at the Bitlocker screen asking for the PIN

kenkeniff

628 posts

Ultimate Geek
+1 received by user: 88


  #1008092 18-Mar-2014 13:53
Send private message

nathan: on my system when I suspend it, its suspended until I reenable it

Also, if you don't want to use a PIN, why not just remove the PIN then it won't hang at the Bitlocker screen asking for the PIN


Wah? What would be the point of that?

My primary concern for using Bitlocker drive encryption is that I'm using leased / managed hardware and don't have control over what happens to the physical disks (i.e. if upgraded, faulty, disposed of etc).

By using Bitlocker, the data on my disks are safe if they somehow fall into the wrong hands (or are just left as is when the next customer takes over the server).

When the system performs a reboot I want it to automatically "Suspend Bitlocker" > Reboot > "Resume Bitlocker".

Sure it's technically possible that;
- if someone knew I had my server configured that way
- and also knew how Bitlocker wrote it's temporary encryption keys to disk (when using "Suspend")
- and also had physical access to my server whilst running;
they could perform a reboot, interrupt it part way and steal my data + temp key. However that is very unlikely.

(Note "Suspending" Bitlocker doesn't decrypt the data)

nathan
5695 posts

Uber Geek
+1 received by user: 1630
Inactive user


  #1008372 18-Mar-2014 20:06
Send private message

you don't need to use a PIN for your data to be encrypted as you point out

if you're using a strong password you're all good

kenkeniff

628 posts

Ultimate Geek
+1 received by user: 88


  #1008521 18-Mar-2014 22:29
Send private message

nathan: you don't need to use a PIN for your data to be encrypted as you point out

if you're using a strong password you're all good


Are you able to elaborate?  As it seems we may be talking about different thing here..


I don't profess to be an expert in Bitlocker however I have a good understanding of encryption so have a good idea about how it *should* work...


In my case; Bitlocker encrypts the entire C drive except for a small boot loader that accepts the Bitlocker password (or "key" or "PIN" as you seem to be calling it) at boot time and proceeds to decrypt the rest of the drive.

I some cases the password can be automatically be provided to the boot loader by a Trusted Platform Module on the motherboard, a smart card or USB, or another server on the network so it may seem that no password is required however it actually is.

When you "suspend" Bitlocker, the drive is not decrypted but the Bitlocker password is written temporarily to the hard drive (essentially in plain text) so the boot loader can read it directly on it's next boot without prompting for it, and should be deleted from the hard drive when Bitlocker is resumed.


Windows also separately allows for encrypted user accounts which are secured by the Windows account password but don't protect the entire boot volume (registry, system & programs files etc).



nathan
5695 posts

Uber Geek
+1 received by user: 1630
Inactive user


  #1008598 18-Mar-2014 23:50
Send private message

Do you not have a TPM?

 
 
 

Shop now on AliExpress (affiliate link).
kenkeniff

628 posts

Ultimate Geek
+1 received by user: 88


  #1008639 19-Mar-2014 07:19
Send private message

nathan: Do you not have a TPM?


No, that's the problem.

kenkeniff: (There is no onboard or network TPM available)

Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.