jcaparas
0ada3e1294
Merge pull request #8771 from sunasing/shravan-images
...
adding images for auto-VPN
2020-12-07 08:15:18 -08:00
jcaparas
3c1862dc24
Merge pull request #8767 from shthota77/patch-12
...
Update android-intune.md
2020-12-07 08:14:45 -08:00
jcaparas
d6c18f435d
Merge pull request #8766 from shthota77/patch-10
...
Update android-intune.md
2020-12-07 08:08:34 -08:00
jcaparas
977ed5708b
Merge pull request #8764 from shthota77/patch-9
...
Update android-intune.md
2020-12-07 08:08:10 -08:00
jcaparas
f4245a357d
Merge pull request #8763 from shthota77/patch-8
...
Update microsoft-defender-atp-android.md
2020-12-07 08:07:48 -08:00
jcaparas
63abfd32aa
Merge pull request #8773 from sunasing/patch-2
...
Add MDE iOS as new in December 2020
2020-12-07 08:06:59 -08:00
jcaparas
da667e8409
Merge pull request #8733 from sunasing/sunasing-ios-ga
...
Changes in Deployment steps for GA
2020-12-07 08:06:32 -08:00
Sunayana Singh
c04def124c
Add MDE iOS as new in December 2020
2020-12-07 20:53:44 +05:30
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
Sunayana Singh
dfcf5cb375
adding images for auto-VPN
2020-12-07 18:13:16 +05:30
Ikko Ashimine
8c5c4468c9
Fix typo
...
Micosoft -> Microsoft
2020-12-07 20:58:59 +09:00
VLG17
2574972b52
add note about 3rd party AV compatibility
...
https://github.com/MicrosoftDocs/windows-itpro-docs/issues/8695#issuecomment-738723316
2020-12-07 11:54:50 +02:00
Shravan Thota
33a50f238a
Update android-intune.md
2020-12-07 12:11:42 +05:30
Shravan Thota
385d281af5
Update windows/security/threat-protection/microsoft-defender-atp/android-intune.md
...
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-12-07 11:27:14 +05:30
Shravan Thota
4547ca1ab9
Update windows/security/threat-protection/microsoft-defender-atp/android-intune.md
...
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-12-07 11:26:44 +05:30
Shravan Thota
43796254aa
Update windows/security/threat-protection/microsoft-defender-atp/android-intune.md
...
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-12-07 11:16:19 +05:30
Shravan Thota
2975e8acfa
Update windows/security/threat-protection/microsoft-defender-atp/android-intune.md
...
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-12-07 09:13:53 +05:30
Shravan Thota
e08a950b16
Update windows/security/threat-protection/microsoft-defender-atp/android-intune.md
...
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-12-07 09:13:25 +05:30
Shravan Thota
87ec63a50d
Update windows/security/threat-protection/microsoft-defender-atp/android-intune.md
...
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-12-07 09:12:48 +05:30
Shravan Thota
c97dd827aa
Update windows/security/threat-protection/microsoft-defender-atp/android-intune.md
...
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-12-07 09:12:26 +05:30
Shravan Thota
70c86ca87a
Update android-intune.md
2020-12-06 23:33:50 +05:30
Shravan Thota
19ad2c7ff4
Update android-intune.md
2020-12-06 18:48:49 +05:30
Shravan Thota
f42effb432
Update android-intune.md
2020-12-06 18:39:41 +05:30
MaratMussabekov
ed2d5885f1
Update customize-exploit-protection.md
2020-12-06 17:49:27 +05:00
Shravan Thota
46075540db
Update android-intune.md
...
Changes made
Currently, Personally-owned devices with work profile and Corporate-owned, fully managed user device enrolments are supported for deployment.
2020-12-06 18:13:42 +05:30
Shravan Thota
2e9a06292e
Update microsoft-defender-atp-android.md
...
Currently, Personally-owned devices with work profile and Corporate-owned, fully managed user device enrolments are supported in Android Enterprise. Support for other Android Enterprise modes will be announced when ready.
2020-12-06 18:01:16 +05:30
Office Content Publishing
de220ad3ac
Uploaded file: education-content-updates.md - 2020-12-05 23:34:20.3646
2020-12-05 23:34:20 -08: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
Denise Vangel-MSFT
0a85ec52b1
Update manage-updates-baselines-microsoft-defender-antivirus.md
2020-12-05 08:30:22 -08:00
Denise Vangel-MSFT
d8029adc4c
Update manage-updates-baselines-microsoft-defender-antivirus.md
2020-12-05 08:25:23 -08:00
Denise Vangel-MSFT
b866cb127f
Update manage-updates-baselines-microsoft-defender-antivirus.md
2020-12-05 08:25:10 -08:00
Denise Vangel-MSFT
bf56cd3b8e
Update manage-updates-baselines-microsoft-defender-antivirus.md
2020-12-05 08:21:52 -08:00
Denise Vangel-MSFT
218a4bb0b3
Update manage-updates-baselines-microsoft-defender-antivirus.md
2020-12-05 08:17:11 -08:00
Denise Vangel-MSFT
66418b6c8b
Update manage-updates-baselines-microsoft-defender-antivirus.md
2020-12-05 08:12:12 -08:00
Gary Moore
6283c7c232
Merge pull request #8759 from MicrosoftDocs/repo_sync_working_branch
...
Resolve syncing conflicts from repo_sync_working_branch to public
2020-12-04 16:39:39 -08:00
Gary Moore
54d0422065
Merge branch 'public' into repo_sync_working_branch
2020-12-04 16:38:10 -08:00
Gary Moore
0dcd8d4959
Merge pull request #4348 from MicrosoftDocs/master
...
Publish 12/04/2020, 3:30 PM
2020-12-04 16:09:02 -08:00
Daniel Simpson
a1ef42d8c7
Merge pull request #8708 from VLG17/patch-112
...
Add info about HTTP error 429
2020-12-04 16:00:45 -08:00
Daniel Simpson
2a5134cd86
Merge pull request #8469 from poortom1004/patch-1
...
Case sensitivity, re-ordering and other small corrections
2020-12-04 15:59:49 -08:00
Daniel Simpson
7aff2313b2
Update windows/security/identity-protection/access-control/active-directory-security-groups.md
...
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-12-04 15:58:34 -08:00
Daniel Simpson
c57e2c062f
Merge pull request #8468 from joinimran/patch-100
...
Note addition
2020-12-04 15:57:50 -08:00
Daniel Simpson
a941fc69c5
Merge pull request #8608 from NagaCSC/patch-9
...
0x801C03F2-Delta update
2020-12-04 15:57:08 -08: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
e364483fe8
Merge pull request #8659 from rafals2/patch-5
...
Update bitlocker-overview.md
2020-12-04 15:55: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
Daniel Simpson
41b6b61c7c
Merge pull request #8737 from linque1/patch-18
...
updated ownership to robsize
2020-12-04 15:52:34 -08:00
Daniel Simpson
b826599ca9
Merge pull request #8746 from MaratMussabekov/patch-239
...
Updated note
2020-12-04 15:52:11 -08:00
Daniel Simpson
32a997f041
Update enroll-a-windows-10-device-automatically-using-group-policy.md
...
minor edits
2020-12-04 15:45:34 -08:00
Daniel Simpson
446deee5f0
Update windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md
...
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-12-04 15:43:50 -08:00
Daniel Simpson
7fd5cd27c4
Merge pull request #8736 from cmknox/patch-1
...
Update waas-delivery-optimization.md
2020-12-04 15:43:25 -08:00