Skip to content

Commit 710e7f6

Browse files
committed
c.e.
1 parent a87c33f commit 710e7f6

File tree

5 files changed

+30
-18
lines changed

5 files changed

+30
-18
lines changed

docset/winserver2012-ps/bitlocker/Enable-BitLocker.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ and still maintain confidentiality of passwords.
136136

137137
You may optionally select an encryption method. By default, BitLocker uses AES-128 but you can opt
138138
AES-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

141141
This cmdlet returns a BitLocker volume object. If you choose recovery password as your key protector
142142
but 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
147147
key. This cmdlet stores the name of the file that contains the key in the **KeyFileName** field of
148148
the **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
151151
encryption in process, it takes no action. If you use the cmdlet on a drive that has encryption
152152
paused, 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
260263
Type: BitLockerVolumeEncryptionMethodOnEnable
261264
Parameter Sets: (All)
262265
Aliases:
263-
Accepted values: Aes128, Aes256
266+
Accepted values: Aes128, Aes256, Hardware
264267

265268
Required: False
266269
Position: 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
277281
Type: SwitchParameter
@@ -392,6 +396,7 @@ Specifies a recovery password.
392396
If you do not specify this parameter but include the *RecoveryPasswordProtector* parameter, the cmdlet creates a random password.
393397
394398
You can enter a 48-digit password.
399+
395400
The 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
560565
Type: SwitchParameter

docset/winserver2012r2-ps/bitlocker/Enable-BitLocker.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
260263
Type: BitLockerVolumeEncryptionMethodOnEnable
261264
Parameter Sets: (All)
262265
Aliases:
263-
Accepted values: Aes128, Aes256
266+
Accepted values: Aes128, Aes256, Hardware
264267

265268
Required: False
266269
Position: 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
277281
Type: SwitchParameter
@@ -389,7 +393,7 @@ Accept wildcard characters: False
389393
### -RecoveryPassword
390394
391395
Specifies a recovery password.
392-
If you do not specify this parameter but you include the *RecoveryPasswordProtector* parameter, the cmdlet creates a random password.
396+
If you do not specify this parameter but include the *RecoveryPasswordProtector* parameter, the cmdlet creates a random password.
393397
394398
You can enter a 48-digit password.
395399
@@ -555,7 +559,7 @@ Accept wildcard characters: False
555559
556560
### -UsedSpaceOnly
557561
558-
Indicates that BitLocker does not encrypt disk space which contains unused data.
562+
Indicates that BitLocker does not encrypt unallocated disk space.
559563
560564
```yaml
561565
Type: SwitchParameter

docset/winserver2016-ps/bitlocker/Enable-BitLocker.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ It is common practice to add a recovery password for an operating system volume
161161
**Backup-BitLockerKeyProtector** cmdlet, and then enable BitLocker on that volume. This procedure
162162
ensures that you have a recovery option.
163163

164-
For an overview of BitLocker, see the [BitLocker Drive Encryption Overview][2]".
164+
For an overview of BitLocker, see the [BitLocker Drive Encryption Overview][2].
165165

166166
## EXAMPLES
167167

@@ -273,7 +273,8 @@ Accept wildcard characters: False
273273
274274
### -HardwareEncryption
275275
276-
Indicates that the volume uses hardware encryption.
276+
Indicates that the volume uses hardware encryption. We strongly advise against hardware encryption.
277+
For further guidance, see the [ADV180028 Security Advisory][1].
277278
278279
```yaml
279280
Type: SwitchParameter
@@ -555,7 +556,7 @@ Accept wildcard characters: False
555556
556557
### -UsedSpaceOnly
557558
558-
Indicates that BitLocker does not encrypt disk space which contains unused data.
559+
Indicates that BitLocker does not encrypt unallocated disk space.
559560
560561
```yaml
561562
Type: SwitchParameter

docset/winserver2019-ps/bitlocker/Enable-BitLocker.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ Accept wildcard characters: False
256256
257257
### -EncryptionMethod
258258
259-
Specifies an encryption method for the encrypted drive.
259+
Indicates that the volume uses hardware encryption. We strongly advise against hardware encryption.
260+
For further guidance, see the [ADV180028 Security Advisory][1].
260261
261262
```yaml
262263
Type: BitLockerVolumeEncryptionMethodOnEnable
@@ -555,7 +556,7 @@ Accept wildcard characters: False
555556
556557
### -UsedSpaceOnly
557558
558-
Indicates that BitLocker does not encrypt disk space which contains unused data.
559+
Indicates that BitLocker does not encrypt unallocated disk space.
559560
560561
```yaml
561562
Type: SwitchParameter

docset/winserver2022-ps/bitlocker/Enable-BitLocker.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ Accept wildcard characters: False
273273
274274
### -HardwareEncryption
275275
276-
Indicates that the volume uses hardware encryption.
276+
Indicates that the volume uses hardware encryption. We strongly advise against hardware encryption.
277+
For further guidance, see the [ADV180028 Security Advisory][1].
277278
278279
```yaml
279280
Type: SwitchParameter
@@ -555,7 +556,7 @@ Accept wildcard characters: False
555556
556557
### -UsedSpaceOnly
557558
558-
Indicates that BitLocker does not encrypt disk space which contains unused data.
559+
Indicates that BitLocker does not encrypt unallocated disk space.
559560
560561
```yaml
561562
Type: SwitchParameter

0 commit comments

Comments
 (0)