PrepAway - Latest Free Exam Questions & Answers

Which command should you run?

Your network contains an Active Directory domain named contoso.com. The domain contains a virtual
machine named Server1 that runs Windows Server 2012 R2.
Server1 has a dynamically expanding virtual hard disk that is mounted to drive E.
You need to ensure that you can enable BitLocker Drive Encryption (BitLocker) on drive E.
Which command should you run?

PrepAway - Latest Free Exam Questions & Answers

A.
manage-bde -protectors -add c: -startup e:

B.
manage-bde -lock e:

C.
manage-bde -protectors -add e: -startupkey c:

D.
manage-bde -on e:

Explanation:

Manage-bde: on
Encrypts the drive and turns on BitLocker.
Example:
The following example illustrates using the -on command to turn on BitLocker for drive C and add a recovery
password to the drive.
manage-bde –on C: -recoverypassword

10 Comments on “Which command should you run?

    1. Paul says:

      Granted this is a poorly worded, ambiguous question, but reading the details of the link you posted I found this:

      On computers with a TPM it is possible to encrypt the operating system volume without any defined protectors using manage-bde. The command to do this is:

      manage-bde -on C:

      Confusing things further, I found:

      Don’t…Use BitLocker Encryption Inside Your Virtual Machines
      BitLocker encryption is not supported within a virtual machine.

      http://www.virtualizationadmin.com/kbase/VirtualizationTips/ServerVirtualization/MicrosoftHyper-VTips/Security/DosandDontsofEncryptionwithHyper-V.html

      TPM does not appear to be supported within VM’s.

      http://www.networksteve.com/windows/topic.php/Can_I_use_TPM_Base_Services_in_a_VM/?TopicId=52157&Posts=5

      And again from this link:

      https://technet.microsoft.com/en-us/library/jj647767.aspx

      The following example illustrates enabling BitLocker on a computer without a TPM chip. Before beginning the encryption process you must create the startup key needed for BitLocker and save it to the USB drive. When BitLocker is enabled for the operating system volume, the BitLocker will need to access the USB flash drive to obtain the encryption key (in this example, the drive letter E represents the USB drive). You will be prompted to reboot to complete the encryption process.

      manage-bde –protectors -add C: -startupkey E:
      manage-bde -on C:

      I vote for answer C.




      1



      0
        1. Paul says:

          Yes, you have to read the question. It says “…enable that you can enable BitLocker Drive Encryption (BitLocker) on drive E”, which basically means to put the prerequisite(s) in place prior to enabling.




          0



          0
  1. Matt says:

    It’s C

    On my Win8 pro machine created a 2gb thin provisioned .vhd.

    Answer D: doesn’t work. This is the error you will get:

    “ERROR: An error occurred (code 0x803100a5): BitLocker Drive Encryption only supports Used Used Space Only encryption on thin provisioned storage.”




    0



    0

Leave a Reply