ab6dfbb9f6
Merge pull request #8977 from MaratMussabekov/patch-250
...
added note about changing algorithm
2021-02-17 21:37:09 -08:00
01941dea1c
Merge pull request #9015 from MaratMussabekov/patch-253
...
added link
2021-01-25 17:10:48 -08:00
18bbbe6262
Update create-wip-policy-using-intune-azure.md
...
Updated per request from PM (dereka).
2021-01-25 17:58:10 -05:00
f8e3f311ae
Update mandatory-settings-for-wip.md
2021-01-25 21:17:00 +05: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
15647e9ef5
Merge pull request #8851 from MicrosoftDocs/lsaldanha-4715491-batch2
...
updated-4715491
2021-01-13 15:17:40 -08: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
504b771ec6
Merge pull request #8805 from Crimsonfox89/patch-1
...
Update related topic links to docs.microsoft.com links
2020-12-21 10:07:16 -08:00
5e6dddd78d
updated-4715491
...
updated Microsoft Endpoint Manager correct product name
2020-12-21 15:59:27 +05:30
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
32274198ec
Update windows/security/information-protection/tpm/tpm-fundamentals.md
...
Language agnostic
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com >
2020-12-15 14:21:33 +00: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
d8ee7f5e43
Update related topic links to docs.microsoft.com links
...
Updated related topic "TPM WMI providers" and "Prepare your organization for BitLocker: Planning and Policies - TPM configurations" links from MSDN/Technet links to Microsoft Docs.
2020-12-14 14:36:40 +00: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
29bb6fc16b
Update secure-the-windows-10-boot-process.md
2020-11-08 08:15:47 +05: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
13af873e94
fixed note formatting
2020-10-27 09:56:26 -07:00
bd1eb85397
Update kernel-dma-protection-for-thunderbolt.md
2020-10-27 09:26:31 -07:00