@@ -136,7 +136,7 @@ and still maintain confidentiality of passwords.
136136
137137You may optionally select an encryption method. By default, BitLocker uses AES-128 but you can opt
138138AES-256 for stronger security. (Diffuser is not supported.) You may request hardware encryption but
139- Microsoft strongly advices against it. For further guidance, see the [ ADV180028 Security Advisory] [ 1 ] .
139+ we strongly advise against it. For further guidance, see the [ ADV180028 Security Advisory] [ 1 ] .
140140
141141This cmdlet returns a BitLocker volume object. If you choose recovery password as your key protector
142142but do not specify a 48-digit recovery password, this cmdlet generates a random one for you, and
@@ -147,7 +147,7 @@ If you use startup key or recovery key as part of your key protector, provide a
147147key. This cmdlet stores the name of the file that contains the key in the ** KeyFileName** field of
148148the ** KeyProtector** field in the BitLocker volume object.
149149
150- If you use the ** Enable-BitLocker** cmdlet on an encrypted volume or on a volume that with
150+ If you use the ** Enable-BitLocker** cmdlet on an encrypted volume or on a volume with
151151encryption in process, it takes no action. If you use the cmdlet on a drive that has encryption
152152paused, it resumes encryption on the volume.
153153
@@ -254,13 +254,16 @@ Accept wildcard characters: False
254254
255255### -EncryptionMethod
256256
257- Specifies an encryption method for the encrypted drive.
257+ Specifies an encryption method for the encrypted drive. The accepted values are "Aes128", "Aes256",
258+ and "Hardware". The latter has been deprecated and doesn't appear in the next versions of Windows.
259+ We strongly advise not enabling hardware encryption. For further guidance, see the
260+ [ADV180028 Security Advisory][1].
258261
259262` ` ` yaml
260263Type : BitLockerVolumeEncryptionMethodOnEnable
261264Parameter Sets : (All)
262265Aliases :
263- Accepted values : Aes128, Aes256
266+ Accepted values : Aes128, Aes256, Hardware
264267
265268Required : False
266269Position : Named
@@ -271,7 +274,8 @@ Accept wildcard characters: False
271274
272275### -HardwareEncryption
273276
274- Indicates that the volume uses hardware encryption.
277+ Indicates that the volume uses hardware encryption. We strongly advise against hardware encryption.
278+ For further guidance, see the [ADV180028 Security Advisory][1].
275279
276280` ` ` yaml
277281Type : SwitchParameter
@@ -392,6 +396,7 @@ Specifies a recovery password.
392396If you do not specify this parameter but include the *RecoveryPasswordProtector* parameter, the cmdlet creates a random password.
393397
394398You can enter a 48-digit password.
399+
395400The password specified or created acts as a protector for the volume encryption key.
396401
397402` ` ` yaml
@@ -554,7 +559,7 @@ Accept wildcard characters: False
554559
555560### -UsedSpaceOnly
556561
557- Indicates that BitLocker does not encrypt disk space that contains unused data .
562+ Indicates that BitLocker does not encrypt unallocated disk space.
558563
559564` ` ` yaml
560565Type : SwitchParameter
0 commit comments