Which three actions should you perform?

Your network contains an Active Directory domain named contoso.com. You have a failover cluster named
Cluster1. All of the nodes in Cluster1 have BitLocker Drive Encryption (BitLocker) installed.
You plan to add a new volume to the shared storage of Cluster1. You need to add the new volume to the
shared storage. The solution must meet the following requirements:
Encrypt the volume.
Avoid using maintenance mode on the cluster.
Which three actions should you perform?
To answer, move the three appropriate actions from the list of actions to the answer area and arrange them in
the correct order.
Select and Place:

Your network contains an Active Directory domain named contoso.com. You have a failover cluster named
Cluster1. All of the nodes in Cluster1 have BitLocker Drive Encryption (BitLocker) installed.
You plan to add a new volume to the shared storage of Cluster1. You need to add the new volume to the
shared storage. The solution must meet the following requirements:
Encrypt the volume.
Avoid using maintenance mode on the cluster.
Which three actions should you perform?
To answer, move the three appropriate actions from the list of actions to the answer area and arrange them in
the correct order.
Select and Place:

Answer:

Explanation:



Leave a Reply 9

Your email address will not be published. Required fields are marked *


xxx

xxx

(…)
BitLocker encryption is available for disks before or after addition to a cluster storage pool. The advantage of encrypting volumes prior to adding them to a cluster is that the disk resource does not require suspending the resource to complete the operation. To turn on BitLocker for a disk before adding it to a cluster, do the following:
(…)

esadmin

esadmin

Agree with Fausto: If you are adding the volume first, then you need to put the disk in maintenance mode before bitlocker can be enabled and the question states “avoid using maintenance mode”

Ultra_Cool

Ultra_Cool

When using BitLocker with volumes designated for a cluster, the volume will need to turn on BitLocker before its addition to the storage pool within cluster or put the resource into maintenance mode before BitLocker operations will complete.

Question says that we need to avoid using maintenance mode so we need to enable bitlocker before adding it to cluster.

S

S

What you all seem to forget is these are MICROSOFT TEST ANSWERS NOT REAL WORLD!!! GEEZ!!!

david

david

agree with fausto.
Avoid using maintenance mode on the cluster – Is the key here
so correct order should be

1. Run the Enable-Bitlocker cmdlet
2. Run the Add-BitlockerProtector
3. Add the volume to the cluster

peanuttech

peanuttech

Agree with S

exactly ….Real world answers differ.

Add the volume to the cluster first FOR THE TEST.

My teacher has pretty much mastered CISCO and Microsoft and he says the same thing as S.

JeanMalot

JeanMalot

Nonsense. Question specifically asks to avoid maintenance mode. This can only be done by adding the disk later.

JeanMalot

JeanMalot

Add-BitlockerProtector isn’t event a proper cmdlet. The right one would be Add-BitlockerKeyProtector.
Anyway I agree the correct sequence is
– Enable Bitlocker
– Add-BitlockerProtector
– Add the volume (added last to avoid maintenance mode).