Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the missing critical info for the two BitLocker cmdlets #3721

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

skycommand
Copy link
Contributor

PR Summary

This PR modifies the docs for Add-BitLockerKeyProtector.md and Enable-BitLocker.md to add critical information that was previously missing. Both cmdlets have a -RecoveryPassword parameter that accepts a 48-digit recovery password. However, a recovery password has rigid requirements. It must consist of 48 digits. Each six digit must be divisible by eleven (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'

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributors guide.
  • Style: This PR adheres to the style guide.

More info on Recovery Password.
Added essentials info about the Recovery Password.
Added essentials info about the Recovery Password.
Added essentials info about the Recovery Password.
Added essentials info about the Recovery Password.
Added essentials info about the Recovery Password.
Added essentials info about the Recovery Password.
Added essentials info about the Recovery Password.
Added essentials info about the Recovery Password.
Added essentials info about the Recovery Password.
Added essentials info about the Recovery Password.
Copy link
Contributor

Learn Build status updates of commit 5d18051:

✅ Validation status: passed

File Status Preview URL Details
docset/winserver2012-ps/bitlocker/Add-BitLockerKeyProtector.md ✅Succeeded View (winserver2012-ps)
docset/winserver2012-ps/bitlocker/Enable-BitLocker.md ✅Succeeded View (winserver2012-ps)
docset/winserver2012r2-ps/bitlocker/Add-BitLockerKeyProtector.md ✅Succeeded View (winserver2012r2-ps)
docset/winserver2012r2-ps/bitlocker/Enable-BitLocker.md ✅Succeeded View (winserver2012r2-ps)
docset/winserver2016-ps/bitlocker/Add-BitLockerKeyProtector.md ✅Succeeded View (WindowsServer2016-ps)
docset/winserver2016-ps/bitlocker/Enable-BitLocker.md ✅Succeeded View (WindowsServer2016-ps)
docset/winserver2019-ps/bitlocker/Add-BitLockerKeyProtector.md ✅Succeeded View (WindowsServer2019-ps)
docset/winserver2019-ps/bitlocker/Enable-BitLocker.md ✅Succeeded View (WindowsServer2019-ps)
docset/winserver2022-ps/bitlocker/Add-BitLockerKeyProtector.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/bitlocker/Enable-BitLocker.md ✅Succeeded View (WindowsServer2022-ps)

For more details, please refer to the build report.

For any questions, please:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant