Commit Graph

52888 Commits

Author SHA1 Message Date
b4b7f81eba android 2020-12-07 08:53:40 -08:00
8cf4e8e204 android ios updates 2020-12-07 08:52:40 -08:00
9199f05d8d Merge pull request #4350 from MicrosoftDocs/av-relnotes
antivirus/antimalware update release notes
2020-12-07 08:28:19 -08:00
9b0a30ea52 Merge branch 'master' into av-relnotes 2020-12-07 08:25:02 -08:00
7321a169b2 Merge pull request #4349 from MicrosoftDocs/av-dism
Adding DISM info to antivirus/antimalware update content
2020-12-07 08:23:22 -08:00
dcab29e1dc Merge branch 'master' into av-dism 2020-12-07 08:16:38 -08:00
0ada3e1294 Merge pull request #8771 from sunasing/shravan-images
adding images for auto-VPN
2020-12-07 08:15:18 -08:00
3c1862dc24 Merge pull request #8767 from shthota77/patch-12
Update android-intune.md
2020-12-07 08:14:45 -08:00
d6c18f435d Merge pull request #8766 from shthota77/patch-10
Update android-intune.md
2020-12-07 08:08:34 -08:00
977ed5708b Merge pull request #8764 from shthota77/patch-9
Update android-intune.md
2020-12-07 08:08:10 -08:00
f4245a357d Merge pull request #8763 from shthota77/patch-8
Update microsoft-defender-atp-android.md
2020-12-07 08:07:48 -08:00
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
da667e8409 Merge pull request #8733 from sunasing/sunasing-ios-ga
Changes in Deployment steps for GA
2020-12-07 08:06:32 -08:00
c04def124c Add MDE iOS as new in December 2020 2020-12-07 20:53:44 +05:30
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
dfcf5cb375 adding images for auto-VPN 2020-12-07 18:13:16 +05:30
8c5c4468c9 Fix typo
Micosoft -> Microsoft
2020-12-07 20:58:59 +09:00
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
33a50f238a Update android-intune.md 2020-12-07 12:11:42 +05:30
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
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
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
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
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
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
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
70c86ca87a Update android-intune.md 2020-12-06 23:33:50 +05:30
19ad2c7ff4 Update android-intune.md 2020-12-06 18:48:49 +05:30
f42effb432 Update android-intune.md 2020-12-06 18:39:41 +05:30
ed2d5885f1 Update customize-exploit-protection.md 2020-12-06 17:49:27 +05:00
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
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
de220ad3ac Uploaded file: education-content-updates.md - 2020-12-05 23:34:20.3646 2020-12-05 23:34:20 -08: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
0a85ec52b1 Update manage-updates-baselines-microsoft-defender-antivirus.md 2020-12-05 08:30:22 -08:00
d8029adc4c Update manage-updates-baselines-microsoft-defender-antivirus.md 2020-12-05 08:25:23 -08:00
b866cb127f Update manage-updates-baselines-microsoft-defender-antivirus.md 2020-12-05 08:25:10 -08:00
bf56cd3b8e Update manage-updates-baselines-microsoft-defender-antivirus.md 2020-12-05 08:21:52 -08:00
218a4bb0b3 Update manage-updates-baselines-microsoft-defender-antivirus.md 2020-12-05 08:17:11 -08:00
66418b6c8b Update manage-updates-baselines-microsoft-defender-antivirus.md 2020-12-05 08:12:12 -08:00
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
54d0422065 Merge branch 'public' into repo_sync_working_branch 2020-12-04 16:38:10 -08:00
0dcd8d4959 Merge pull request #4348 from MicrosoftDocs/master
Publish 12/04/2020, 3:30 PM
2020-12-04 16:09:02 -08:00
a1ef42d8c7 Merge pull request #8708 from VLG17/patch-112
Add info about HTTP error 429
2020-12-04 16:00:45 -08:00
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
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
c57e2c062f Merge pull request #8468 from joinimran/patch-100
Note addition
2020-12-04 15:57:50 -08:00
a941fc69c5 Merge pull request #8608 from NagaCSC/patch-9
0x801C03F2-Delta update
2020-12-04 15:57:08 -08: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
e364483fe8 Merge pull request #8659 from rafals2/patch-5
Update bitlocker-overview.md
2020-12-04 15:55:27 -08:00