From 4a6d63b5126172bc1b593fd9d642ad072d88df76 Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:52:37 +0330 Subject: [PATCH 01/11] Update Add-BitLockerKeyProtector.md More info on Recovery Password. --- .../bitlocker/Add-BitLockerKeyProtector.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docset/winserver2022-ps/bitlocker/Add-BitLockerKeyProtector.md b/docset/winserver2022-ps/bitlocker/Add-BitLockerKeyProtector.md index 8c3aec7fa9..7ef886b30f 100644 --- a/docset/winserver2022-ps/bitlocker/Add-BitLockerKeyProtector.md +++ b/docset/winserver2022-ps/bitlocker/Add-BitLockerKeyProtector.md @@ -295,10 +295,19 @@ Accept wildcard characters: False ``` ### -RecoveryPassword -Specifies a recovery password. +Specifies a recovery password. The cmdlet adds the password specified or created as a protector for the volume encryption key. If you do not specify this parameter, the cmdlet creates a random password. -You can enter a 48 digit password. -The cmdlet adds the password specified or created as a protector for the volume encryption key. + +A recovery password has rigid requirements. It must consist of 48 digits. Each 6 must be divisible by 11. For example, the +following is acceptable: + + '147279-525107-204677-117612-367510-356554-273911-527274' + +The following is **not** acceptable: + + '702510-071786-013337-543770-555603-414075-635673-114355' + +In the example above, only the second segment is divisible by 11. The others are not. ```yaml Type: String From c14f2cf15b996601cb3e29f046b713f7f853de72 Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:59:10 +0330 Subject: [PATCH 02/11] Update Add-BitLockerKeyProtector.md Added essentials info about the Recovery Password. --- .../winserver2022-ps/bitlocker/Add-BitLockerKeyProtector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docset/winserver2022-ps/bitlocker/Add-BitLockerKeyProtector.md b/docset/winserver2022-ps/bitlocker/Add-BitLockerKeyProtector.md index 7ef886b30f..511482b865 100644 --- a/docset/winserver2022-ps/bitlocker/Add-BitLockerKeyProtector.md +++ b/docset/winserver2022-ps/bitlocker/Add-BitLockerKeyProtector.md @@ -296,9 +296,9 @@ Accept wildcard characters: False ### -RecoveryPassword Specifies a recovery password. The cmdlet adds the password specified or created as a protector for the volume encryption key. -If you do not specify this parameter, the cmdlet creates a random password. +If you do not specify this parameter (but specify `-RecoveryPasswordProtector`, the cmdlet creates a random recovery password. -A recovery password has rigid requirements. It must consist of 48 digits. Each 6 must be divisible by 11. For example, the +A recovery password has rigid requirements. It must consist of 48 digits. Each six must be divisible by 11. For example, the following is acceptable: '147279-525107-204677-117612-367510-356554-273911-527274' From bd2c29cbac2c63fbff4e986d3d1c7579efb0acf4 Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:59:19 +0330 Subject: [PATCH 03/11] Update Enable-BitLocker.md Added essentials info about the Recovery Password. --- .../bitlocker/Enable-BitLocker.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docset/winserver2022-ps/bitlocker/Enable-BitLocker.md b/docset/winserver2022-ps/bitlocker/Enable-BitLocker.md index eecff8ce70..922d6b8546 100644 --- a/docset/winserver2022-ps/bitlocker/Enable-BitLocker.md +++ b/docset/winserver2022-ps/bitlocker/Enable-BitLocker.md @@ -395,10 +395,19 @@ Accept wildcard characters: False ### -RecoveryPassword -Specifies a recovery password. -If you do not specify this parameter, but you do include the *RecoveryPasswordProtector* parameter, the cmdlet creates a random password. -You can enter a 48-digit password. -The password specified or created acts as a protector for the volume encryption key. +Specifies a recovery password. The cmdlet adds the password specified or created as a protector for the volume encryption key. +If you do not specify this parameter (but specify `-RecoveryPasswordProtector`, the cmdlet creates a random recovery password. + +A recovery password has rigid requirements. It must consist of 48 digits. Each six must be divisible by 11. For example, the +following is acceptable: + + '147279-525107-204677-117612-367510-356554-273911-527274' + +The following is **not** acceptable: + + '702510-071786-013337-543770-555603-414075-635673-114355' + +In the example above, only the second segment is divisible by 11. The others are not. ```yaml Type: String From 9bbc5d1a13ebd5faf7e2d64fd221130a7f09084a Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Tue, 2 Jan 2024 00:03:24 +0330 Subject: [PATCH 04/11] Update Enable-BitLocker.md Added essentials info about the Recovery Password. --- .../bitlocker/Enable-BitLocker.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docset/winserver2019-ps/bitlocker/Enable-BitLocker.md b/docset/winserver2019-ps/bitlocker/Enable-BitLocker.md index 7e389edee6..ef98da5ab8 100644 --- a/docset/winserver2019-ps/bitlocker/Enable-BitLocker.md +++ b/docset/winserver2019-ps/bitlocker/Enable-BitLocker.md @@ -394,11 +394,19 @@ Accept wildcard characters: False ``` ### -RecoveryPassword +Specifies a recovery password. The cmdlet adds the password specified or created as a protector for the volume encryption key. +If you do not specify this parameter (but specify `-RecoveryPasswordProtector`, the cmdlet creates a random recovery password. -Specifies a recovery password. -If you do not specify this parameter, but you do include the *RecoveryPasswordProtector* parameter, the cmdlet creates a random password. -You can enter a 48-digit password. -The password specified or created acts as a protector for the volume encryption key. +A recovery password has rigid requirements. It must consist of 48 digits. Each six must be divisible by 11. For example, the +following is acceptable: + + '147279-525107-204677-117612-367510-356554-273911-527274' + +The following is **not** acceptable: + + '702510-071786-013337-543770-555603-414075-635673-114355' + +In the example above, only the second segment is divisible by 11. The others are not. ```yaml Type: String From 3175e0ad8067b420109361d6e3e16e8655f5321f Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Tue, 2 Jan 2024 00:03:30 +0330 Subject: [PATCH 05/11] Update Add-BitLockerKeyProtector.md Added essentials info about the Recovery Password. --- .../bitlocker/Add-BitLockerKeyProtector.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docset/winserver2019-ps/bitlocker/Add-BitLockerKeyProtector.md b/docset/winserver2019-ps/bitlocker/Add-BitLockerKeyProtector.md index afca7ea9e7..8066f4d379 100644 --- a/docset/winserver2019-ps/bitlocker/Add-BitLockerKeyProtector.md +++ b/docset/winserver2019-ps/bitlocker/Add-BitLockerKeyProtector.md @@ -295,10 +295,19 @@ Accept wildcard characters: False ``` ### -RecoveryPassword -Specifies a recovery password. -If you do not specify this parameter, the cmdlet creates a random password. -You can enter a 48 digit password. -The cmdlet adds the password specified or created as a protector for the volume encryption key. +Specifies a recovery password. The cmdlet adds the password specified or created as a protector for the volume encryption key. +If you do not specify this parameter (but specify `-RecoveryPasswordProtector`, the cmdlet creates a random recovery password. + +A recovery password has rigid requirements. It must consist of 48 digits. Each six must be divisible by 11. For example, the +following is acceptable: + + '147279-525107-204677-117612-367510-356554-273911-527274' + +The following is **not** acceptable: + + '702510-071786-013337-543770-555603-414075-635673-114355' + +In the example above, only the second segment is divisible by 11. The others are not. ```yaml Type: String From 30f3a9bcab6bc69a95889d602ef7163a8ee5e051 Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Tue, 2 Jan 2024 00:06:42 +0330 Subject: [PATCH 06/11] Update Enable-BitLocker.md Added essentials info about the Recovery Password. --- .../bitlocker/Enable-BitLocker.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docset/winserver2012r2-ps/bitlocker/Enable-BitLocker.md b/docset/winserver2012r2-ps/bitlocker/Enable-BitLocker.md index f8e6124246..70bdd75511 100644 --- a/docset/winserver2012r2-ps/bitlocker/Enable-BitLocker.md +++ b/docset/winserver2012r2-ps/bitlocker/Enable-BitLocker.md @@ -395,12 +395,19 @@ Accept wildcard characters: False ### -RecoveryPassword -Specifies a recovery password. -If you do not specify this parameter but include the *RecoveryPasswordProtector* parameter, the cmdlet creates a random password. +Specifies a recovery password. The cmdlet adds the password specified or created as a protector for the volume encryption key. +If you do not specify this parameter (but specify `-RecoveryPasswordProtector`, the cmdlet creates a random recovery password. -You can enter a 48-digit password. +A recovery password has rigid requirements. It must consist of 48 digits. Each six must be divisible by 11. For example, the +following is acceptable: -The password specified or created acts as a protector for the volume encryption key. + '147279-525107-204677-117612-367510-356554-273911-527274' + +The following is **not** acceptable: + + '702510-071786-013337-543770-555603-414075-635673-114355' + +In the example above, only the second segment is divisible by 11. The others are not. ```yaml Type: String From 4a2470f5e1810ebe1902148dbc610f883a98c604 Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Tue, 2 Jan 2024 00:06:47 +0330 Subject: [PATCH 07/11] Update Add-BitLockerKeyProtector.md Added essentials info about the Recovery Password. --- .../bitlocker/Add-BitLockerKeyProtector.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docset/winserver2012r2-ps/bitlocker/Add-BitLockerKeyProtector.md b/docset/winserver2012r2-ps/bitlocker/Add-BitLockerKeyProtector.md index 26aa9b4d4b..09d54ab696 100644 --- a/docset/winserver2012r2-ps/bitlocker/Add-BitLockerKeyProtector.md +++ b/docset/winserver2012r2-ps/bitlocker/Add-BitLockerKeyProtector.md @@ -294,10 +294,19 @@ Accept wildcard characters: False ``` ### -RecoveryPassword -Specifies a recovery password. -If you do not specify this parameter, the cmdlet creates a random password. -You can enter a 48 digit password. -The cmdlet adds the password specified or created as a protector for the volume encryption key. +Specifies a recovery password. The cmdlet adds the password specified or created as a protector for the volume encryption key. +If you do not specify this parameter (but specify `-RecoveryPasswordProtector`, the cmdlet creates a random recovery password. + +A recovery password has rigid requirements. It must consist of 48 digits. Each six must be divisible by 11. For example, the +following is acceptable: + + '147279-525107-204677-117612-367510-356554-273911-527274' + +The following is **not** acceptable: + + '702510-071786-013337-543770-555603-414075-635673-114355' + +In the example above, only the second segment is divisible by 11. The others are not. ```yaml Type: String From 60fef0ddb18ec8ff56bb604f30ea9b7909ce8584 Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Tue, 2 Jan 2024 00:06:51 +0330 Subject: [PATCH 08/11] Update Add-BitLockerKeyProtector.md Added essentials info about the Recovery Password. --- .../bitlocker/Add-BitLockerKeyProtector.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docset/winserver2012-ps/bitlocker/Add-BitLockerKeyProtector.md b/docset/winserver2012-ps/bitlocker/Add-BitLockerKeyProtector.md index ccfc0f6223..c313af14f1 100644 --- a/docset/winserver2012-ps/bitlocker/Add-BitLockerKeyProtector.md +++ b/docset/winserver2012-ps/bitlocker/Add-BitLockerKeyProtector.md @@ -275,10 +275,19 @@ Accept wildcard characters: False ``` ### -RecoveryPassword -Specifies a recovery password. -If you do not specify this parameter, the cmdlet creates a random password. -You can enter a 48 digit password. -The cmdlet adds the password specified or created as a protector for the volume encryption key. +Specifies a recovery password. The cmdlet adds the password specified or created as a protector for the volume encryption key. +If you do not specify this parameter (but specify `-RecoveryPasswordProtector`, the cmdlet creates a random recovery password. + +A recovery password has rigid requirements. It must consist of 48 digits. Each six must be divisible by 11. For example, the +following is acceptable: + + '147279-525107-204677-117612-367510-356554-273911-527274' + +The following is **not** acceptable: + + '702510-071786-013337-543770-555603-414075-635673-114355' + +In the example above, only the second segment is divisible by 11. The others are not. ```yaml Type: String From f6fcfa2be7083703eb1b411a840b8931b8fa6b74 Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Tue, 2 Jan 2024 00:06:57 +0330 Subject: [PATCH 09/11] Update Enable-BitLocker.md Added essentials info about the Recovery Password. --- .../bitlocker/Enable-BitLocker.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docset/winserver2012-ps/bitlocker/Enable-BitLocker.md b/docset/winserver2012-ps/bitlocker/Enable-BitLocker.md index 7962836012..b03b8983a1 100644 --- a/docset/winserver2012-ps/bitlocker/Enable-BitLocker.md +++ b/docset/winserver2012-ps/bitlocker/Enable-BitLocker.md @@ -395,12 +395,19 @@ Accept wildcard characters: False ### -RecoveryPassword -Specifies a recovery password. -If you do not specify this parameter but include the *RecoveryPasswordProtector* parameter, the cmdlet creates a random password. +Specifies a recovery password. The cmdlet adds the password specified or created as a protector for the volume encryption key. +If you do not specify this parameter (but specify `-RecoveryPasswordProtector`, the cmdlet creates a random recovery password. -You can enter a 48-digit password. +A recovery password has rigid requirements. It must consist of 48 digits. Each six must be divisible by 11. For example, the +following is acceptable: -The password specified or created acts as a protector for the volume encryption key. + '147279-525107-204677-117612-367510-356554-273911-527274' + +The following is **not** acceptable: + + '702510-071786-013337-543770-555603-414075-635673-114355' + +In the example above, only the second segment is divisible by 11. The others are not. ```yaml Type: String From f844fae795b2b11ebac3ef75005277ba9f3b5095 Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Tue, 2 Jan 2024 00:06:59 +0330 Subject: [PATCH 10/11] Update Enable-BitLocker.md Added essentials info about the Recovery Password. --- .../bitlocker/Enable-BitLocker.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docset/winserver2016-ps/bitlocker/Enable-BitLocker.md b/docset/winserver2016-ps/bitlocker/Enable-BitLocker.md index c15d1ef4c2..91e1e94ec6 100644 --- a/docset/winserver2016-ps/bitlocker/Enable-BitLocker.md +++ b/docset/winserver2016-ps/bitlocker/Enable-BitLocker.md @@ -395,10 +395,19 @@ Accept wildcard characters: False ### -RecoveryPassword -Specifies a recovery password. -If you do not specify this parameter, but you do include the *RecoveryPasswordProtector* parameter, the cmdlet creates a random password. -You can enter a 48-digit password. -The password specified or created acts as a protector for the volume encryption key. +Specifies a recovery password. The cmdlet adds the password specified or created as a protector for the volume encryption key. +If you do not specify this parameter (but specify `-RecoveryPasswordProtector`, the cmdlet creates a random recovery password. + +A recovery password has rigid requirements. It must consist of 48 digits. Each six must be divisible by 11. For example, the +following is acceptable: + + '147279-525107-204677-117612-367510-356554-273911-527274' + +The following is **not** acceptable: + + '702510-071786-013337-543770-555603-414075-635673-114355' + +In the example above, only the second segment is divisible by 11. The others are not. ```yaml Type: String From 5d180511b4894faa9a280d1e05ea04f234bb5934 Mon Sep 17 00:00:00 2001 From: skycommand <17097175+skycommand@users.noreply.github.com> Date: Tue, 2 Jan 2024 00:07:04 +0330 Subject: [PATCH 11/11] Update Add-BitLockerKeyProtector.md Added essentials info about the Recovery Password. --- .../bitlocker/Add-BitLockerKeyProtector.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docset/winserver2016-ps/bitlocker/Add-BitLockerKeyProtector.md b/docset/winserver2016-ps/bitlocker/Add-BitLockerKeyProtector.md index 64cc096d55..cd89e1385b 100644 --- a/docset/winserver2016-ps/bitlocker/Add-BitLockerKeyProtector.md +++ b/docset/winserver2016-ps/bitlocker/Add-BitLockerKeyProtector.md @@ -295,10 +295,19 @@ Accept wildcard characters: False ``` ### -RecoveryPassword -Specifies a recovery password. -If you do not specify this parameter, the cmdlet creates a random password. -You can enter a 48 digit password. -The cmdlet adds the password specified or created as a protector for the volume encryption key. +Specifies a recovery password. The cmdlet adds the password specified or created as a protector for the volume encryption key. +If you do not specify this parameter (but specify `-RecoveryPasswordProtector`, the cmdlet creates a random recovery password. + +A recovery password has rigid requirements. It must consist of 48 digits. Each six must be divisible by 11. For example, the +following is acceptable: + + '147279-525107-204677-117612-367510-356554-273911-527274' + +The following is **not** acceptable: + + '702510-071786-013337-543770-555603-414075-635673-114355' + +In the example above, only the second segment is divisible by 11. The others are not. ```yaml Type: String