411 Commits

Author SHA1 Message Date
VLG17
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
Trond B. Krokli
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
Daniel Simpson
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
Daniel Simpson
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
Dominic Jean
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
Rafal Sosnowski
c1bba1fc63
Update bitlocker-overview.md
added more clarity for active partitions
2020-11-17 10:44:22 -08:00
Daniel Simpson
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
Rafal Sosnowski
044dd98a27
Update bitlocker-overview.md
added requirement for non-active partition
2020-11-16 09:54:28 -08:00
VLG17
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
ShannonLeavitt
d2680934b6 acrolinx-windows-security 2020-11-04 16:03:03 -07:00
ShannonLeavitt
14ca51d3fb Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into acrolinx-windows-security 2020-11-04 15:12:47 -07:00
ShannonLeavitt
fff9d307f4 acrolinx fixes 2020-11-03 17:09:15 -07:00
Shannon Leavitt
c9c6672bc3
Update bitlocker-how-to-enable-network-unlock.md
Added commas
2020-11-03 12:19:21 -07:00
ShannonLeavitt
f99b15f246 acrolinx fixes 2020-11-03 10:02:04 -07:00
Tina McNaboe
f74a99748a
Update bitlocker-recovery-loop-break.md
Localization priority value had unwanted "#"
2020-11-02 14:52:15 -08:00
Siddarth Mandalika
9aaaaaaf60 Merge branch 'master' into v-smandalika-tblsht-BL-4491111 2020-10-29 17:38:09 +05:30
ShannonLeavitt
f62824ae2a small fixes 2020-10-28 10:10:37 -06:00
ShannonLeavitt
0683698c0e more edits 2020-10-28 09:52:27 -06:00
ShannonLeavitt
373561d1e8 more edits 2020-10-28 07:57:44 -06:00
ShannonLeavitt
5c9fae720f more edits 2020-10-27 17:55:11 -06:00
ShannonLeavitt
b69035ebc4 edit pass: enable-network-unlock 2020-10-27 13:58:45 -06:00
Siddarth Mandalika
f15f8e1440 Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr 2020-10-22 11:37:44 +05:30
Siddarth Mandalika
25387d7f97 Merge branch 'master' into v-smandalika-tblsht-BL-4491111 2020-10-20 17:14:33 +05:30
Trond B. Krokli
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
Trond B. Krokli
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
Trond B. Krokli
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
Trond B. Krokli
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
Siddarth Mandalika
233fd1faf3
Update troubleshoot-bitlocker.md 2020-10-15 12:38:40 +05:30
Trond B. Krokli
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
Siddarth Mandalika
932e333dcc Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr 2020-10-06 12:10:46 +05:30
Siddarth Mandalika
50d5e4f63f
Update troubleshoot-bitlocker.md 2020-09-23 19:36:10 +05:30
JohanFreelancer9
a03022a27a
Update bitlocker-how-to-enable-network-unlock.md 2020-09-17 14:48:29 +07:00
Kateyanne
3df631b064
Merge pull request #8117 from VLG17/patch-90
add note about unreachable machines on the network
2020-09-14 09:04:17 -07:00
Daniel Simpson
8f298bc268
Merge pull request #8139 from PaulIvey/patch-1
Update troubleshoot-bitlocker.md
2020-09-11 08:34:56 -07:00
Kateyanne
fb93d5663f
Merge pull request #8130 from SteveBurkettNZ/patch-14
Update troubleshoot-bitlocker.md : Correct Event Source names
2020-09-09 10:43:44 -07:00
Kateyanne
6038505198
Merge pull request #8114 from baardhermansen/patch-8
Update bitlocker-group-policy-settings.md
2020-09-09 10:43:03 -07:00
Kateyanne
efc30b837d
Merge pull request #8113 from baardhermansen/patch-7
Update bitlocker-how-to-enable-network-unlock.md
2020-09-09 10:42:48 -07:00
Kateyanne
5c7cf7712c
Merge pull request #8115 from baardhermansen/patch-9
Update bitlocker-recovery-guide-plan.md
2020-09-09 10:42:33 -07:00
Kateyanne
732eacd02b
Merge pull request #8116 from baardhermansen/patch-10
Update bitlocker-basic-deployment.md
2020-09-09 10:42:19 -07:00
VARADHARAJAN K
cfa6546d72
replaced word TCM to TPM
as per the user report #8187 , so i replaced  TCM to TPM.
2020-09-01 21:22:43 +05:30
Siddarth Mandalika
5965d13294 Update bitlocker-device-encryption-overview-windows-10.md 2020-08-31 15:37:16 +05:30
Siddarth Mandalika
af75f977e4 Update bitlocker-countermeasures.md 2020-08-31 15:19:41 +05:30
Siddarth Mandalika
f8d98a189e Update bitlocker-countermeasures.md 2020-08-31 15:06:46 +05:30
Siddarth Mandalika
4c82c1ab3e Update bitlocker-countermeasures.md 2020-08-31 15:03:33 +05:30
Siddarth Mandalika
73105181a1 Update bitlocker-basic-deployment.md
Changed instances of "volumes" to "drives" and "volume" to "partition" depending on the context.
2020-08-31 13:27:03 +05:30
Siddarth Mandalika
5a4846e4a2 updated three changes 2020-08-31 10:42:31 +05:30
Gary Moore
479b82025b
Merge pull request #3614 from TimShererWithAquent/us1610820k
1610820: Edit descriptions for SEO (11 of 11)
2020-08-26 16:23:37 -07:00
Gary Moore
bb0aa6d655
Merge pull request #3631 from MicrosoftDocs/dansimp-bitlocker-metadata
addingbitlocker metadata
2020-08-25 16:39:54 -07:00
Gary Moore
66f87905dc
Changed code block type from 'dos' to 'console'
The valid types for code blocks are listed here: https://docsmetadatatool.azurewebsites.net/allowlists/#
2020-08-25 16:28:56 -07:00
Daniel Simpson
dec74b2b51 resolving some build warnings 2020-08-25 15:16:24 -07:00