Commit Graph

374 Commits

Author SHA1 Message Date
fcbc9b85ae Update windows/security/information-protection/bitlocker/bitlocker-upgrading-faq.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-03-11 11:53:53 -08:00
abd555c87c Update windows/security/information-protection/bitlocker/bitlocker-upgrading-faq.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-03-11 11:53:48 -08:00
b84d50d305 Update windows/security/information-protection/bitlocker/bitlocker-upgrading-faq.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-03-11 11:53:42 -08:00
d2c33ae322 Update windows/security/information-protection/bitlocker/bitlocker-upgrading-faq.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-03-11 11:53:36 -08:00
45f6df76a6 Update windows/security/information-protection/bitlocker/bitlocker-upgrading-faq.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-03-11 11:53:30 -08:00
f316504f37 Update bitlocker-upgrading-faq.md 2021-02-26 14:57:02 -08:00
ab6dfbb9f6 Merge pull request #8977 from MaratMussabekov/patch-250
added note about changing algorithm
2021-02-17 21:37:09 -08:00
8c804c84ca big metadata fixes 2021-01-20 15:20:59 -08:00
f1034be901 Update windows/security/information-protection/bitlocker/bitlocker-device-encryption-overview-windows-10.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2021-01-20 18:30:06 +05:00
bf217cf053 Update bitlocker-device-encryption-overview-windows-10.md 2021-01-18 12:48:34 +05:00
08fad01021 Merge pull request #8947 from rafals2/patch-6
Update bitlocker-deployment-and-administration-faq.yml
2021-01-13 15:08:45 -08:00
7fccdd7c48 Update bitlocker-deployment-and-administration-faq.yml 2021-01-13 11:08:33 -08:00
5a9860f011 Update windows/security/information-protection/bitlocker/bitlocker-deployment-and-administration-faq.yml
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2021-01-13 11:07:18 -08:00
db5a79e110 Update windows/security/information-protection/bitlocker/bitlocker-group-policy-settings.md
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2021-01-11 12:56:01 -08:00
0a7615b67d Update bitlocker-deployment-and-administration-faq.yml 2021-01-11 10:51:49 -08:00
3609c8cf1b Update bitlocker-group-policy-settings.md
Updated supported operating systems to include the ones from the previous file we redirected due to formatting issues.
2021-01-11 08:59:37 -08:00
fe5a090d71 Merge branch 'master' into enable-network-unlock 2020-12-30 16:49:43 -08:00
46936a5bb1 Update bitlocker-how-to-enable-network-unlock.md
fix wording
2020-12-29 09:14:30 -07:00
a187d96a82 Link fix in how-to-enable-network-unlock
Fixed wrong HTML tag in heading 'Confirm the WDS Service is running'
2020-12-27 21:04:32 +01:00
3ecb9770ad Fixed broken note
In an alert (like Note), blank lines must also start with an angle bracket to connect the content on both sides of the blank line.
2020-12-17 15:59:18 -08:00
fcab9bc175 converting faqs to yml for google pilot 2020-12-17 12:11:20 -08:00
f802ff7f95 rename .PNG -> .png and minor linting
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-12-16 22:48:59 +01:00
d25c9f32cd Merge pull request #8772 from VLG17/patch-114
add link about AD config for BitLocker
2020-12-14 15:20:46 -08:00
dd1e87ba6f Update windows/security/information-protection/bitlocker/bitlocker-group-policy-settings.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-12-10 10:30:58 +02:00
95910d97fd Update ts-bitlocker-cannot-encrypt-tpm-issues.md 2020-12-09 10:09:00 -08:00
a5138b7534 add link about AD config for BitLocker
https://github.com/MicrosoftDocs/windows-itpro-docs/issues/8621
2020-12-07 14:49:22 +02:00
875568eadf MarkDown syntax highlighting, whitespace cleanup
As I mentioned in PR #8704 (**Format of resolution for "The TPM is locked out."**), "ps" does not identify as a syntax highlighting code keyword for PowerShell. The keywords "powershell" or "PowerShell" should be used in the current implementation of GitHub Flavored MarkDown (GFM). The syntax highlighting added in PR PR #8704, "ps" translates to PostScript via one of its filename extensions (.ps, .eps, .epsi, .pfa), whereas PowerShell can only be identified via its filename extensions .ps1, .psd1, .psm1 when not using its dedicated keyword PowerShell/powershell. Secondary IDs like filename extensions are discouraged as long as known keywords exist and are valid.

The Linguist project here on GitHub (https://github.com/github/linguist) for a complete list of syntax highlighting keywords:
- https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
 ("Defines all Languages known to GitHub.")

Proposed changes:
- correct the MarkDown code block syntax highlighting keyword "ps" to "powershell"

Whitespace changes:
- remove redundant end-of-line blanks
- reduce the spacing between metadata and page title from 2 to 1 blank line
- add missing NewLine at end-of-file (last line)

Ticket closure or reference:

ref. #8704
2020-12-06 00:33:16 +01:00
39aa4173e5 Merge pull request #8704 from DominicJ2/patch-1
Format of resolution for "The TPM is locked out."
2020-12-04 15:56:27 -08:00
2c3c815484 Update windows/security/information-protection/bitlocker/bitlocker-overview.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-12-04 15:55:11 -08:00
eb41ea66cd Format of resolution for "The TPM is locked out."
The resolution for the "The TPM is locked out." issue was missing newline characters in the PowerShell commands. This change adds newline characters between the commands so that the command is easier to run.
2020-11-24 11:38:31 -08:00
c1bba1fc63 Update bitlocker-overview.md
added more clarity for active partitions
2020-11-17 10:44:22 -08:00
69f1e8d666 Update windows/security/information-protection/bitlocker/bitlocker-overview.md
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-11-17 08:46:53 -08:00
044dd98a27 Update bitlocker-overview.md
added requirement for non-active partition
2020-11-16 09:54:28 -08:00
3627397d9d Fix broken link
https://github.com/MicrosoftDocs/windows-itpro-docs/issues/8578

Used social technet link instead of web.archive one.
2020-11-11 23:23:52 +02:00
d2680934b6 acrolinx-windows-security 2020-11-04 16:03:03 -07:00
14ca51d3fb Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into acrolinx-windows-security 2020-11-04 15:12:47 -07:00
fff9d307f4 acrolinx fixes 2020-11-03 17:09:15 -07:00
c9c6672bc3 Update bitlocker-how-to-enable-network-unlock.md
Added commas
2020-11-03 12:19:21 -07:00
f99b15f246 acrolinx fixes 2020-11-03 10:02:04 -07:00
f74a99748a Update bitlocker-recovery-loop-break.md
Localization priority value had unwanted "#"
2020-11-02 14:52:15 -08:00
f62824ae2a small fixes 2020-10-28 10:10:37 -06:00
0683698c0e more edits 2020-10-28 09:52:27 -06:00
373561d1e8 more edits 2020-10-28 07:57:44 -06:00
5c9fae720f more edits 2020-10-27 17:55:11 -06:00
b69035ebc4 edit pass: enable-network-unlock 2020-10-27 13:58:45 -06:00
bb9b6d8c41 Copy edit
Word partitioning and missing particle/article "the".

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-10-20 13:05:07 +02:00
b17923a18b Copy edit
Add missing word in text added by previous author.

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-10-20 13:04:19 +02:00
415d0b866f Copy edit
Add missing period dot at end of sentence.

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-10-20 13:03:00 +02:00
0027320431 copy edit
Overlooked typo/redundant word

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-10-20 13:02:15 +02:00
9d551d5966 BitLocker recovery guide: format & spacing edits
As reported in issue ticket #8460 (Wrong section), there are a couple of 
sections where the last line of a bullet list has merged with a following 
paragraph due to missing whitespace or insufficient line breaks.

This pull request should mitigate those issues.

Thanks to Eddddeee for reporting the document issue(s).

Additional changes:

- doubled the number of blank lines before each new heading (H2, H3, H4)
- squashed double or triple spacing in bullet point list and numbered lists
- added an inferred colon at the end of a handful of paragraph/section headings

Closes #8460
2020-10-14 22:32:45 +02:00