28084 Commits

Author SHA1 Message Date
Michael Niehaus
6155f0b318
Update white-glove.md
Clarified network requirements for the user flow.
2020-05-19 07:01:43 -07:00
Denise Vangel-MSFT
910d7fcabe Update configure-automated-investigations-remediation.md 2020-05-18 16:28:56 -07:00
Denise Vangel-MSFT
4334851f79 Merge branch 'master' into air-config 2020-05-18 16:27:03 -07:00
Denise Vangel-MSFT
e1a9b1a1d8 Update configure-automated-investigations-remediation.md 2020-05-18 16:24:35 -07:00
Denise Vangel-MSFT
cf04b03279 clean -> no threats found 2020-05-18 16:21:51 -07:00
Denise Vangel-MSFT
ff4677d44c Update configure-automated-investigations-remediation.md 2020-05-18 16:16:47 -07:00
Denise Vangel-MSFT
db1b4cd77a Update configure-automated-investigations-remediation.md 2020-05-18 16:07:41 -07:00
Denise Vangel-MSFT
f443bbe825 Update configure-automated-investigations-remediation.md 2020-05-18 16:07:06 -07:00
Denise Vangel-MSFT
20e46ff42e Merge branch 'master' into air-config 2020-05-18 16:01:36 -07:00
Denise Vangel-MSFT
30c1b297c9 Update TOC.md 2020-05-18 16:00:23 -07:00
Denise Vangel-MSFT
79bf8cff8b Update configure-automated-investigations-remediation.md 2020-05-18 15:57:38 -07:00
Denise Vangel-MSFT
a6e3acbeba Update configure-automated-investigations-remediation.md 2020-05-18 15:56:18 -07:00
Beth Levin
67ba154039 Merge branch 'master' into av-test-mitre 2020-05-18 15:55:24 -07:00
Denise Vangel-MSFT
6c15ab0c3f Update configure-automated-investigations-remediation.md 2020-05-18 15:54:20 -07:00
Denise Vangel-MSFT
27237ebfc9 Update configure-automated-investigations-remediation.md 2020-05-18 15:45:50 -07:00
Denise Vangel-MSFT
334c3d689d Update configure-automated-investigations-remediation.md 2020-05-18 15:38:01 -07:00
Denise Vangel-MSFT
84401a961a Update configure-automated-investigations-remediation.md 2020-05-18 15:21:15 -07:00
Denise Vangel-MSFT
ed9fc3e066 Update configure-automated-investigations-remediation.md 2020-05-18 15:15:48 -07:00
Denise Vangel-MSFT
2ad723940f Update configure-automated-investigations-remediation.md 2020-05-18 15:12:26 -07:00
jcaparas
cdd7083bdf
Merge pull request #2790 from MicrosoftDocs/tags
chars
2020-05-18 14:56:21 -07:00
Denise Vangel-MSFT
c3d6f63ac2 Create configure-automated-investigations-remediation.md 2020-05-18 14:55:59 -07:00
Gary Moore
2a497d6555
Merge pull request #2788 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)
2020-05-18 14:14:38 -07:00
Gary Moore
294799b51e
Fixed a few small issues 2020-05-18 13:57:04 -07:00
Joey Caparas
75b5070537 chars 2020-05-18 13:39:13 -07:00
Gary Moore
38c0c8ee28
Corrected indentation and numbering in lists 2020-05-18 13:33:29 -07:00
jcaparas
57b020ad0c
Merge pull request #6753 from amirsc3/patch-22
Update production-deployment.md
2020-05-18 13:09:46 -07:00
Joey Caparas
1bd4905b54 edit 2020-05-18 12:52:37 -07:00
Joey Caparas
05bb9d2248 updates 2020-05-18 12:37:08 -07:00
Joey Caparas
822d161bab fix link 2020-05-18 10:43:50 -07:00
Tina Burden
b01e66a9b2
pencil edit 2020-05-18 09:59:14 -07:00
Tina Burden
b4c525e048
pencil edits 2020-05-18 09:58:01 -07:00
amirsc3
93f7474a4b
Update production-deployment.md
We should match the details from https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/configure-proxy-internet#enable-access-to-microsoft-defender-atp-service-urls-in-the-proxy-server
2020-05-17 16:19:50 +03:00
illfated
b8bfe94f75 HVCI Features: sentence grammar issues
- Use the present third person singular: ensure -> ensures
- insert missing "that" in "HVCI also ensures that"
- "have a valid certificate" -> have got a valid certificate.

(Also forgot this sentence during my primary & secondary commits.)
2020-05-17 15:11:15 +02:00
illfated
8c9509f504 TechNet permanent redirects and 1 Web Archive URL
- Forgot to include the technet URLs in the main commit
- EMET is an End-Of-Life product, page only found in the Web Archive
2020-05-17 15:02:06 +02:00
illfated
8b64d8a91b Whitespace corrections, URL updates & typo fix
Description:

Based on the experience from my reviews of the Pull Requests #6003,
#6008, and #6665, I found it necessary to suggest my corrections
separately in an unrelated PR without any impact on the file contents.

Changes proposed:
- Typo correction: Truslets -> Trustlets ("trus" -> "trust")
- Update link text to match page title "Structured Exception Handling"
- Replaced "that" with "which" as grammar improvement for pool paging
- Remove redundant EOL (end-of-line) whitespace (blank space)
- Normalize spacing between bullets/cardinals and the text to 1 space
- Replace permanent redirect MSDN URLs with docs.microsoft.com URLs
- Replace curly quotes (“ ”) with standard ASCII double quotes (" ")
- Replace closing single quote ( ’ ) with standard apostrophe ( ' )
- Add MarkDown indent marker compatibility spacing (MD codestyle)
- Add missing colon character after "Applies to"

Additional notes:

Regarding the change from curly quotes (opening/closing double quote)
and the closing single quote ("curly apostrophe"), the target HTML page
handles viewing translation back to curly quotes based on the source.

Ticket closure or reference:

Ref. #6003, #6008, #6665
2020-05-17 14:19:39 +02:00
Dani Halfin
3b0804ff9d
Merge pull request #6418 from MaratMussabekov/patch-133
added reference to www.microsoft.com
2020-05-15 16:06:02 -07:00
Beth Levin
e9e5716a91 update toc to work better 2020-05-15 12:22:30 -07:00
Beth Levin
76aeaecb4a remove preview statement 2020-05-15 12:02:38 -07:00
Beth Levin
537bb6ba7a remove second toc 2020-05-15 11:32:02 -07:00
Beth Levin
a3c1b88eb7 remove file 2020-05-15 11:21:01 -07:00
Beth Levin
690f34eb9a moving file to new repo 2020-05-15 10:59:44 -07:00
Beth Levin
90e57c143a remove en-us 2020-05-15 10:57:43 -07:00
jaimeo
a54a1f5800 replaced readyforwindows with direct link to replacement article 2020-05-15 09:48:36 -07:00
Greg Lindsay
57898931ff typo 2020-05-15 08:36:03 -07:00
Beth Levin
4d11e549cd Merge branch 'master' into av-test-mitre 2020-05-14 16:35:33 -07:00
jcaparas
c231e826e3
Merge pull request #2773 from MicrosoftDocs/vids
Vids
2020-05-14 15:58:20 -07:00
Gary Moore
c555277866
Merge pull request #2771 from MicrosoftDocs/jreeds-SEOproject
Updated meta description
2020-05-14 14:49:56 -07:00
Gary Moore
782eae3846
Merge pull request #2770 from MicrosoftDocs/jreeds-dgremove
changed Device guard mentions
2020-05-14 14:29:20 -07:00
Joey Caparas
fe5c836908 remove center 2020-05-14 14:24:51 -07:00
Gary Moore
2ef3819c7b
Acrolinx spelling: "authenticatior" 2020-05-14 14:17:40 -07:00